Shades of Monsoon #856A7C
Tints of Monsoon #856A7C
RGB
CMYK
RGB Variations
Color information
#856A7C (or 0x856A7C) is known color: Monsoon. HEX triplet: 85, 6A and 7C. RGB value is (133,106,124). Sum of RGB (Red+Green+Blue) = 133+106+124=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A7C is #7A9583. Grayscale: #747474. Windows color (decimal): -8033668 or 8153733. OLE color: 8153733.
HSL color Cylindrical-coordinate representation of color #856A7C: hue angle of 320º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A7C is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 124 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.48 |
| HSL | 320º | 0.11% | 0.47% | - |
| HSV(B) | 320º | 0.2% | 0.52% | - |
| XYZ | 18.46 | 16.75 | 21.33 | - |
| YUV | 116.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 124 | 0 | 0.20 | 0.07 | 0.48 | 320 | 0.11 | 0.47 |
| Hex | 85 | 6A | 7C | 0 | 14 | 7 | 30 | 140 | B | 2F |
| Octal | 205 | 152 | 174 | 0 | 24 | 7 | 60 | 500 | 13 | 57 |
| Binary | 10000101 | 1101010 | 1111100 | 0 | 10100 | 111 | 110000 | 101000000 | 1011 | 101111 |
Color Harmonies of #856A7C
Complementary color
Monochromatic Colors of #856A7C
Black with #856A7C
Text Example
Text Example
White with #856A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A7C; }
p { color: rgb(133,106,124); }
H1.HeaderClassName
{
color: #856A7C;
}
.AnyTagClassName
{
color: #856A7C;
}
</style>
background-color css
<style>
a { background-color: #856A7C; }
a { background-color: rgb(133,106,124); }
div.DivClassName
{
background-color: #856A7C;
}
.BgClassName
{
background-color: #856A7C;
}
</style>
border-color css
<style>
span { border-color: #856A7C; }
span { border-color: rgb(133,106,124); }
td.TdClassName
{
border-color: #856A7C;
}
.TagClassName
{
border-color: #856A7C;
}
</style>