#808795

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

Shades of Light Slate Grey #808795

Tints of Light Slate Grey #808795

Color information

#808795 (or 0x808795) is unknown color: approx Light Slate Grey. HEX triplet: 80, 87 and 95. RGB value is (128,135,149). Sum of RGB (Red+Green+Blue) = 128+135+149=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #808795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808795 is #7F786A. Grayscale: #868686. Windows color (decimal): -8353899 or 9799552. OLE color: 9799552.

HSL color Cylindrical-coordinate representation of color #808795: hue angle of 220º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808795 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128135149-
CMYK0.140.0900.42
HSL220º9.01%54.31%-
HSV(B)220º14.09%58.43%-
XYZ22.9924.0931.87-
YUV134.5136.18123.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=31.07%
G=32.77%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281351490.140.0900.422209.0154.31
Hex808795E902Adc936
Octal20020722516110523341166
Binary100000001000011110010101111010010101010110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808795; }

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

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

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

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

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

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

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

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