Shades of Light Slate Grey #808FA1
Tints of Light Slate Grey #808FA1
RGB
CMYK
RGB Variations
Color information
#808FA1 (or 0x808FA1) is known color: Light Slate Grey. HEX triplet: 80, 8F and A1. RGB value is (128,143,161). Sum of RGB (Red+Green+Blue) = 128+143+161=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #808FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA1 is #7F705E. Grayscale: #8C8C8C. Windows color (decimal): -8351839 or 10588032. OLE color: 10588032.
HSL color Cylindrical-coordinate representation of color #808FA1: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808FA1 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 143 | 161 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.37 |
| HSL | 212.73º | 0.15% | 0.57% | - |
| HSV(B) | 212.73º | 0.2% | 0.63% | - |
| XYZ | 25.16 | 26.81 | 37.57 | - |
| YUV | 140.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 161 | 0.20 | 0.11 | 0 | 0.37 | 212.73 | 0.15 | 0.57 |
| Hex | 80 | 8F | A1 | 14 | B | 0 | 25 | D5 | F | 39 |
| Octal | 200 | 217 | 241 | 24 | 13 | 0 | 45 | 325 | 17 | 71 |
| Binary | 10000000 | 10001111 | 10100001 | 10100 | 1011 | 0 | 100101 | 11010101 | 1111 | 111001 |
Color Harmonies of #808FA1
Complementary color
Monochromatic Colors of #808FA1
Black with #808FA1
Text Example
Text Example
White with #808FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FA1; }
p { color: rgb(128,143,161); }
H1.HeaderClassName
{
color: #808FA1;
}
.AnyTagClassName
{
color: #808FA1;
}
</style>
background-color css
<style>
a { background-color: #808FA1; }
a { background-color: rgb(128,143,161); }
div.DivClassName
{
background-color: #808FA1;
}
.BgClassName
{
background-color: #808FA1;
}
</style>
border-color css
<style>
span { border-color: #808FA1; }
span { border-color: rgb(128,143,161); }
td.TdClassName
{
border-color: #808FA1;
}
.TagClassName
{
border-color: #808FA1;
}
</style>