Shades of Grey Suit #8581AC
Tints of Grey Suit #8581AC
RGB
CMYK
RGB Variations
Color information
#8581AC (or 0x8581AC) is known color: Grey Suit. HEX triplet: 85, 81 and AC. RGB value is (133,129,172). Sum of RGB (Red+Green+Blue) = 133+129+172=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8581AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8581AC is #7A7E53. Grayscale: #868686. Windows color (decimal): -8027732 or 11305349. OLE color: 11305349.
HSL color Cylindrical-coordinate representation of color #8581AC: hue angle of 245.58º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8581AC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 129 | 172 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.33 |
| HSL | 245.58º | 0.21% | 0.59% | - |
| HSV(B) | 245.58º | 0.25% | 0.67% | - |
| XYZ | 24.97 | 23.67 | 42.28 | - |
| YUV | 135.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 172 | 0.23 | 0.25 | 0 | 0.33 | 245.58 | 0.21 | 0.59 |
| Hex | 85 | 81 | AC | 17 | 19 | 0 | 21 | F6 | 15 | 3B |
| Octal | 205 | 201 | 254 | 27 | 31 | 0 | 41 | 366 | 25 | 73 |
| Binary | 10000101 | 10000001 | 10101100 | 10111 | 11001 | 0 | 100001 | 11110110 | 10101 | 111011 |
Color Harmonies of #8581AC
Complementary color
Monochromatic Colors of #8581AC
Black with #8581AC
Text Example
Text Example
White with #8581AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581AC; }
p { color: rgb(133,129,172); }
H1.HeaderClassName
{
color: #8581AC;
}
.AnyTagClassName
{
color: #8581AC;
}
</style>
background-color css
<style>
a { background-color: #8581AC; }
a { background-color: rgb(133,129,172); }
div.DivClassName
{
background-color: #8581AC;
}
.BgClassName
{
background-color: #8581AC;
}
</style>
border-color css
<style>
span { border-color: #8581AC; }
span { border-color: rgb(133,129,172); }
td.TdClassName
{
border-color: #8581AC;
}
.TagClassName
{
border-color: #8581AC;
}
</style>