Color Hex Logo

#7997cc Color Hex

#7997CC
(121,151,204)
0 Favorites   0 Comments

Color spaces of #7997cc

RGB 121151204
HSL0.610.450.64
HSV218°41°80°
CMYK 0.410.260.00   0.20
XYZ29.850830.557861.4517
Yxy30.55780.24500.2508
Hunter Lab55.2791-0.3482-27.2151
CIE-Lab62.13263.0889-30.5691

#7997cc color RGB value is (121,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010111 11001100
Octal 171 227 314
Decimal 121 151 204
Hex 79 97 CC

RGB Percentages of Color #7997cc

%25.42
%31.72
%42.86

CMYK Percentages of Color #7997cc

%41
%26
%0
%20

Triadic Colors of #7997cc

#7997cc #cc7997 #97cc79

Analogous Colors of #7997cc

#7997cc #8579cc #79c1cc

Monochromatic Colors of #7997cc

#7997cc

Complementary Color

#7997cc #ccae79

#7997cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7997cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7997cc Color CSS Codes

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

#7997cc Text Font Color

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

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


#7997cc Background Color

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

This div background color is #7997cc


#7997cc Border Color

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

This div border color is #7997cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7997cc


Comments

No comments written yet.

Please login to write comment.