Shades of Monsoon #8C7087
Tints of Monsoon #8C7087
RGB
CMYK
RGB Variations
Color information
#8C7087 (or 0x8C7087) is known color: Monsoon. HEX triplet: 8C, 70 and 87. RGB value is (140,112,135). Sum of RGB (Red+Green+Blue) = 140+112+135=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7087 is #738F78. Grayscale: #7A7A7A. Windows color (decimal): -7573369 or 8876172. OLE color: 8876172.
HSL color Cylindrical-coordinate representation of color #8C7087: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7087 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 135 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.45 |
| HSL | 310.71º | 0.11% | 0.49% | - |
| HSV(B) | 310.71º | 0.2% | 0.55% | - |
| XYZ | 20.98 | 18.91 | 25.47 | - |
| YUV | 122.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 135 | 0 | 0.20 | 0.04 | 0.45 | 310.71 | 0.11 | 0.49 |
| Hex | 8C | 70 | 87 | 0 | 14 | 4 | 2D | 137 | B | 31 |
| Octal | 214 | 160 | 207 | 0 | 24 | 4 | 55 | 467 | 13 | 61 |
| Binary | 10001100 | 1110000 | 10000111 | 0 | 10100 | 100 | 101101 | 100110111 | 1011 | 110001 |
Color Harmonies of #8C7087
Complementary color
Monochromatic Colors of #8C7087
Black with #8C7087
Text Example
Text Example
White with #8C7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7087; }
p { color: rgb(140,112,135); }
H1.HeaderClassName
{
color: #8C7087;
}
.AnyTagClassName
{
color: #8C7087;
}
</style>
background-color css
<style>
a { background-color: #8C7087; }
a { background-color: rgb(140,112,135); }
div.DivClassName
{
background-color: #8C7087;
}
.BgClassName
{
background-color: #8C7087;
}
</style>
border-color css
<style>
span { border-color: #8C7087; }
span { border-color: rgb(140,112,135); }
td.TdClassName
{
border-color: #8C7087;
}
.TagClassName
{
border-color: #8C7087;
}
</style>