#808792

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

Shades of Light Slate Grey #808792

Tints of Light Slate Grey #808792

Color information

#808792 (or 0x808792) is unknown color: approx Light Slate Grey. HEX triplet: 80, 87 and 92. RGB value is (128,135,146). Sum of RGB (Red+Green+Blue) = 128+135+146=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #808792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808792 is #7F786D. Grayscale: #868686. Windows color (decimal): -8353902 or 9602944. OLE color: 9602944.

HSL color Cylindrical-coordinate representation of color #808792: hue angle of 216.67º 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 #808792 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128135146-
CMYK0.120.0800.43
HSL216.67º7.63%53.73%-
HSV(B)216.67º12.33%57.25%-
XYZ22.7523.9930.63-
YUV134.16134.68123.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=31.30%
G=33.01%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281351460.120.0800.43216.677.6353.73
Hex808792C802Bd9836
Octal20020722214100533311066
Binary100000001000011110010010110010000101011110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808792; }

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

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

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

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

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

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

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

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