Shades of Grey Suit #8C859B
Tints of Grey Suit #8C859B
RGB
CMYK
RGB Variations
Color information
#8C859B (or 0x8C859B) is known color: Grey Suit. HEX triplet: 8C, 85 and 9B. RGB value is (140,133,155). Sum of RGB (Red+Green+Blue) = 140+133+155=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C859B is #737A64. Grayscale: #898989. Windows color (decimal): -7567973 or 10192268. OLE color: 10192268.
HSL color Cylindrical-coordinate representation of color #8C859B: hue angle of 259.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C859B is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 133 | 155 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.39 |
| HSL | 259.09º | 0.1% | 0.56% | - |
| HSV(B) | 259.09º | 0.14% | 0.61% | - |
| XYZ | 25.12 | 24.72 | 34.46 | - |
| YUV | 137.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 155 | 0.10 | 0.14 | 0 | 0.39 | 259.09 | 0.1 | 0.56 |
| Hex | 8C | 85 | 9B | A | E | 0 | 27 | 103 | A | 38 |
| Octal | 214 | 205 | 233 | 12 | 16 | 0 | 47 | 403 | 12 | 70 |
| Binary | 10001100 | 10000101 | 10011011 | 1010 | 1110 | 0 | 100111 | 100000011 | 1010 | 111000 |
Color Harmonies of #8C859B
Complementary color
Monochromatic Colors of #8C859B
Black with #8C859B
Text Example
Text Example
White with #8C859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C859B; }
p { color: rgb(140,133,155); }
H1.HeaderClassName
{
color: #8C859B;
}
.AnyTagClassName
{
color: #8C859B;
}
</style>
background-color css
<style>
a { background-color: #8C859B; }
a { background-color: rgb(140,133,155); }
div.DivClassName
{
background-color: #8C859B;
}
.BgClassName
{
background-color: #8C859B;
}
</style>
border-color css
<style>
span { border-color: #8C859B; }
span { border-color: rgb(140,133,155); }
td.TdClassName
{
border-color: #8C859B;
}
.TagClassName
{
border-color: #8C859B;
}
</style>