Shades of Monsoon #8C7188
Tints of Monsoon #8C7188
RGB
CMYK
RGB Variations
Color information
#8C7188 (or 0x8C7188) is known color: Monsoon. HEX triplet: 8C, 71 and 88. RGB value is (140,113,136). Sum of RGB (Red+Green+Blue) = 140+113+136=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7188 is #738E77. Grayscale: #7B7B7B. Windows color (decimal): -7573112 or 8941964. OLE color: 8941964.
HSL color Cylindrical-coordinate representation of color #8C7188: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7188 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 136 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.45 |
| HSL | 308.89º | 0.11% | 0.5% | - |
| HSV(B) | 308.89º | 0.19% | 0.55% | - |
| XYZ | 21.16 | 19.16 | 25.88 | - |
| YUV | 123.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 136 | 0 | 0.19 | 0.03 | 0.45 | 308.89 | 0.11 | 0.5 |
| Hex | 8C | 71 | 88 | 0 | 13 | 3 | 2D | 135 | B | 32 |
| Octal | 214 | 161 | 210 | 0 | 23 | 3 | 55 | 465 | 13 | 62 |
| Binary | 10001100 | 1110001 | 10001000 | 0 | 10011 | 11 | 101101 | 100110101 | 1011 | 110010 |
Color Harmonies of #8C7188
Complementary color
Monochromatic Colors of #8C7188
Black with #8C7188
Text Example
Text Example
White with #8C7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7188; }
p { color: rgb(140,113,136); }
H1.HeaderClassName
{
color: #8C7188;
}
.AnyTagClassName
{
color: #8C7188;
}
</style>
background-color css
<style>
a { background-color: #8C7188; }
a { background-color: rgb(140,113,136); }
div.DivClassName
{
background-color: #8C7188;
}
.BgClassName
{
background-color: #8C7188;
}
</style>
border-color css
<style>
span { border-color: #8C7188; }
span { border-color: rgb(140,113,136); }
td.TdClassName
{
border-color: #8C7188;
}
.TagClassName
{
border-color: #8C7188;
}
</style>