Color Hex Logo

#79859b Color Hex

#79859B
(121,133,155)
0 Favorites   0 Comments

Color spaces of #79859b

RGB 121133155
HSL0.610.150.54
HSV219°22°61°
CMYK 0.220.140.00   0.39
XYZ22.189123.206634.3202
Yxy23.20660.27840.2911
Hunter Lab48.1732-2.0842-8.5189
CIE-Lab55.28450.6114-13.2067

#79859b color RGB value is (121,133,155).

#79859b hex color red value is 121, green value is 133 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #79859b hue: 0.61 , saturation: 0.15 and the lightness value of 79859b is 0.54.

The process color (four color CMYK) of #79859b color hex is 0.22, 0.14, 0.00, 0.39. Web safe color of #79859b is #669999. Color #79859b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 10011011
Octal 171 205 233
Decimal 121 133 155
Hex 79 85 9B

RGB Percentages of Color #79859b

%29.58
%32.52
%37.90

CMYK Percentages of Color #79859b

%22
%14
%0
%39

Triadic Colors of #79859b

#79859b #9b7985 #859b79

Analogous Colors of #79859b

#79859b #7e799b #79969b

Monochromatic Colors of #79859b

#79859b

Complementary Color

#79859b #9b8f79

#79859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79859b Color CSS Codes

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

#79859b Text Font Color

<p style="color:#79859b">Text here</p>

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


#79859b Background Color

<div style="background-color:#79859b">
Div content here</div>

This div background color is #79859b


#79859b Border Color

<div style="border:3px solid #79859b">
Div here</div>

This div border color is #79859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79859b


Comments

No comments written yet.

Please login to write comment.