Shades of Monsoon #85687D
Tints of Monsoon #85687D
RGB
CMYK
RGB Variations
Color information
#85687D (or 0x85687D) is known color: Monsoon. HEX triplet: 85, 68 and 7D. RGB value is (133,104,125). Sum of RGB (Red+Green+Blue) = 133+104+125=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687D is #7A9782. Grayscale: #737373. Windows color (decimal): -8034179 or 8218757. OLE color: 8218757.
HSL color Cylindrical-coordinate representation of color #85687D: hue angle of 316.55º 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 #85687D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 125 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.48 |
| HSL | 316.55º | 0.12% | 0.46% | - |
| HSV(B) | 316.55º | 0.22% | 0.52% | - |
| XYZ | 18.32 | 16.37 | 21.6 | - |
| YUV | 115.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 125 | 0 | 0.22 | 0.06 | 0.48 | 316.55 | 0.12 | 0.46 |
| Hex | 85 | 68 | 7D | 0 | 16 | 6 | 30 | 13D | C | 2E |
| Octal | 205 | 150 | 175 | 0 | 26 | 6 | 60 | 475 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1111101 | 0 | 10110 | 110 | 110000 | 100111101 | 1100 | 101110 |
Color Harmonies of #85687D
Complementary color
Monochromatic Colors of #85687D
Black with #85687D
Text Example
Text Example
White with #85687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85687D; }
p { color: rgb(133,104,125); }
H1.HeaderClassName
{
color: #85687D;
}
.AnyTagClassName
{
color: #85687D;
}
</style>
background-color css
<style>
a { background-color: #85687D; }
a { background-color: rgb(133,104,125); }
div.DivClassName
{
background-color: #85687D;
}
.BgClassName
{
background-color: #85687D;
}
</style>
border-color css
<style>
span { border-color: #85687D; }
span { border-color: rgb(133,104,125); }
td.TdClassName
{
border-color: #85687D;
}
.TagClassName
{
border-color: #85687D;
}
</style>