Color Hex Logo

#797fab Color Hex

#797FAB
(121,127,171)
0 Favorites   0 Comments

Color spaces of #797fab

RGB 121127171
HSL0.650.230.57
HSV233°29°67°
CMYK 0.290.260.00   0.33
XYZ22.825222.184041.6070
Yxy22.18400.26350.2561
Hunter Lab47.09994.0785-19.4055
CIE-Lab54.22178.1067-24.0609

#797fab color RGB value is (121,127,171).

#797fab hex color red value is 121, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #797fab hue: 0.65 , saturation: 0.23 and the lightness value of 797fab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 10101011
Octal 171 177 253
Decimal 121 127 171
Hex 79 7F AB

RGB Percentages of Color #797fab

%28.88
%30.31
%40.81

CMYK Percentages of Color #797fab

%29
%26
%0
%33

Triadic Colors of #797fab

#797fab #ab797f #7fab79

Analogous Colors of #797fab

#797fab #8c79ab #7998ab

Monochromatic Colors of #797fab

#797fab

Complementary Color

#797fab #aba579

#797fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fab Color CSS Codes

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

#797fab Text Font Color

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

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


#797fab Background Color

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

This div background color is #797fab


#797fab Border Color

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

This div border color is #797fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797fab

#797fab Color Palettes


Comments

No comments written yet.

Please login to write comment.