Shades of Light Slate Grey #808A95
Tints of Light Slate Grey #808A95
RGB
CMYK
RGB Variations
Color information
#808A95 (or 0x808A95) is known color: Light Slate Grey. HEX triplet: 80, 8A and 95. RGB value is (128,138,149). Sum of RGB (Red+Green+Blue) = 128+138+149=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #808A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A95 is #7F756A. Grayscale: #888888. Windows color (decimal): -8353131 or 9800320. OLE color: 9800320.
HSL color Cylindrical-coordinate representation of color #808A95: hue angle of 211.43º 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 #808A95 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 138 | 149 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.42 |
| HSL | 211.43º | 0.09% | 0.54% | - |
| HSV(B) | 211.43º | 0.14% | 0.58% | - |
| XYZ | 23.42 | 24.94 | 32.01 | - |
| YUV | 136.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 149 | 0.14 | 0.07 | 0 | 0.42 | 211.43 | 0.09 | 0.54 |
| Hex | 80 | 8A | 95 | E | 7 | 0 | 2A | D3 | 9 | 36 |
| Octal | 200 | 212 | 225 | 16 | 7 | 0 | 52 | 323 | 11 | 66 |
| Binary | 10000000 | 10001010 | 10010101 | 1110 | 111 | 0 | 101010 | 11010011 | 1001 | 110110 |
Color Harmonies of #808A95
Complementary color
Monochromatic Colors of #808A95
Black with #808A95
Text Example
Text Example
White with #808A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A95; }
p { color: rgb(128,138,149); }
H1.HeaderClassName
{
color: #808A95;
}
.AnyTagClassName
{
color: #808A95;
}
</style>
background-color css
<style>
a { background-color: #808A95; }
a { background-color: rgb(128,138,149); }
div.DivClassName
{
background-color: #808A95;
}
.BgClassName
{
background-color: #808A95;
}
</style>
border-color css
<style>
span { border-color: #808A95; }
span { border-color: rgb(128,138,149); }
td.TdClassName
{
border-color: #808A95;
}
.TagClassName
{
border-color: #808A95;
}
</style>