Color Hex Logo

#797aaa Color Hex

#797AAA
(121,122,170)
0 Favorites   0 Comments

Color spaces of #797aaa

RGB 121122170
HSL0.660.220.57
HSV239°29°67°
CMYK 0.290.280.00   0.33
XYZ22.100420.886340.8969
Yxy20.88630.26350.2490
Hunter Lab45.70156.3416-21.0657
CIE-Lab52.824810.8026-25.6389

#797aaa color RGB value is (121,122,170).

#797aaa hex color red value is 121, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #797aaa hue: 0.66 , saturation: 0.22 and the lightness value of 797aaa is 0.57.

The process color (four color CMYK) of #797aaa color hex is 0.29, 0.28, 0.00, 0.33. Web safe color of #797aaa is #666699. Color #797aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 10101010
Octal 171 172 252
Decimal 121 122 170
Hex 79 7A AA

RGB Percentages of Color #797aaa

%29.30
%29.54
%41.16

CMYK Percentages of Color #797aaa

%29
%28
%0
%33

Triadic Colors of #797aaa

#797aaa #aa797a #7aaa79

Analogous Colors of #797aaa

#797aaa #9179aa #7993aa

Monochromatic Colors of #797aaa

#797aaa

Complementary Color

#797aaa #aaa979

#797aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#797aaa Color CSS Codes

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

#797aaa Text Font Color

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

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


#797aaa Background Color

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

This div background color is #797aaa


#797aaa Border Color

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

This div border color is #797aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,122,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #797aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #797aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #797aaa;
  box-shadow:         1px 1px 3px 2px #797aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797aaa


Comments

No comments written yet.

Please login to write comment.