Shades of Grey Suit #8D859E
Tints of Grey Suit #8D859E
RGB
CMYK
RGB Variations
Color information
#8D859E (or 0x8D859E) is known color: Grey Suit. HEX triplet: 8D, 85 and 9E. RGB value is (141,133,158). Sum of RGB (Red+Green+Blue) = 141+133+158=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D859E is #727A61. Grayscale: #8A8A8A. Windows color (decimal): -7502434 or 10388877. OLE color: 10388877.
HSL color Cylindrical-coordinate representation of color #8D859E: hue angle of 259.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D859E is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 133 | 158 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.38 |
| HSL | 259.2º | 0.11% | 0.57% | - |
| HSV(B) | 259.2º | 0.16% | 0.62% | - |
| XYZ | 25.54 | 24.91 | 35.81 | - |
| YUV | 138.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 158 | 0.11 | 0.16 | 0 | 0.38 | 259.2 | 0.11 | 0.57 |
| Hex | 8D | 85 | 9E | B | 10 | 0 | 26 | 103 | B | 39 |
| Octal | 215 | 205 | 236 | 13 | 20 | 0 | 46 | 403 | 13 | 71 |
| Binary | 10001101 | 10000101 | 10011110 | 1011 | 10000 | 0 | 100110 | 100000011 | 1011 | 111001 |
Color Harmonies of #8D859E
Complementary color
Monochromatic Colors of #8D859E
Black with #8D859E
Text Example
Text Example
White with #8D859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D859E; }
p { color: rgb(141,133,158); }
H1.HeaderClassName
{
color: #8D859E;
}
.AnyTagClassName
{
color: #8D859E;
}
</style>
background-color css
<style>
a { background-color: #8D859E; }
a { background-color: rgb(141,133,158); }
div.DivClassName
{
background-color: #8D859E;
}
.BgClassName
{
background-color: #8D859E;
}
</style>
border-color css
<style>
span { border-color: #8D859E; }
span { border-color: rgb(141,133,158); }
td.TdClassName
{
border-color: #8D859E;
}
.TagClassName
{
border-color: #8D859E;
}
</style>