Shades of Monsoon #8B7287
Tints of Monsoon #8B7287
RGB
CMYK
RGB Variations
Color information
#8B7287 (or 0x8B7287) is known color: Monsoon. HEX triplet: 8B, 72 and 87. RGB value is (139,114,135). Sum of RGB (Red+Green+Blue) = 139+114+135=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7287 is #748D78. Grayscale: #7B7B7B. Windows color (decimal): -7638393 or 8876683. OLE color: 8876683.
HSL color Cylindrical-coordinate representation of color #8B7287: hue angle of 309.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7287 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 135 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.45 |
| HSL | 309.6º | 0.1% | 0.5% | - |
| HSV(B) | 309.6º | 0.18% | 0.55% | - |
| XYZ | 21.04 | 19.27 | 25.53 | - |
| YUV | 123.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 135 | 0 | 0.18 | 0.03 | 0.45 | 309.6 | 0.1 | 0.5 |
| Hex | 8B | 72 | 87 | 0 | 12 | 3 | 2D | 136 | A | 32 |
| Octal | 213 | 162 | 207 | 0 | 22 | 3 | 55 | 466 | 12 | 62 |
| Binary | 10001011 | 1110010 | 10000111 | 0 | 10010 | 11 | 101101 | 100110110 | 1010 | 110010 |
Color Harmonies of #8B7287
Complementary color
Monochromatic Colors of #8B7287
Black with #8B7287
Text Example
Text Example
White with #8B7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7287; }
p { color: rgb(139,114,135); }
H1.HeaderClassName
{
color: #8B7287;
}
.AnyTagClassName
{
color: #8B7287;
}
</style>
background-color css
<style>
a { background-color: #8B7287; }
a { background-color: rgb(139,114,135); }
div.DivClassName
{
background-color: #8B7287;
}
.BgClassName
{
background-color: #8B7287;
}
</style>
border-color css
<style>
span { border-color: #8B7287; }
span { border-color: rgb(139,114,135); }
td.TdClassName
{
border-color: #8B7287;
}
.TagClassName
{
border-color: #8B7287;
}
</style>