Shades of Monsoon #836E7D
Tints of Monsoon #836E7D
RGB
CMYK
RGB Variations
Color information
#836E7D (or 0x836E7D) is known color: Monsoon. HEX triplet: 83, 6E and 7D. RGB value is (131,110,125). Sum of RGB (Red+Green+Blue) = 131+110+125=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #836E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E7D is #7C9182. Grayscale: #757575. Windows color (decimal): -8163715 or 8220291. OLE color: 8220291.
HSL color Cylindrical-coordinate representation of color #836E7D: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836E7D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 125 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.49 |
| HSL | 317.14º | 0.09% | 0.47% | - |
| HSV(B) | 317.14º | 0.16% | 0.51% | - |
| XYZ | 18.64 | 17.46 | 21.79 | - |
| YUV | 117.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 125 | 0 | 0.16 | 0.05 | 0.49 | 317.14 | 0.09 | 0.47 |
| Hex | 83 | 6E | 7D | 0 | 10 | 5 | 31 | 13D | 9 | 2F |
| Octal | 203 | 156 | 175 | 0 | 20 | 5 | 61 | 475 | 11 | 57 |
| Binary | 10000011 | 1101110 | 1111101 | 0 | 10000 | 101 | 110001 | 100111101 | 1001 | 101111 |
Color Harmonies of #836E7D
Complementary color
Monochromatic Colors of #836E7D
Black with #836E7D
Text Example
Text Example
White with #836E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E7D; }
p { color: rgb(131,110,125); }
H1.HeaderClassName
{
color: #836E7D;
}
.AnyTagClassName
{
color: #836E7D;
}
</style>
background-color css
<style>
a { background-color: #836E7D; }
a { background-color: rgb(131,110,125); }
div.DivClassName
{
background-color: #836E7D;
}
.BgClassName
{
background-color: #836E7D;
}
</style>
border-color css
<style>
span { border-color: #836E7D; }
span { border-color: rgb(131,110,125); }
td.TdClassName
{
border-color: #836E7D;
}
.TagClassName
{
border-color: #836E7D;
}
</style>