Shades of Monsoon #85667D
Tints of Monsoon #85667D
RGB
CMYK
RGB Variations
Color information
#85667D (or 0x85667D) is known color: Monsoon. HEX triplet: 85, 66 and 7D. RGB value is (133,102,125). Sum of RGB (Red+Green+Blue) = 133+102+125=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667D is #7A9982. Grayscale: #717171. Windows color (decimal): -8034691 or 8218245. OLE color: 8218245.
HSL color Cylindrical-coordinate representation of color #85667D: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85667D is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 125 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.48 |
| HSL | 315.48º | 0.13% | 0.46% | - |
| HSV(B) | 315.48º | 0.23% | 0.52% | - |
| XYZ | 18.13 | 15.97 | 21.53 | - |
| YUV | 113.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 125 | 0 | 0.23 | 0.06 | 0.48 | 315.48 | 0.13 | 0.46 |
| Hex | 85 | 66 | 7D | 0 | 17 | 6 | 30 | 13B | D | 2E |
| Octal | 205 | 146 | 175 | 0 | 27 | 6 | 60 | 473 | 15 | 56 |
| Binary | 10000101 | 1100110 | 1111101 | 0 | 10111 | 110 | 110000 | 100111011 | 1101 | 101110 |
Color Harmonies of #85667D
Complementary color
Monochromatic Colors of #85667D
Black with #85667D
Text Example
Text Example
White with #85667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85667D; }
p { color: rgb(133,102,125); }
H1.HeaderClassName
{
color: #85667D;
}
.AnyTagClassName
{
color: #85667D;
}
</style>
background-color css
<style>
a { background-color: #85667D; }
a { background-color: rgb(133,102,125); }
div.DivClassName
{
background-color: #85667D;
}
.BgClassName
{
background-color: #85667D;
}
</style>
border-color css
<style>
span { border-color: #85667D; }
span { border-color: rgb(133,102,125); }
td.TdClassName
{
border-color: #85667D;
}
.TagClassName
{
border-color: #85667D;
}
</style>