#808892

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

Shades of Light Slate Grey #808892

Tints of Light Slate Grey #808892

Color information

#808892 (or 0x808892) is unknown color: approx Light Slate Grey. HEX triplet: 80, 88 and 92. RGB value is (128,136,146). Sum of RGB (Red+Green+Blue) = 128+136+146=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #808892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808892 is #7F776D. Grayscale: #868686. Windows color (decimal): -8353646 or 9603200. OLE color: 9603200.

HSL color Cylindrical-coordinate representation of color #808892: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808892 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128136146-
CMYK0.120.0700.43
HSL213.33º7.63%53.73%-
HSV(B)213.33º12.33%57.25%-
XYZ22.8924.2730.67-
YUV134.75134.35123.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=31.22%
G=33.17%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281361460.120.0700.43213.337.6353.73
Hex808892C702Bd5836
Octal2002102221470533251066
Binary10000000100010001001001011001110101011110101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808892; }

 p { color: rgb(128,136,146); }

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

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

 a { background-color: rgb(128,136,146); }

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

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

 span { border-color: rgb(128,136,146); }

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