Shades of Monsoon #8B7188
Tints of Monsoon #8B7188
RGB
CMYK
RGB Variations
Color information
#8B7188 (or 0x8B7188) is known color: Monsoon. HEX triplet: 8B, 71 and 88. RGB value is (139,113,136). Sum of RGB (Red+Green+Blue) = 139+113+136=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7188 is #748E77. Grayscale: #7B7B7B. Windows color (decimal): -7638648 or 8941963. OLE color: 8941963.
HSL color Cylindrical-coordinate representation of color #8B7188: hue angle of 306.92º degrees, saturation: 0.1, 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 #8B7188 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 136 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.45 |
| HSL | 306.92º | 0.1% | 0.49% | - |
| HSV(B) | 306.92º | 0.19% | 0.55% | - |
| XYZ | 21 | 19.08 | 25.87 | - |
| YUV | 123.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 136 | 0 | 0.19 | 0.02 | 0.45 | 306.92 | 0.1 | 0.49 |
| Hex | 8B | 71 | 88 | 0 | 13 | 2 | 2D | 133 | A | 31 |
| Octal | 213 | 161 | 210 | 0 | 23 | 2 | 55 | 463 | 12 | 61 |
| Binary | 10001011 | 1110001 | 10001000 | 0 | 10011 | 10 | 101101 | 100110011 | 1010 | 110001 |
Color Harmonies of #8B7188
Complementary color
Monochromatic Colors of #8B7188
Black with #8B7188
Text Example
Text Example
White with #8B7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7188; }
p { color: rgb(139,113,136); }
H1.HeaderClassName
{
color: #8B7188;
}
.AnyTagClassName
{
color: #8B7188;
}
</style>
background-color css
<style>
a { background-color: #8B7188; }
a { background-color: rgb(139,113,136); }
div.DivClassName
{
background-color: #8B7188;
}
.BgClassName
{
background-color: #8B7188;
}
</style>
border-color css
<style>
span { border-color: #8B7188; }
span { border-color: rgb(139,113,136); }
td.TdClassName
{
border-color: #8B7188;
}
.TagClassName
{
border-color: #8B7188;
}
</style>