Shades of Monsoon #8B7087
Tints of Monsoon #8B7087
RGB
CMYK
RGB Variations
Color information
#8B7087 (or 0x8B7087) is known color: Monsoon. HEX triplet: 8B, 70 and 87. RGB value is (139,112,135). Sum of RGB (Red+Green+Blue) = 139+112+135=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7087 is #748F78. Grayscale: #7A7A7A. Windows color (decimal): -7638905 or 8876171. OLE color: 8876171.
HSL color Cylindrical-coordinate representation of color #8B7087: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7087 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 135 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.45 |
| HSL | 308.89º | 0.11% | 0.49% | - |
| HSV(B) | 308.89º | 0.19% | 0.55% | - |
| XYZ | 20.81 | 18.83 | 25.46 | - |
| YUV | 122.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 135 | 0 | 0.19 | 0.03 | 0.45 | 308.89 | 0.11 | 0.49 |
| Hex | 8B | 70 | 87 | 0 | 13 | 3 | 2D | 135 | B | 31 |
| Octal | 213 | 160 | 207 | 0 | 23 | 3 | 55 | 465 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10000111 | 0 | 10011 | 11 | 101101 | 100110101 | 1011 | 110001 |
Color Harmonies of #8B7087
Complementary color
Monochromatic Colors of #8B7087
Black with #8B7087
Text Example
Text Example
White with #8B7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7087; }
p { color: rgb(139,112,135); }
H1.HeaderClassName
{
color: #8B7087;
}
.AnyTagClassName
{
color: #8B7087;
}
</style>
background-color css
<style>
a { background-color: #8B7087; }
a { background-color: rgb(139,112,135); }
div.DivClassName
{
background-color: #8B7087;
}
.BgClassName
{
background-color: #8B7087;
}
</style>
border-color css
<style>
span { border-color: #8B7087; }
span { border-color: rgb(139,112,135); }
td.TdClassName
{
border-color: #8B7087;
}
.TagClassName
{
border-color: #8B7087;
}
</style>