Shades of Light Slate Grey #808894
Tints of Light Slate Grey #808894
RGB
CMYK
RGB Variations
Color information
#808894 (or 0x808894) is known color: Light Slate Grey. HEX triplet: 80, 88 and 94. RGB value is (128,136,148). Sum of RGB (Red+Green+Blue) = 128+136+148=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #808894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808894 is #7F776B. Grayscale: #868686. Windows color (decimal): -8353644 or 9734272. OLE color: 9734272.
HSL color Cylindrical-coordinate representation of color #808894: hue angle of 216º 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 #808894 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 136 | 148 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.42 |
| HSL | 216º | 0.09% | 0.54% | - |
| HSV(B) | 216º | 0.14% | 0.58% | - |
| XYZ | 23.05 | 24.34 | 31.5 | - |
| YUV | 134.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 148 | 0.14 | 0.08 | 0 | 0.42 | 216 | 0.09 | 0.54 |
| Hex | 80 | 88 | 94 | E | 8 | 0 | 2A | D8 | 9 | 36 |
| Octal | 200 | 210 | 224 | 16 | 10 | 0 | 52 | 330 | 11 | 66 |
| Binary | 10000000 | 10001000 | 10010100 | 1110 | 1000 | 0 | 101010 | 11011000 | 1001 | 110110 |
Color Harmonies of #808894
Complementary color
Monochromatic Colors of #808894
Black with #808894
Text Example
Text Example
White with #808894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808894; }
p { color: rgb(128,136,148); }
H1.HeaderClassName
{
color: #808894;
}
.AnyTagClassName
{
color: #808894;
}
</style>
background-color css
<style>
a { background-color: #808894; }
a { background-color: rgb(128,136,148); }
div.DivClassName
{
background-color: #808894;
}
.BgClassName
{
background-color: #808894;
}
</style>
border-color css
<style>
span { border-color: #808894; }
span { border-color: rgb(128,136,148); }
td.TdClassName
{
border-color: #808894;
}
.TagClassName
{
border-color: #808894;
}
</style>