Shades of Light Slate Grey #808A99
Tints of Light Slate Grey #808A99
RGB
CMYK
RGB Variations
Color information
#808A99 (or 0x808A99) is known color: Light Slate Grey. HEX triplet: 80, 8A and 99. RGB value is (128,138,153). Sum of RGB (Red+Green+Blue) = 128+138+153=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #808A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A99 is #7F7566. Grayscale: #888888. Windows color (decimal): -8353127 or 10062464. OLE color: 10062464.
HSL color Cylindrical-coordinate representation of color #808A99: hue angle of 216º 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 #808A99 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 138 | 153 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.4 |
| HSL | 216º | 0.11% | 0.55% | - |
| HSV(B) | 216º | 0.16% | 0.6% | - |
| XYZ | 23.74 | 25.07 | 33.72 | - |
| YUV | 136.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 153 | 0.16 | 0.10 | 0 | 0.4 | 216 | 0.11 | 0.55 |
| Hex | 80 | 8A | 99 | 10 | A | 0 | 28 | D8 | B | 37 |
| Octal | 200 | 212 | 231 | 20 | 12 | 0 | 50 | 330 | 13 | 67 |
| Binary | 10000000 | 10001010 | 10011001 | 10000 | 1010 | 0 | 101000 | 11011000 | 1011 | 110111 |
Color Harmonies of #808A99
Complementary color
Monochromatic Colors of #808A99
Black with #808A99
Text Example
Text Example
White with #808A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A99; }
p { color: rgb(128,138,153); }
H1.HeaderClassName
{
color: #808A99;
}
.AnyTagClassName
{
color: #808A99;
}
</style>
background-color css
<style>
a { background-color: #808A99; }
a { background-color: rgb(128,138,153); }
div.DivClassName
{
background-color: #808A99;
}
.BgClassName
{
background-color: #808A99;
}
</style>
border-color css
<style>
span { border-color: #808A99; }
span { border-color: rgb(128,138,153); }
td.TdClassName
{
border-color: #808A99;
}
.TagClassName
{
border-color: #808A99;
}
</style>