Shades of Grey Suit #8D86B4
Tints of Grey Suit #8D86B4
RGB
CMYK
RGB Variations
Color information
#8D86B4 (or 0x8D86B4) is known color: Grey Suit. HEX triplet: 8D, 86 and B4. RGB value is (141,134,180). Sum of RGB (Red+Green+Blue) = 141+134+180=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D86B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86B4 is #72794B. Grayscale: #8D8D8D. Windows color (decimal): -7502156 or 11830925. OLE color: 11830925.
HSL color Cylindrical-coordinate representation of color #8D86B4: hue angle of 249.13º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D86B4 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 134 | 180 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.29 |
| HSL | 249.13º | 0.23% | 0.62% | - |
| HSV(B) | 249.13º | 0.26% | 0.71% | - |
| XYZ | 27.75 | 26.01 | 46.74 | - |
| YUV | 141.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 180 | 0.22 | 0.26 | 0 | 0.29 | 249.13 | 0.23 | 0.62 |
| Hex | 8D | 86 | B4 | 16 | 1A | 0 | 1D | F9 | 17 | 3E |
| Octal | 215 | 206 | 264 | 26 | 32 | 0 | 35 | 371 | 27 | 76 |
| Binary | 10001101 | 10000110 | 10110100 | 10110 | 11010 | 0 | 11101 | 11111001 | 10111 | 111110 |
Color Harmonies of #8D86B4
Complementary color
Monochromatic Colors of #8D86B4
Black with #8D86B4
Text Example
Text Example
White with #8D86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D86B4; }
p { color: rgb(141,134,180); }
H1.HeaderClassName
{
color: #8D86B4;
}
.AnyTagClassName
{
color: #8D86B4;
}
</style>
background-color css
<style>
a { background-color: #8D86B4; }
a { background-color: rgb(141,134,180); }
div.DivClassName
{
background-color: #8D86B4;
}
.BgClassName
{
background-color: #8D86B4;
}
</style>
border-color css
<style>
span { border-color: #8D86B4; }
span { border-color: rgb(141,134,180); }
td.TdClassName
{
border-color: #8D86B4;
}
.TagClassName
{
border-color: #8D86B4;
}
</style>