color codes Logo

#797fcc color codes

#797FCC
(121,127,204)
0 Favorites   0 Comments

Color spaces of #797fcc

RGB 121127204
HSL0.650.450.64
HSV236°41°80°
CMYK 0.410.380.00   0.20
XYZ26.373623.603360.2926
Yxy23.60330.23920.2141
Hunter Lab48.583211.8788-39.5716
CIE-Lab55.688417.1204-40.6339

#797fcc color RGB value is (121,127,204).

#797fcc hex color red value is 121, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #797fcc hue: 0.65 , saturation: 0.45 and the lightness value of 797fcc is 0.64.

The process color (four color CMYK) of #797fcc color code is 0.41, 0.38, 0.00, 0.20. Web safe color of #797fcc is #6666cc. Color #797fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 11001100
Octal 171 177 314
Decimal 121 127 204
Hex 79 7F CC

RGB Percentages of Color #797fcc

%26.77
%28.10
%45.13

CMYK Percentages of Color #797fcc

%41
%38
%0
%20

Triadic Colors of #797fcc

#797fcc #cc797f #7fcc79

Analogous Colors of #797fcc

#797fcc #9d79cc #79a9cc

Monochromatic Colors of #797fcc

#797fcc

Complementary Color

#797fcc #ccc679

#797fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fcc Color CSS Codes

.mybgcolor {background-color:#797fcc; } 
.myforecolor {color:#797fcc; }
.mybordercolor {border:3px solid #797fcc; }

#797fcc Text Font Color

<p style="color:#797fcc">Text here</p>

This sample text font color is #797fcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#797fcc Background Color

<div style="background-color:#797fcc">
Div content here</div>

This div background color is #797fcc


#797fcc Border Color

<div style="border:3px solid #797fcc">
Div here</div>

This div border color is #797fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,127,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #797fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #797fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #797fcc;
  box-shadow:         1px 1px 3px 2px #797fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,127,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #797fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #797fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #797fcc;
  box-shadow:         1px 1px 3px 2px #797fcc;">
Div content here</div>

This div box has shadow with color #797fcc


Comments

No comments written yet.

Please login to write comment.