Color Hex Logo

#7991cc Color Hex

#7991CC
(121,145,204)
0 Favorites   0 Comments

Color spaces of #7991cc

RGB 121145204
HSL0.620.450.64
HSV223°41°80°
CMYK 0.410.290.00   0.20
XYZ28.909628.675461.1379
Yxy28.67540.24350.2415
Hunter Lab53.54942.6549-30.2074
CIE-Lab60.49416.5411-33.1122

#7991cc color RGB value is (121,145,204).

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

The process color (four color CMYK) of #7991cc color hex is 0.41, 0.29, 0.00, 0.20. Web safe color of #7991cc is #6699cc. Color #7991cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010001 11001100
Octal 171 221 314
Decimal 121 145 204
Hex 79 91 CC

RGB Percentages of Color #7991cc

%25.74
%30.85
%43.40

CMYK Percentages of Color #7991cc

%41
%29
%0
%20

Triadic Colors of #7991cc

#7991cc #cc7991 #91cc79

Analogous Colors of #7991cc

#7991cc #8b79cc #79bbcc

Monochromatic Colors of #7991cc

#7991cc

Complementary Color

#7991cc #ccb479

#7991cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7991cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7991cc Color CSS Codes

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

#7991cc Text Font Color

<p style="color:#7991cc">Text here</p>

This sample text font color is #7991cc
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.


#7991cc Background Color

<div style="background-color:#7991cc">
Div content here</div>

This div background color is #7991cc


#7991cc Border Color

<div style="border:3px solid #7991cc">
Div here</div>

This div border color is #7991cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,145,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 #7991cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7991cc


Comments

No comments written yet.

Please login to write comment.