Shades of Monsoon #8B7085
Tints of Monsoon #8B7085
RGB
CMYK
RGB Variations
Color information
#8B7085 (or 0x8B7085) is known color: Monsoon. HEX triplet: 8B, 70 and 85. RGB value is (139,112,133). Sum of RGB (Red+Green+Blue) = 139+112+133=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7085 is #748F7A. Grayscale: #7A7A7A. Windows color (decimal): -7638907 or 8745099. OLE color: 8745099.
HSL color Cylindrical-coordinate representation of color #8B7085: hue angle of 313.33º 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 #8B7085 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 133 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.45 |
| HSL | 313.33º | 0.11% | 0.49% | - |
| HSV(B) | 313.33º | 0.19% | 0.55% | - |
| XYZ | 20.68 | 18.77 | 24.72 | - |
| YUV | 122.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 133 | 0 | 0.19 | 0.04 | 0.45 | 313.33 | 0.11 | 0.49 |
| Hex | 8B | 70 | 85 | 0 | 13 | 4 | 2D | 139 | B | 31 |
| Octal | 213 | 160 | 205 | 0 | 23 | 4 | 55 | 471 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10000101 | 0 | 10011 | 100 | 101101 | 100111001 | 1011 | 110001 |
Color Harmonies of #8B7085
Complementary color
Monochromatic Colors of #8B7085
Black with #8B7085
Text Example
Text Example
White with #8B7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7085; }
p { color: rgb(139,112,133); }
H1.HeaderClassName
{
color: #8B7085;
}
.AnyTagClassName
{
color: #8B7085;
}
</style>
background-color css
<style>
a { background-color: #8B7085; }
a { background-color: rgb(139,112,133); }
div.DivClassName
{
background-color: #8B7085;
}
.BgClassName
{
background-color: #8B7085;
}
</style>
border-color css
<style>
span { border-color: #8B7085; }
span { border-color: rgb(139,112,133); }
td.TdClassName
{
border-color: #8B7085;
}
.TagClassName
{
border-color: #8B7085;
}
</style>