Shades of Grey Suit #8D87AB
Tints of Grey Suit #8D87AB
RGB
CMYK
RGB Variations
Color information
#8D87AB (or 0x8D87AB) is known color: Grey Suit. HEX triplet: 8D, 87 and AB. RGB value is (141,135,171). Sum of RGB (Red+Green+Blue) = 141+135+171=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D87AB is #727854. Grayscale: #8C8C8C. Windows color (decimal): -7501909 or 11241357. OLE color: 11241357.
HSL color Cylindrical-coordinate representation of color #8D87AB: hue angle of 250º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D87AB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 135 | 171 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.33 |
| HSL | 250º | 0.18% | 0.6% | - |
| HSV(B) | 250º | 0.21% | 0.67% | - |
| XYZ | 27 | 25.93 | 42.11 | - |
| YUV | 140.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 171 | 0.18 | 0.21 | 0 | 0.33 | 250 | 0.18 | 0.6 |
| Hex | 8D | 87 | AB | 12 | 15 | 0 | 21 | FA | 12 | 3C |
| Octal | 215 | 207 | 253 | 22 | 25 | 0 | 41 | 372 | 22 | 74 |
| Binary | 10001101 | 10000111 | 10101011 | 10010 | 10101 | 0 | 100001 | 11111010 | 10010 | 111100 |
Color Harmonies of #8D87AB
Complementary color
Monochromatic Colors of #8D87AB
Black with #8D87AB
Text Example
Text Example
White with #8D87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87AB; }
p { color: rgb(141,135,171); }
H1.HeaderClassName
{
color: #8D87AB;
}
.AnyTagClassName
{
color: #8D87AB;
}
</style>
background-color css
<style>
a { background-color: #8D87AB; }
a { background-color: rgb(141,135,171); }
div.DivClassName
{
background-color: #8D87AB;
}
.BgClassName
{
background-color: #8D87AB;
}
</style>
border-color css
<style>
span { border-color: #8D87AB; }
span { border-color: rgb(141,135,171); }
td.TdClassName
{
border-color: #8D87AB;
}
.TagClassName
{
border-color: #8D87AB;
}
</style>