Shades of Monsoon #85697D
Tints of Monsoon #85697D
RGB
CMYK
RGB Variations
Color information
#85697D (or 0x85697D) is known color: Monsoon. HEX triplet: 85, 69 and 7D. RGB value is (133,105,125). Sum of RGB (Red+Green+Blue) = 133+105+125=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #85697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85697D is #7A9682. Grayscale: #737373. Windows color (decimal): -8033923 or 8219013. OLE color: 8219013.
HSL color Cylindrical-coordinate representation of color #85697D: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85697D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 125 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.48 |
| HSL | 317.14º | 0.12% | 0.47% | - |
| HSV(B) | 317.14º | 0.21% | 0.52% | - |
| XYZ | 18.43 | 16.57 | 21.63 | - |
| YUV | 115.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 125 | 0 | 0.21 | 0.06 | 0.48 | 317.14 | 0.12 | 0.47 |
| Hex | 85 | 69 | 7D | 0 | 15 | 6 | 30 | 13D | C | 2F |
| Octal | 205 | 151 | 175 | 0 | 25 | 6 | 60 | 475 | 14 | 57 |
| Binary | 10000101 | 1101001 | 1111101 | 0 | 10101 | 110 | 110000 | 100111101 | 1100 | 101111 |
Color Harmonies of #85697D
Complementary color
Monochromatic Colors of #85697D
Black with #85697D
Text Example
Text Example
White with #85697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85697D; }
p { color: rgb(133,105,125); }
H1.HeaderClassName
{
color: #85697D;
}
.AnyTagClassName
{
color: #85697D;
}
</style>
background-color css
<style>
a { background-color: #85697D; }
a { background-color: rgb(133,105,125); }
div.DivClassName
{
background-color: #85697D;
}
.BgClassName
{
background-color: #85697D;
}
</style>
border-color css
<style>
span { border-color: #85697D; }
span { border-color: rgb(133,105,125); }
td.TdClassName
{
border-color: #85697D;
}
.TagClassName
{
border-color: #85697D;
}
</style>