Shades of Grey Suit #8581AD
Tints of Grey Suit #8581AD
RGB
CMYK
RGB Variations
Color information
#8581AD (or 0x8581AD) is known color: Grey Suit. HEX triplet: 85, 81 and AD. RGB value is (133,129,173). Sum of RGB (Red+Green+Blue) = 133+129+173=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8581AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8581AD is #7A7E52. Grayscale: #878787. Windows color (decimal): -8027731 or 11370885. OLE color: 11370885.
HSL color Cylindrical-coordinate representation of color #8581AD: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8581AD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 129 | 173 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.32 |
| HSL | 245.45º | 0.21% | 0.59% | - |
| HSV(B) | 245.45º | 0.25% | 0.68% | - |
| XYZ | 25.07 | 23.7 | 42.79 | - |
| YUV | 135.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 173 | 0.23 | 0.25 | 0 | 0.32 | 245.45 | 0.21 | 0.59 |
| Hex | 85 | 81 | AD | 17 | 19 | 0 | 20 | F5 | 15 | 3B |
| Octal | 205 | 201 | 255 | 27 | 31 | 0 | 40 | 365 | 25 | 73 |
| Binary | 10000101 | 10000001 | 10101101 | 10111 | 11001 | 0 | 100000 | 11110101 | 10101 | 111011 |
Color Harmonies of #8581AD
Complementary color
Monochromatic Colors of #8581AD
Black with #8581AD
Text Example
Text Example
White with #8581AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581AD; }
p { color: rgb(133,129,173); }
H1.HeaderClassName
{
color: #8581AD;
}
.AnyTagClassName
{
color: #8581AD;
}
</style>
background-color css
<style>
a { background-color: #8581AD; }
a { background-color: rgb(133,129,173); }
div.DivClassName
{
background-color: #8581AD;
}
.BgClassName
{
background-color: #8581AD;
}
</style>
border-color css
<style>
span { border-color: #8581AD; }
span { border-color: rgb(133,129,173); }
td.TdClassName
{
border-color: #8581AD;
}
.TagClassName
{
border-color: #8581AD;
}
</style>