Color Hex Logo

#797190 Color Hex

#797190
(121,113,144)
0 Favorites   0 Comments

Color spaces of #797190

RGB 121113144
HSL0.710.120.50
HSV255°22°56°
CMYK 0.160.220.00   0.44
XYZ18.824317.888828.8463
Yxy17.88880.28710.2729
Hunter Lab42.29525.4285-10.8306
CIE-Lab49.36109.7214-15.7604

#797190 color RGB value is (121,113,144).

#797190 hex color red value is 121, green value is 113 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #797190 hue: 0.71 , saturation: 0.12 and the lightness value of 797190 is 0.50.

The process color (four color CMYK) of #797190 color hex is 0.16, 0.22, 0.00, 0.44. Web safe color of #797190 is #666699. Color #797190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 10010000
Octal 171 161 220
Decimal 121 113 144
Hex 79 71 90

RGB Percentages of Color #797190

%32.01
%29.89
%38.10

CMYK Percentages of Color #797190

%16
%22
%0
%44

Triadic Colors of #797190

#797190 #907971 #719079

Analogous Colors of #797190

#797190 #897190 #717990

Monochromatic Colors of #797190

#797190

Complementary Color

#797190 #889071

#797190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797190 Color CSS Codes

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

#797190 Text Font Color

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

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


#797190 Background Color

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

This div background color is #797190


#797190 Border Color

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

This div border color is #797190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797190


Comments

No comments written yet.

Please login to write comment.