Shades of Monsoon #85687E
Tints of Monsoon #85687E
RGB
CMYK
RGB Variations
Color information
#85687E (or 0x85687E) is known color: Monsoon. HEX triplet: 85, 68 and 7E. RGB value is (133,104,126). Sum of RGB (Red+Green+Blue) = 133+104+126=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #85687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687E is #7A9781. Grayscale: #737373. Windows color (decimal): -8034178 or 8284293. OLE color: 8284293.
HSL color Cylindrical-coordinate representation of color #85687E: hue angle of 314.48º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85687E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 126 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.48 |
| HSL | 314.48º | 0.12% | 0.46% | - |
| HSV(B) | 314.48º | 0.22% | 0.52% | - |
| XYZ | 18.39 | 16.39 | 21.93 | - |
| YUV | 115.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 126 | 0 | 0.22 | 0.05 | 0.48 | 314.48 | 0.12 | 0.46 |
| Hex | 85 | 68 | 7E | 0 | 16 | 5 | 30 | 13A | C | 2E |
| Octal | 205 | 150 | 176 | 0 | 26 | 5 | 60 | 472 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1111110 | 0 | 10110 | 101 | 110000 | 100111010 | 1100 | 101110 |
Color Harmonies of #85687E
Complementary color
Monochromatic Colors of #85687E
Black with #85687E
Text Example
Text Example
White with #85687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85687E; }
p { color: rgb(133,104,126); }
H1.HeaderClassName
{
color: #85687E;
}
.AnyTagClassName
{
color: #85687E;
}
</style>
background-color css
<style>
a { background-color: #85687E; }
a { background-color: rgb(133,104,126); }
div.DivClassName
{
background-color: #85687E;
}
.BgClassName
{
background-color: #85687E;
}
</style>
border-color css
<style>
span { border-color: #85687E; }
span { border-color: rgb(133,104,126); }
td.TdClassName
{
border-color: #85687E;
}
.TagClassName
{
border-color: #85687E;
}
</style>