Shades of Light Slate Grey #808A94
Tints of Light Slate Grey #808A94
RGB
CMYK
RGB Variations
Color information
#808A94 (or 0x808A94) is known color: Light Slate Grey. HEX triplet: 80, 8A and 94. RGB value is (128,138,148). Sum of RGB (Red+Green+Blue) = 128+138+148=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #808A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A94 is #7F756B. Grayscale: #888888. Windows color (decimal): -8353132 or 9734784. OLE color: 9734784.
HSL color Cylindrical-coordinate representation of color #808A94: hue angle of 210º 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 #808A94 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 138 | 148 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.42 |
| HSL | 210º | 0.09% | 0.54% | - |
| HSV(B) | 210º | 0.14% | 0.58% | - |
| XYZ | 23.34 | 24.9 | 31.59 | - |
| YUV | 136.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 148 | 0.14 | 0.07 | 0 | 0.42 | 210 | 0.09 | 0.54 |
| Hex | 80 | 8A | 94 | E | 7 | 0 | 2A | D2 | 9 | 36 |
| Octal | 200 | 212 | 224 | 16 | 7 | 0 | 52 | 322 | 11 | 66 |
| Binary | 10000000 | 10001010 | 10010100 | 1110 | 111 | 0 | 101010 | 11010010 | 1001 | 110110 |
Color Harmonies of #808A94
Complementary color
Monochromatic Colors of #808A94
Black with #808A94
Text Example
Text Example
White with #808A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A94; }
p { color: rgb(128,138,148); }
H1.HeaderClassName
{
color: #808A94;
}
.AnyTagClassName
{
color: #808A94;
}
</style>
background-color css
<style>
a { background-color: #808A94; }
a { background-color: rgb(128,138,148); }
div.DivClassName
{
background-color: #808A94;
}
.BgClassName
{
background-color: #808A94;
}
</style>
border-color css
<style>
span { border-color: #808A94; }
span { border-color: rgb(128,138,148); }
td.TdClassName
{
border-color: #808A94;
}
.TagClassName
{
border-color: #808A94;
}
</style>