Html Css Color HEX #808895 Light Slate Grey

📋 copy color: '#808895'

red 128 ◦ green 136 ◦ blue 149

#808895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #808895

Tints of Light Slate Grey #808895

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 value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808895 (or 0x808895) is known color: 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

RGB 128 136 149 -
CMYK 0.14 0.09 0 0.42
HSL 217.14º 0.09% 0.54% -
HSV(B) 217.14º 0.14% 0.58% -
XYZ 23.13 24.37 31.92 -
YUV 135.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 128 136 149 0.14 0.09 0 0.42 217.14 0.09 0.54
Hex 80 88 95 E 9 0 2A D9 9 36
Octal 200 210 225 16 11 0 52 331 11 66
Binary 10000000 10001000 10010101 1110 1001 0 101010 11011001 1001 110110

Color Harmonies of #808895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808895

Black with #808895

Text Example


Text Example

White with #808895

Text Example


Text Example

HTML Codes & Css Web 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>