Shades of Grey Suit #8D87AA
Tints of Grey Suit #8D87AA
RGB
CMYK
RGB Variations
Color information
#8D87AA (or 0x8D87AA) is known color: Grey Suit. HEX triplet: 8D, 87 and AA. RGB value is (141,135,170). Sum of RGB (Red+Green+Blue) = 141+135+170=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D87AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D87AA is #727855. Grayscale: #8C8C8C. Windows color (decimal): -7501910 or 11175821. OLE color: 11175821.
HSL color Cylindrical-coordinate representation of color #8D87AA: hue angle of 250.29º degrees, saturation: 0.17, 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 #8D87AA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 135 | 170 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.33 |
| HSL | 250.29º | 0.17% | 0.6% | - |
| HSV(B) | 250.29º | 0.21% | 0.67% | - |
| XYZ | 26.9 | 25.89 | 41.61 | - |
| YUV | 140.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 170 | 0.17 | 0.21 | 0 | 0.33 | 250.29 | 0.17 | 0.6 |
| Hex | 8D | 87 | AA | 11 | 15 | 0 | 21 | FA | 11 | 3C |
| Octal | 215 | 207 | 252 | 21 | 25 | 0 | 41 | 372 | 21 | 74 |
| Binary | 10001101 | 10000111 | 10101010 | 10001 | 10101 | 0 | 100001 | 11111010 | 10001 | 111100 |
Color Harmonies of #8D87AA
Complementary color
Monochromatic Colors of #8D87AA
Black with #8D87AA
Text Example
Text Example
White with #8D87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87AA; }
p { color: rgb(141,135,170); }
H1.HeaderClassName
{
color: #8D87AA;
}
.AnyTagClassName
{
color: #8D87AA;
}
</style>
background-color css
<style>
a { background-color: #8D87AA; }
a { background-color: rgb(141,135,170); }
div.DivClassName
{
background-color: #8D87AA;
}
.BgClassName
{
background-color: #8D87AA;
}
</style>
border-color css
<style>
span { border-color: #8D87AA; }
span { border-color: rgb(141,135,170); }
td.TdClassName
{
border-color: #8D87AA;
}
.TagClassName
{
border-color: #8D87AA;
}
</style>