Shades of Light Slate Grey #8491A1
Tints of Light Slate Grey #8491A1
RGB
CMYK
RGB Variations
Color information
#8491A1 (or 0x8491A1) is known color: Light Slate Grey. HEX triplet: 84, 91 and A1. RGB value is (132,145,161). Sum of RGB (Red+Green+Blue) = 132+145+161=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 161 - color contains mainly: blue. Hex color #8491A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8491A1 is #7B6E5E. Grayscale: #8E8E8E. Windows color (decimal): -8089183 or 10588548. OLE color: 10588548.
HSL color Cylindrical-coordinate representation of color #8491A1: hue angle of 213.1º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8491A1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 145 | 161 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.37 |
| HSL | 213.1º | 0.13% | 0.57% | - |
| HSV(B) | 213.1º | 0.18% | 0.63% | - |
| XYZ | 26.07 | 27.73 | 37.7 | - |
| YUV | 142.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 161 | 0.18 | 0.10 | 0 | 0.37 | 213.1 | 0.13 | 0.57 |
| Hex | 84 | 91 | A1 | 12 | A | 0 | 25 | D5 | D | 39 |
| Octal | 204 | 221 | 241 | 22 | 12 | 0 | 45 | 325 | 15 | 71 |
| Binary | 10000100 | 10010001 | 10100001 | 10010 | 1010 | 0 | 100101 | 11010101 | 1101 | 111001 |
Color Harmonies of #8491A1
Complementary color
Monochromatic Colors of #8491A1
Black with #8491A1
Text Example
Text Example
White with #8491A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491A1; }
p { color: rgb(132,145,161); }
H1.HeaderClassName
{
color: #8491A1;
}
.AnyTagClassName
{
color: #8491A1;
}
</style>
background-color css
<style>
a { background-color: #8491A1; }
a { background-color: rgb(132,145,161); }
div.DivClassName
{
background-color: #8491A1;
}
.BgClassName
{
background-color: #8491A1;
}
</style>
border-color css
<style>
span { border-color: #8491A1; }
span { border-color: rgb(132,145,161); }
td.TdClassName
{
border-color: #8491A1;
}
.TagClassName
{
border-color: #8491A1;
}
</style>