#808C97

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

Shades of Light Slate Grey #808C97

Tints of Light Slate Grey #808C97

Color information

#808C97 (or 0x808C97) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8C and 97. RGB value is (128,140,151). Sum of RGB (Red+Green+Blue) = 128+140+151=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #808C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C97 is #7F7368. Grayscale: #898989. Windows color (decimal): -8352617 or 9931904. OLE color: 9931904.

HSL color Cylindrical-coordinate representation of color #808C97: hue angle of 208.7º 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 #808C97 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB128140151-
CMYK0.150.0700.41
HSL208.7º9.96%54.71%-
HSV(B)208.7º15.23%59.22%-
XYZ23.8725.5832.96-
YUV137.67135.52121.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=30.55%
G=33.41%
B=36.04%

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
Decimal1281401510.150.0700.41208.79.9654.71
Hex808C97F7029d1a37
Octal2002142271770513211267
Binary10000000100011001001011111111110101001110100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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