Color Hex Logo

#797591 Color Hex

#797591
(121,117,145)
0 Favorites   0 Comments

Color spaces of #797591

RGB 121117145
HSL0.690.110.51
HSV249°19°57°
CMYK 0.170.190.00   0.43
XYZ19.357318.831929.4027
Yxy18.83190.28640.2786
Hunter Lab43.39573.6800-9.7948
CIE-Lab50.49007.5802-14.6345

#797591 color RGB value is (121,117,145).

#797591 hex color red value is 121, green value is 117 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #797591 hue: 0.69 , saturation: 0.11 and the lightness value of 797591 is 0.51.

The process color (four color CMYK) of #797591 color hex is 0.17, 0.19, 0.00, 0.43. Web safe color of #797591 is #666699. Color #797591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 10010001
Octal 171 165 221
Decimal 121 117 145
Hex 79 75 91

RGB Percentages of Color #797591

%31.59
%30.55
%37.86

CMYK Percentages of Color #797591

%17
%19
%0
%43

Triadic Colors of #797591

#797591 #917975 #759179

Analogous Colors of #797591

#797591 #877591 #757f91

Monochromatic Colors of #797591

#797591

Complementary Color

#797591 #8d9175

#797591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797591 Color CSS Codes

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

#797591 Text Font Color

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

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


#797591 Background Color

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

This div background color is #797591


#797591 Border Color

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

This div border color is #797591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797591


Comments

No comments written yet.

Please login to write comment.