Shades of Monsoon #897485
Tints of Monsoon #897485
RGB
CMYK
RGB Variations
Color information
#897485 (or 0x897485) is known color: Monsoon. HEX triplet: 89, 74 and 85. RGB value is (137,116,133). Sum of RGB (Red+Green+Blue) = 137+116+133=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897485 is #768B7A. Grayscale: #7C7C7C. Windows color (decimal): -7768955 or 8746121. OLE color: 8746121.
HSL color Cylindrical-coordinate representation of color #897485: hue angle of 311.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897485 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 133 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.46 |
| HSL | 311.43º | 0.08% | 0.5% | - |
| HSV(B) | 311.43º | 0.15% | 0.54% | - |
| XYZ | 20.8 | 19.5 | 24.86 | - |
| YUV | 124.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 133 | 0 | 0.15 | 0.03 | 0.46 | 311.43 | 0.08 | 0.5 |
| Hex | 89 | 74 | 85 | 0 | F | 3 | 2E | 137 | 8 | 32 |
| Octal | 211 | 164 | 205 | 0 | 17 | 3 | 56 | 467 | 10 | 62 |
| Binary | 10001001 | 1110100 | 10000101 | 0 | 1111 | 11 | 101110 | 100110111 | 1000 | 110010 |
Color Harmonies of #897485
Complementary color
Monochromatic Colors of #897485
Black with #897485
Text Example
Text Example
White with #897485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897485; }
p { color: rgb(137,116,133); }
H1.HeaderClassName
{
color: #897485;
}
.AnyTagClassName
{
color: #897485;
}
</style>
background-color css
<style>
a { background-color: #897485; }
a { background-color: rgb(137,116,133); }
div.DivClassName
{
background-color: #897485;
}
.BgClassName
{
background-color: #897485;
}
</style>
border-color css
<style>
span { border-color: #897485; }
span { border-color: rgb(137,116,133); }
td.TdClassName
{
border-color: #897485;
}
.TagClassName
{
border-color: #897485;
}
</style>