Shades of Monsoon #836A7E
Tints of Monsoon #836A7E
RGB
CMYK
RGB Variations
Color information
#836A7E (or 0x836A7E) is known color: Monsoon. HEX triplet: 83, 6A and 7E. RGB value is (131,106,126). Sum of RGB (Red+Green+Blue) = 131+106+126=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #836A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A7E is #7C9581. Grayscale: #737373. Windows color (decimal): -8164738 or 8284803. OLE color: 8284803.
HSL color Cylindrical-coordinate representation of color #836A7E: hue angle of 312º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #836A7E is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 126 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.49 |
| HSL | 312º | 0.11% | 0.46% | - |
| HSV(B) | 312º | 0.19% | 0.51% | - |
| XYZ | 18.28 | 16.64 | 21.99 | - |
| YUV | 115.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 126 | 0 | 0.19 | 0.04 | 0.49 | 312 | 0.11 | 0.46 |
| Hex | 83 | 6A | 7E | 0 | 13 | 4 | 31 | 138 | B | 2E |
| Octal | 203 | 152 | 176 | 0 | 23 | 4 | 61 | 470 | 13 | 56 |
| Binary | 10000011 | 1101010 | 1111110 | 0 | 10011 | 100 | 110001 | 100111000 | 1011 | 101110 |
Color Harmonies of #836A7E
Complementary color
Monochromatic Colors of #836A7E
Black with #836A7E
Text Example
Text Example
White with #836A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A7E; }
p { color: rgb(131,106,126); }
H1.HeaderClassName
{
color: #836A7E;
}
.AnyTagClassName
{
color: #836A7E;
}
</style>
background-color css
<style>
a { background-color: #836A7E; }
a { background-color: rgb(131,106,126); }
div.DivClassName
{
background-color: #836A7E;
}
.BgClassName
{
background-color: #836A7E;
}
</style>
border-color css
<style>
span { border-color: #836A7E; }
span { border-color: rgb(131,106,126); }
td.TdClassName
{
border-color: #836A7E;
}
.TagClassName
{
border-color: #836A7E;
}
</style>