Shades of Monsoon #846C7D
Tints of Monsoon #846C7D
RGB
CMYK
RGB Variations
Color information
#846C7D (or 0x846C7D) is known color: Monsoon. HEX triplet: 84, 6C and 7D. RGB value is (132,108,125). Sum of RGB (Red+Green+Blue) = 132+108+125=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C7D is #7B9382. Grayscale: #757575. Windows color (decimal): -8098691 or 8219780. OLE color: 8219780.
HSL color Cylindrical-coordinate representation of color #846C7D: hue angle of 317.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C7D is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 125 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.48 |
| HSL | 317.5º | 0.1% | 0.47% | - |
| HSV(B) | 317.5º | 0.18% | 0.52% | - |
| XYZ | 18.58 | 17.11 | 21.73 | - |
| YUV | 117.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 125 | 0 | 0.18 | 0.05 | 0.48 | 317.5 | 0.1 | 0.47 |
| Hex | 84 | 6C | 7D | 0 | 12 | 5 | 30 | 13E | A | 2F |
| Octal | 204 | 154 | 175 | 0 | 22 | 5 | 60 | 476 | 12 | 57 |
| Binary | 10000100 | 1101100 | 1111101 | 0 | 10010 | 101 | 110000 | 100111110 | 1010 | 101111 |
Color Harmonies of #846C7D
Complementary color
Monochromatic Colors of #846C7D
Black with #846C7D
Text Example
Text Example
White with #846C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C7D; }
p { color: rgb(132,108,125); }
H1.HeaderClassName
{
color: #846C7D;
}
.AnyTagClassName
{
color: #846C7D;
}
</style>
background-color css
<style>
a { background-color: #846C7D; }
a { background-color: rgb(132,108,125); }
div.DivClassName
{
background-color: #846C7D;
}
.BgClassName
{
background-color: #846C7D;
}
</style>
border-color css
<style>
span { border-color: #846C7D; }
span { border-color: rgb(132,108,125); }
td.TdClassName
{
border-color: #846C7D;
}
.TagClassName
{
border-color: #846C7D;
}
</style>