Color Hex Logo

#7985cb Color Hex

#7985CB
(121,133,203)
0 Favorites   0 Comments

Color spaces of #7985cb

RGB 121133203
HSL0.640.440.64
HSV231°40°80°
CMYK 0.400.340.00   0.20
XYZ27.052225.151859.9289
Yxy25.15180.24130.2243
Hunter Lab50.15168.5192-35.7428
CIE-Lab57.223013.2791-37.6571

#7985cb color RGB value is (121,133,203).

#7985cb hex color red value is 121, green value is 133 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7985cb hue: 0.64 , saturation: 0.44 and the lightness value of 7985cb is 0.64.

The process color (four color CMYK) of #7985cb color hex is 0.40, 0.34, 0.00, 0.20. Web safe color of #7985cb is #6699cc. Color #7985cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 11001011
Octal 171 205 313
Decimal 121 133 203
Hex 79 85 CB

RGB Percentages of Color #7985cb

%26.48
%29.10
%44.42

CMYK Percentages of Color #7985cb

%40
%34
%0
%20

Triadic Colors of #7985cb

#7985cb #cb7985 #85cb79

Analogous Colors of #7985cb

#7985cb #9679cb #79aecb

Monochromatic Colors of #7985cb

#7985cb

Complementary Color

#7985cb #cbbf79

#7985cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7985cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7985cb Color CSS Codes

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

#7985cb Text Font Color

<p style="color:#7985cb">Text here</p>

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


#7985cb Background Color

<div style="background-color:#7985cb">
Div content here</div>

This div background color is #7985cb


#7985cb Border Color

<div style="border:3px solid #7985cb">
Div here</div>

This div border color is #7985cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,133,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7985cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7985cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7985cb;
  box-shadow:         1px 1px 3px 2px #7985cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7985cb


Comments

No comments written yet.

Please login to write comment.