Shades of Monsoon #8A7085
Tints of Monsoon #8A7085
RGB
CMYK
RGB Variations
Color information
#8A7085 (or 0x8A7085) is known color: Monsoon. HEX triplet: 8A, 70 and 85. RGB value is (138,112,133). Sum of RGB (Red+Green+Blue) = 138+112+133=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7085 is #758F7A. Grayscale: #7A7A7A. Windows color (decimal): -7704443 or 8745098. OLE color: 8745098.
HSL color Cylindrical-coordinate representation of color #8A7085: hue angle of 311.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7085 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 133 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.46 |
| HSL | 311.54º | 0.1% | 0.49% | - |
| HSV(B) | 311.54º | 0.19% | 0.54% | - |
| XYZ | 20.51 | 18.69 | 24.72 | - |
| YUV | 122.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 133 | 0 | 0.19 | 0.04 | 0.46 | 311.54 | 0.1 | 0.49 |
| Hex | 8A | 70 | 85 | 0 | 13 | 4 | 2E | 138 | A | 31 |
| Octal | 212 | 160 | 205 | 0 | 23 | 4 | 56 | 470 | 12 | 61 |
| Binary | 10001010 | 1110000 | 10000101 | 0 | 10011 | 100 | 101110 | 100111000 | 1010 | 110001 |
Color Harmonies of #8A7085
Complementary color
Monochromatic Colors of #8A7085
Black with #8A7085
Text Example
Text Example
White with #8A7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7085; }
p { color: rgb(138,112,133); }
H1.HeaderClassName
{
color: #8A7085;
}
.AnyTagClassName
{
color: #8A7085;
}
</style>
background-color css
<style>
a { background-color: #8A7085; }
a { background-color: rgb(138,112,133); }
div.DivClassName
{
background-color: #8A7085;
}
.BgClassName
{
background-color: #8A7085;
}
</style>
border-color css
<style>
span { border-color: #8A7085; }
span { border-color: rgb(138,112,133); }
td.TdClassName
{
border-color: #8A7085;
}
.TagClassName
{
border-color: #8A7085;
}
</style>