Color Hex Logo

#817797 Color Hex

#817797
(129,119,151)
0 Favorites   0 Comments

Color spaces of #817797

RGB 129119151
HSL0.720.130.53
HSV259°21°59°
CMYK 0.150.210.00   0.41
XYZ21.236020.095132.0376
Yxy20.09510.28940.2739
Hunter Lab44.82766.1119-10.9944
CIE-Lab51.944610.5349-15.8782

#817797 color RGB value is (129,119,151).

#817797 hex color red value is 129, green value is 119 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #817797 hue: 0.72 , saturation: 0.13 and the lightness value of 817797 is 0.53.

The process color (four color CMYK) of #817797 color hex is 0.15, 0.21, 0.00, 0.41. Web safe color of #817797 is #996699. Color #817797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110111 10010111
Octal 201 167 227
Decimal 129 119 151
Hex 81 77 97

RGB Percentages of Color #817797

%32.33
%29.82
%37.84

CMYK Percentages of Color #817797

%15
%21
%0
%41

Triadic Colors of #817797

#817797 #978177 #779781

Analogous Colors of #817797

#817797 #917797 #777d97

Monochromatic Colors of #817797

#817797

Complementary Color

#817797 #8d9777

#817797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817797 Color CSS Codes

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

#817797 Text Font Color

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

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


#817797 Background Color

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

This div background color is #817797


#817797 Border Color

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

This div border color is #817797


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,119,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817797; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817797;
  -webkit-box-shadow: 1px 1px 3px 2px #817797;
  box-shadow:         1px 1px 3px 2px #817797; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,119,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817797


Comments

No comments written yet.

Please login to write comment.