Shades of Grey Suit #8D859C
Tints of Grey Suit #8D859C
RGB
CMYK
RGB Variations
Color information
#8D859C (or 0x8D859C) is known color: Grey Suit. HEX triplet: 8D, 85 and 9C. RGB value is (141,133,156). Sum of RGB (Red+Green+Blue) = 141+133+156=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D859C is #727A63. Grayscale: #898989. Windows color (decimal): -7502436 or 10257805. OLE color: 10257805.
HSL color Cylindrical-coordinate representation of color #8D859C: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D859C is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 133 | 156 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.39 |
| HSL | 260.87º | 0.1% | 0.57% | - |
| HSV(B) | 260.87º | 0.15% | 0.61% | - |
| XYZ | 25.37 | 24.84 | 34.91 | - |
| YUV | 138.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 156 | 0.10 | 0.15 | 0 | 0.39 | 260.87 | 0.1 | 0.57 |
| Hex | 8D | 85 | 9C | A | F | 0 | 27 | 105 | A | 39 |
| Octal | 215 | 205 | 234 | 12 | 17 | 0 | 47 | 405 | 12 | 71 |
| Binary | 10001101 | 10000101 | 10011100 | 1010 | 1111 | 0 | 100111 | 100000101 | 1010 | 111001 |
Color Harmonies of #8D859C
Complementary color
Monochromatic Colors of #8D859C
Black with #8D859C
Text Example
Text Example
White with #8D859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D859C; }
p { color: rgb(141,133,156); }
H1.HeaderClassName
{
color: #8D859C;
}
.AnyTagClassName
{
color: #8D859C;
}
</style>
background-color css
<style>
a { background-color: #8D859C; }
a { background-color: rgb(141,133,156); }
div.DivClassName
{
background-color: #8D859C;
}
.BgClassName
{
background-color: #8D859C;
}
</style>
border-color css
<style>
span { border-color: #8D859C; }
span { border-color: rgb(141,133,156); }
td.TdClassName
{
border-color: #8D859C;
}
.TagClassName
{
border-color: #8D859C;
}
</style>