Shades of Light Slate Grey #8490A1
Tints of Light Slate Grey #8490A1
RGB
CMYK
RGB Variations
Color information
#8490A1 (or 0x8490A1) is known color: Light Slate Grey. HEX triplet: 84, 90 and A1. RGB value is (132,144,161). Sum of RGB (Red+Green+Blue) = 132+144+161=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 161 - color contains mainly: blue. Hex color #8490A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8490A1 is #7B6F5E. Grayscale: #8E8E8E. Windows color (decimal): -8089439 or 10588292. OLE color: 10588292.
HSL color Cylindrical-coordinate representation of color #8490A1: hue angle of 215.17º 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 #8490A1 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 144 | 161 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.37 |
| HSL | 215.17º | 0.13% | 0.57% | - |
| HSV(B) | 215.17º | 0.18% | 0.63% | - |
| XYZ | 25.92 | 27.43 | 37.65 | - |
| YUV | 142.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 161 | 0.18 | 0.11 | 0 | 0.37 | 215.17 | 0.13 | 0.57 |
| Hex | 84 | 90 | A1 | 12 | B | 0 | 25 | D7 | D | 39 |
| Octal | 204 | 220 | 241 | 22 | 13 | 0 | 45 | 327 | 15 | 71 |
| Binary | 10000100 | 10010000 | 10100001 | 10010 | 1011 | 0 | 100101 | 11010111 | 1101 | 111001 |
Color Harmonies of #8490A1
Complementary color
Monochromatic Colors of #8490A1
Black with #8490A1
Text Example
Text Example
White with #8490A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490A1; }
p { color: rgb(132,144,161); }
H1.HeaderClassName
{
color: #8490A1;
}
.AnyTagClassName
{
color: #8490A1;
}
</style>
background-color css
<style>
a { background-color: #8490A1; }
a { background-color: rgb(132,144,161); }
div.DivClassName
{
background-color: #8490A1;
}
.BgClassName
{
background-color: #8490A1;
}
</style>
border-color css
<style>
span { border-color: #8490A1; }
span { border-color: rgb(132,144,161); }
td.TdClassName
{
border-color: #8490A1;
}
.TagClassName
{
border-color: #8490A1;
}
</style>