Shades of Grey Suit #8D86AB
Tints of Grey Suit #8D86AB
RGB
CMYK
RGB Variations
Color information
#8D86AB (or 0x8D86AB) is known color: Grey Suit. HEX triplet: 8D, 86 and AB. RGB value is (141,134,171). Sum of RGB (Red+Green+Blue) = 141+134+171=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D86AB is #727954. Grayscale: #8C8C8C. Windows color (decimal): -7502165 or 11241101. OLE color: 11241101.
HSL color Cylindrical-coordinate representation of color #8D86AB: hue angle of 251.35º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D86AB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 134 | 171 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.33 |
| HSL | 251.35º | 0.18% | 0.6% | - |
| HSV(B) | 251.35º | 0.22% | 0.67% | - |
| XYZ | 26.86 | 25.65 | 42.06 | - |
| YUV | 140.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 171 | 0.18 | 0.22 | 0 | 0.33 | 251.35 | 0.18 | 0.6 |
| Hex | 8D | 86 | AB | 12 | 16 | 0 | 21 | FB | 12 | 3C |
| Octal | 215 | 206 | 253 | 22 | 26 | 0 | 41 | 373 | 22 | 74 |
| Binary | 10001101 | 10000110 | 10101011 | 10010 | 10110 | 0 | 100001 | 11111011 | 10010 | 111100 |
Color Harmonies of #8D86AB
Complementary color
Monochromatic Colors of #8D86AB
Black with #8D86AB
Text Example
Text Example
White with #8D86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86AB; }
p { color: rgb(141,134,171); }
H1.HeaderClassName
{
color: #8D86AB;
}
.AnyTagClassName
{
color: #8D86AB;
}
</style>
background-color css
<style>
a { background-color: #8D86AB; }
a { background-color: rgb(141,134,171); }
div.DivClassName
{
background-color: #8D86AB;
}
.BgClassName
{
background-color: #8D86AB;
}
</style>
border-color css
<style>
span { border-color: #8D86AB; }
span { border-color: rgb(141,134,171); }
td.TdClassName
{
border-color: #8D86AB;
}
.TagClassName
{
border-color: #8D86AB;
}
</style>