#808895

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

Shades of Light Slate Grey #808895

Tints of Light Slate Grey #808895

Color information

#808895 (or 0x808895) is unknown color: approx Light Slate Grey. HEX triplet: 80, 88 and 95. RGB value is (128,136,149). Sum of RGB (Red+Green+Blue) = 128+136+149=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #808895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808895 is #7F776A. Grayscale: #878787. Windows color (decimal): -8353643 or 9799808. OLE color: 9799808.

HSL color Cylindrical-coordinate representation of color #808895: hue angle of 217.14º 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 #808895 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128136149-
CMYK0.140.0900.42
HSL217.14º9.01%54.31%-
HSV(B)217.14º14.09%58.43%-
XYZ23.1324.3731.92-
YUV135.09135.85122.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=30.99%
G=32.93%
B=36.08%

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
Decimal1281361490.140.0900.42217.149.0154.31
Hex808895E902Ad9936
Octal20021022516110523311166
Binary100000001000100010010101111010010101010110110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808895; }

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

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

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

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

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

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

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

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