Shades of Grey Suit #8581A9
Tints of Grey Suit #8581A9
RGB
CMYK
RGB Variations
Color information
#8581A9 (or 0x8581A9) is known color: Grey Suit. HEX triplet: 85, 81 and A9. RGB value is (133,129,169). Sum of RGB (Red+Green+Blue) = 133+129+169=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #8581A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8581A9 is #7A7E56. Grayscale: #868686. Windows color (decimal): -8027735 or 11108741. OLE color: 11108741.
HSL color Cylindrical-coordinate representation of color #8581A9: hue angle of 246º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8581A9 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 129 | 169 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.34 |
| HSL | 246º | 0.19% | 0.58% | - |
| HSV(B) | 246º | 0.24% | 0.66% | - |
| XYZ | 24.68 | 23.55 | 40.78 | - |
| YUV | 134.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 169 | 0.21 | 0.24 | 0 | 0.34 | 246 | 0.19 | 0.58 |
| Hex | 85 | 81 | A9 | 15 | 18 | 0 | 22 | F6 | 13 | 3A |
| Octal | 205 | 201 | 251 | 25 | 30 | 0 | 42 | 366 | 23 | 72 |
| Binary | 10000101 | 10000001 | 10101001 | 10101 | 11000 | 0 | 100010 | 11110110 | 10011 | 111010 |
Color Harmonies of #8581A9
Complementary color
Monochromatic Colors of #8581A9
Black with #8581A9
Text Example
Text Example
White with #8581A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581A9; }
p { color: rgb(133,129,169); }
H1.HeaderClassName
{
color: #8581A9;
}
.AnyTagClassName
{
color: #8581A9;
}
</style>
background-color css
<style>
a { background-color: #8581A9; }
a { background-color: rgb(133,129,169); }
div.DivClassName
{
background-color: #8581A9;
}
.BgClassName
{
background-color: #8581A9;
}
</style>
border-color css
<style>
span { border-color: #8581A9; }
span { border-color: rgb(133,129,169); }
td.TdClassName
{
border-color: #8581A9;
}
.TagClassName
{
border-color: #8581A9;
}
</style>