#808D97

Color #808D97 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #808D97

Tints of Light Slate Grey #808D97

Color information

#808D97 (or 0x808D97) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8D and 97. RGB value is (128,141,151). Sum of RGB (Red+Green+Blue) = 128+141+151=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #808D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D97 is #7F7268. Grayscale: #8A8A8A. Windows color (decimal): -8352361 or 9932160. OLE color: 9932160.

HSL color Cylindrical-coordinate representation of color #808D97: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808D97 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB128141151-
CMYK0.150.0700.41
HSL206.09º9.96%54.71%-
HSV(B)206.09º15.23%59.22%-
XYZ24.0125.8733.01-
YUV138.25135.19120.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=30.48%
G=33.57%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281411510.150.0700.41206.099.9654.71
Hex808D97F7029cea37
Octal2002152271770513161267
Binary10000000100011011001011111111110101001110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D97; }

 p { color: rgb(128,141,151); }

 H1.HeaderClassName
 {
   color: #808D97;
 }
 .AnyTagClassName
 {
   color: #808D97;
 }
</style>
background-color css

<style>
 a { background-color: #808D97; }

 a { background-color: rgb(128,141,151); }

 div.DivClassName
 {
   background-color: #808D97;
 }
 .BgClassName
 {
   background-color: #808D97;
 }
</style>
border-color css

<style>
 span { border-color: #808D97; }

 span { border-color: rgb(128,141,151); }

 td.TdClassName
 {
   border-color: #808D97;
 }
 .TagClassName
 {
   border-color: #808D97;
 }
</style>