Color Hex Logo

#797898 Color Hex

#797898
(121,120,152)
0 Favorites   0 Comments

Color spaces of #797898

RGB 121120152
HSL0.670.130.53
HSV242°21°60°
CMYK 0.200.210.00   0.40
XYZ20.269119.764932.4525
Yxy19.76490.27960.2727
Hunter Lab44.45773.5804-12.1591
CIE-Lab51.57047.4715-17.0952

#797898 color RGB value is (121,120,152).

#797898 hex color red value is 121, green value is 120 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #797898 hue: 0.67 , saturation: 0.13 and the lightness value of 797898 is 0.53.

The process color (four color CMYK) of #797898 color hex is 0.20, 0.21, 0.00, 0.40. Web safe color of #797898 is #666699. Color #797898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 10011000
Octal 171 170 230
Decimal 121 120 152
Hex 79 78 98

RGB Percentages of Color #797898

%30.79
%30.53
%38.68

CMYK Percentages of Color #797898

%20
%21
%0
%40

Triadic Colors of #797898

#797898 #987978 #789879

Analogous Colors of #797898

#797898 #897898 #788798

Monochromatic Colors of #797898

#797898

Complementary Color

#797898 #979878

#797898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797898 Color CSS Codes

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

#797898 Text Font Color

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

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


#797898 Background Color

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

This div background color is #797898


#797898 Border Color

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

This div border color is #797898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797898


Comments

No comments written yet.

Please login to write comment.