Shades of Light Slate Grey #808EA2
Tints of Light Slate Grey #808EA2
RGB
CMYK
RGB Variations
Color information
#808EA2 (or 0x808EA2) is known color: Light Slate Grey. HEX triplet: 80, 8E and A2. RGB value is (128,142,162). Sum of RGB (Red+Green+Blue) = 128+142+162=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: blue. Hex color #808EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EA2 is #7F715D. Grayscale: #8C8C8C. Windows color (decimal): -8352094 or 10653312. OLE color: 10653312.
HSL color Cylindrical-coordinate representation of color #808EA2: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808EA2 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 142 | 162 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.36 |
| HSL | 215.29º | 0.15% | 0.57% | - |
| HSV(B) | 215.29º | 0.21% | 0.64% | - |
| XYZ | 25.1 | 26.54 | 37.98 | - |
| YUV | 140.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 162 | 0.21 | 0.12 | 0 | 0.36 | 215.29 | 0.15 | 0.57 |
| Hex | 80 | 8E | A2 | 15 | C | 0 | 24 | D7 | F | 39 |
| Octal | 200 | 216 | 242 | 25 | 14 | 0 | 44 | 327 | 17 | 71 |
| Binary | 10000000 | 10001110 | 10100010 | 10101 | 1100 | 0 | 100100 | 11010111 | 1111 | 111001 |
Color Harmonies of #808EA2
Complementary color
Monochromatic Colors of #808EA2
Black with #808EA2
Text Example
Text Example
White with #808EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EA2; }
p { color: rgb(128,142,162); }
H1.HeaderClassName
{
color: #808EA2;
}
.AnyTagClassName
{
color: #808EA2;
}
</style>
background-color css
<style>
a { background-color: #808EA2; }
a { background-color: rgb(128,142,162); }
div.DivClassName
{
background-color: #808EA2;
}
.BgClassName
{
background-color: #808EA2;
}
</style>
border-color css
<style>
span { border-color: #808EA2; }
span { border-color: rgb(128,142,162); }
td.TdClassName
{
border-color: #808EA2;
}
.TagClassName
{
border-color: #808EA2;
}
</style>