Shades of Monsoon #86657D
Tints of Monsoon #86657D
RGB
CMYK
RGB Variations
Color information
#86657D (or 0x86657D) is known color: Monsoon. HEX triplet: 86, 65 and 7D. RGB value is (134,101,125). Sum of RGB (Red+Green+Blue) = 134+101+125=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657D is #799A82. Grayscale: #717171. Windows color (decimal): -7969411 or 8217990. OLE color: 8217990.
HSL color Cylindrical-coordinate representation of color #86657D: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86657D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 125 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.47 |
| HSL | 316.36º | 0.14% | 0.46% | - |
| HSV(B) | 316.36º | 0.25% | 0.53% | - |
| XYZ | 18.19 | 15.86 | 21.5 | - |
| YUV | 113.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 125 | 0 | 0.25 | 0.07 | 0.47 | 316.36 | 0.14 | 0.46 |
| Hex | 86 | 65 | 7D | 0 | 19 | 7 | 2F | 13C | E | 2E |
| Octal | 206 | 145 | 175 | 0 | 31 | 7 | 57 | 474 | 16 | 56 |
| Binary | 10000110 | 1100101 | 1111101 | 0 | 11001 | 111 | 101111 | 100111100 | 1110 | 101110 |
Color Harmonies of #86657D
Complementary color
Monochromatic Colors of #86657D
Black with #86657D
Text Example
Text Example
White with #86657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86657D; }
p { color: rgb(134,101,125); }
H1.HeaderClassName
{
color: #86657D;
}
.AnyTagClassName
{
color: #86657D;
}
</style>
background-color css
<style>
a { background-color: #86657D; }
a { background-color: rgb(134,101,125); }
div.DivClassName
{
background-color: #86657D;
}
.BgClassName
{
background-color: #86657D;
}
</style>
border-color css
<style>
span { border-color: #86657D; }
span { border-color: rgb(134,101,125); }
td.TdClassName
{
border-color: #86657D;
}
.TagClassName
{
border-color: #86657D;
}
</style>