Shades of Grey Suit #8481AB
Tints of Grey Suit #8481AB
RGB
CMYK
RGB Variations
Color information
#8481AB (or 0x8481AB) is known color: Grey Suit. HEX triplet: 84, 81 and AB. RGB value is (132,129,171). Sum of RGB (Red+Green+Blue) = 132+129+171=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8481AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8481AB is #7B7E54. Grayscale: #868686. Windows color (decimal): -8093269 or 11239812. OLE color: 11239812.
HSL color Cylindrical-coordinate representation of color #8481AB: hue angle of 244.29º degrees, saturation: 0.2, 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 #8481AB is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 129 | 171 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.33 |
| HSL | 244.29º | 0.2% | 0.59% | - |
| HSV(B) | 244.29º | 0.25% | 0.67% | - |
| XYZ | 24.72 | 23.55 | 41.77 | - |
| YUV | 134.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 171 | 0.23 | 0.25 | 0 | 0.33 | 244.29 | 0.2 | 0.59 |
| Hex | 84 | 81 | AB | 17 | 19 | 0 | 21 | F4 | 14 | 3B |
| Octal | 204 | 201 | 253 | 27 | 31 | 0 | 41 | 364 | 24 | 73 |
| Binary | 10000100 | 10000001 | 10101011 | 10111 | 11001 | 0 | 100001 | 11110100 | 10100 | 111011 |
Color Harmonies of #8481AB
Complementary color
Monochromatic Colors of #8481AB
Black with #8481AB
Text Example
Text Example
White with #8481AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481AB; }
p { color: rgb(132,129,171); }
H1.HeaderClassName
{
color: #8481AB;
}
.AnyTagClassName
{
color: #8481AB;
}
</style>
background-color css
<style>
a { background-color: #8481AB; }
a { background-color: rgb(132,129,171); }
div.DivClassName
{
background-color: #8481AB;
}
.BgClassName
{
background-color: #8481AB;
}
</style>
border-color css
<style>
span { border-color: #8481AB; }
span { border-color: rgb(132,129,171); }
td.TdClassName
{
border-color: #8481AB;
}
.TagClassName
{
border-color: #8481AB;
}
</style>