Shades of Grey Suit #8D84AB
Tints of Grey Suit #8D84AB
RGB
CMYK
RGB Variations
Color information
#8D84AB (or 0x8D84AB) is known color: Grey Suit. HEX triplet: 8D, 84 and AB. RGB value is (141,132,171). Sum of RGB (Red+Green+Blue) = 141+132+171=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D84AB is #727B54. Grayscale: #8A8A8A. Windows color (decimal): -7502677 or 11240589. OLE color: 11240589.
HSL color Cylindrical-coordinate representation of color #8D84AB: hue angle of 253.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D84AB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 132 | 171 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.33 |
| HSL | 253.85º | 0.19% | 0.59% | - |
| HSV(B) | 253.85º | 0.23% | 0.67% | - |
| XYZ | 26.59 | 25.11 | 41.97 | - |
| YUV | 139.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 171 | 0.18 | 0.23 | 0 | 0.33 | 253.85 | 0.19 | 0.59 |
| Hex | 8D | 84 | AB | 12 | 17 | 0 | 21 | FE | 13 | 3B |
| Octal | 215 | 204 | 253 | 22 | 27 | 0 | 41 | 376 | 23 | 73 |
| Binary | 10001101 | 10000100 | 10101011 | 10010 | 10111 | 0 | 100001 | 11111110 | 10011 | 111011 |
Color Harmonies of #8D84AB
Complementary color
Monochromatic Colors of #8D84AB
Black with #8D84AB
Text Example
Text Example
White with #8D84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84AB; }
p { color: rgb(141,132,171); }
H1.HeaderClassName
{
color: #8D84AB;
}
.AnyTagClassName
{
color: #8D84AB;
}
</style>
background-color css
<style>
a { background-color: #8D84AB; }
a { background-color: rgb(141,132,171); }
div.DivClassName
{
background-color: #8D84AB;
}
.BgClassName
{
background-color: #8D84AB;
}
</style>
border-color css
<style>
span { border-color: #8D84AB; }
span { border-color: rgb(141,132,171); }
td.TdClassName
{
border-color: #8D84AB;
}
.TagClassName
{
border-color: #8D84AB;
}
</style>