Shades of Light Slate Grey #8590A0
Tints of Light Slate Grey #8590A0
RGB
CMYK
RGB Variations
Color information
#8590A0 (or 0x8590A0) is known color: Light Slate Grey. HEX triplet: 85, 90 and A0. RGB value is (133,144,160). Sum of RGB (Red+Green+Blue) = 133+144+160=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #8590A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8590A0 is #7A6F5F. Grayscale: #8E8E8E. Windows color (decimal): -8023904 or 10522757. OLE color: 10522757.
HSL color Cylindrical-coordinate representation of color #8590A0: hue angle of 215.56º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8590A0 is Cyan = 0.17, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 144 | 160 | - |
| CMYK | 0.17 | 0.1 | 0 | 0.37 |
| HSL | 215.56º | 0.12% | 0.57% | - |
| HSV(B) | 215.56º | 0.17% | 0.63% | - |
| XYZ | 25.99 | 27.47 | 37.19 | - |
| YUV | 142.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 160 | 0.17 | 0.1 | 0 | 0.37 | 215.56 | 0.12 | 0.57 |
| Hex | 85 | 90 | A0 | 11 | A | 0 | 25 | D8 | C | 39 |
| Octal | 205 | 220 | 240 | 21 | 12 | 0 | 45 | 330 | 14 | 71 |
| Binary | 10000101 | 10010000 | 10100000 | 10001 | 1010 | 0 | 100101 | 11011000 | 1100 | 111001 |
Color Harmonies of #8590A0
Complementary color
Monochromatic Colors of #8590A0
Black with #8590A0
Text Example
Text Example
White with #8590A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590A0; }
p { color: rgb(133,144,160); }
H1.HeaderClassName
{
color: #8590A0;
}
.AnyTagClassName
{
color: #8590A0;
}
</style>
background-color css
<style>
a { background-color: #8590A0; }
a { background-color: rgb(133,144,160); }
div.DivClassName
{
background-color: #8590A0;
}
.BgClassName
{
background-color: #8590A0;
}
</style>
border-color css
<style>
span { border-color: #8590A0; }
span { border-color: rgb(133,144,160); }
td.TdClassName
{
border-color: #8590A0;
}
.TagClassName
{
border-color: #8590A0;
}
</style>