Html Css Color HEX #808891 Light Slate Grey

📋 copy color: '#808891'

red 128 ◦ green 136 ◦ blue 145

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

Shades of Light Slate Grey #808891

Tints of Light Slate Grey #808891

RGB

 RED value IS 128 (50.39% from 255) = 31.3%

 GREEN value IS 136 (53.52% from 255) = 33.25%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 31.3%
G = 33.25%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808891 (or 0x808891) is known color: Light Slate Grey. HEX triplet: 80, 88 and 91. RGB value is (128,136,145). Sum of RGB (Red+Green+Blue) = 128+136+145=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 145 - color contains mainly: blue. Hex color #808891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808891 is #7F776E. Grayscale: #868686. Windows color (decimal): -8353647 or 9537664. OLE color: 9537664.

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

Color convert

RGB 128 136 145 -
CMYK 0.12 0.06 0 0.43
HSL 211.76º 0.07% 0.54% -
HSV(B) 211.76º 0.12% 0.57% -
XYZ 22.82 24.24 30.26 -
YUV 134.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 128 136 145 0.12 0.06 0 0.43 211.76 0.07 0.54
Hex 80 88 91 C 6 0 2B D4 7 36
Octal 200 210 221 14 6 0 53 324 7 66
Binary 10000000 10001000 10010001 1100 110 0 101011 11010100 111 110110

Color Harmonies of #808891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808891

Black with #808891

Text Example


Text Example

White with #808891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808891; }

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

 H1.HeaderClassName
 {
   color: #808891;
 }
 .AnyTagClassName
 {
   color: #808891;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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