Shades of Monsoon #8B7286
Tints of Monsoon #8B7286
RGB
CMYK
RGB Variations
Color information
#8B7286 (or 0x8B7286) is known color: Monsoon. HEX triplet: 8B, 72 and 86. RGB value is (139,114,134). Sum of RGB (Red+Green+Blue) = 139+114+134=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7286 is #748D79. Grayscale: #7B7B7B. Windows color (decimal): -7638394 or 8811147. OLE color: 8811147.
HSL color Cylindrical-coordinate representation of color #8B7286: hue angle of 312º 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 #8B7286 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 134 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.45 |
| HSL | 312º | 0.1% | 0.5% | - |
| HSV(B) | 312º | 0.18% | 0.55% | - |
| XYZ | 20.97 | 19.24 | 25.16 | - |
| YUV | 123.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 134 | 0 | 0.18 | 0.04 | 0.45 | 312 | 0.1 | 0.5 |
| Hex | 8B | 72 | 86 | 0 | 12 | 4 | 2D | 138 | A | 32 |
| Octal | 213 | 162 | 206 | 0 | 22 | 4 | 55 | 470 | 12 | 62 |
| Binary | 10001011 | 1110010 | 10000110 | 0 | 10010 | 100 | 101101 | 100111000 | 1010 | 110010 |
Color Harmonies of #8B7286
Complementary color
Monochromatic Colors of #8B7286
Black with #8B7286
Text Example
Text Example
White with #8B7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7286; }
p { color: rgb(139,114,134); }
H1.HeaderClassName
{
color: #8B7286;
}
.AnyTagClassName
{
color: #8B7286;
}
</style>
background-color css
<style>
a { background-color: #8B7286; }
a { background-color: rgb(139,114,134); }
div.DivClassName
{
background-color: #8B7286;
}
.BgClassName
{
background-color: #8B7286;
}
</style>
border-color css
<style>
span { border-color: #8B7286; }
span { border-color: rgb(139,114,134); }
td.TdClassName
{
border-color: #8B7286;
}
.TagClassName
{
border-color: #8B7286;
}
</style>