#808B97

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

Shades of Light Slate Grey #808B97

Tints of Light Slate Grey #808B97

Color information

#808B97 (or 0x808B97) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8B and 97. RGB value is (128,139,151). Sum of RGB (Red+Green+Blue) = 128+139+151=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #808B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B97 is #7F7468. Grayscale: #898989. Windows color (decimal): -8352873 or 9931648. OLE color: 9931648.

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

Color convert

RGB128139151-
CMYK0.150.0800.41
HSL211.3º9.96%54.71%-
HSV(B)211.3º15.23%59.22%-
XYZ23.7225.2932.91-
YUV137.08135.86121.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=30.62%
G=33.25%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281391510.150.0800.41211.39.9654.71
Hex808B97F8029d3a37
Octal20021322717100513231267
Binary100000001000101110010111111110000101001110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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