Shades of Monsoon #867B85
Tints of Monsoon #867B85
RGB
CMYK
RGB Variations
Color information
#867B85 (or 0x867B85) is known color: Monsoon. HEX triplet: 86, 7B and 85. RGB value is (134,123,133). Sum of RGB (Red+Green+Blue) = 134+123+133=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #867B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B85 is #79847A. Grayscale: #7F7F7F. Windows color (decimal): -7963771 or 8747910. OLE color: 8747910.
HSL color Cylindrical-coordinate representation of color #867B85: hue angle of 305.45º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #867B85 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 133 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.47 |
| HSL | 305.45º | 0.04% | 0.5% | - |
| HSV(B) | 305.45º | 0.08% | 0.53% | - |
| XYZ | 21.15 | 20.93 | 25.12 | - |
| YUV | 127.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 133 | 0 | 0.08 | 0.01 | 0.47 | 305.45 | 0.04 | 0.5 |
| Hex | 86 | 7B | 85 | 0 | 8 | 1 | 2F | 131 | 4 | 32 |
| Octal | 206 | 173 | 205 | 0 | 10 | 1 | 57 | 461 | 4 | 62 |
| Binary | 10000110 | 1111011 | 10000101 | 0 | 1000 | 1 | 101111 | 100110001 | 100 | 110010 |
Color Harmonies of #867B85
Complementary color
Monochromatic Colors of #867B85
Black with #867B85
Text Example
Text Example
White with #867B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B85; }
p { color: rgb(134,123,133); }
H1.HeaderClassName
{
color: #867B85;
}
.AnyTagClassName
{
color: #867B85;
}
</style>
background-color css
<style>
a { background-color: #867B85; }
a { background-color: rgb(134,123,133); }
div.DivClassName
{
background-color: #867B85;
}
.BgClassName
{
background-color: #867B85;
}
</style>
border-color css
<style>
span { border-color: #867B85; }
span { border-color: rgb(134,123,133); }
td.TdClassName
{
border-color: #867B85;
}
.TagClassName
{
border-color: #867B85;
}
</style>