Html Css Color HEX #808E99 Light Slate Grey

📋 copy color: '#808E99'

red 128 ◦ green 142 ◦ blue 153

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

Shades of Light Slate Grey #808E99

Tints of Light Slate Grey #808E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 30.26%
G = 33.57%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#808E99 (or 0x808E99) is known color: Light Slate Grey. HEX triplet: 80, 8E and 99. RGB value is (128,142,153). Sum of RGB (Red+Green+Blue) = 128+142+153=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #808E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E99 is #7F7166. Grayscale: #8B8B8B. Windows color (decimal): -8352103 or 10063488. OLE color: 10063488.

HSL color Cylindrical-coordinate representation of color #808E99: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808E99 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 142 153 -
CMYK 0.16 0.07 0 0.4
HSL 206.4º 0.11% 0.55% -
HSV(B) 206.4º 0.16% 0.6% -
XYZ 24.32 26.24 33.92 -
YUV 139.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 128 142 153 0.16 0.07 0 0.4 206.4 0.11 0.55
Hex 80 8E 99 10 7 0 28 CE B 37
Octal 200 216 231 20 7 0 50 316 13 67
Binary 10000000 10001110 10011001 10000 111 0 101000 11001110 1011 110111

Color Harmonies of #808E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E99

Black with #808E99

Text Example


Text Example

White with #808E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808E99; }

 p { color: rgb(128,142,153); }

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

background-color css

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

 a { background-color: rgb(128,142,153); }

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

border-color css

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

 span { border-color: rgb(128,142,153); }

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