Shades of Monsoon #8A7287
Tints of Monsoon #8A7287
RGB
CMYK
RGB Variations
Color information
#8A7287 (or 0x8A7287) is known color: Monsoon. HEX triplet: 8A, 72 and 87. RGB value is (138,114,135). Sum of RGB (Red+Green+Blue) = 138+114+135=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7287 is #758D78. Grayscale: #7B7B7B. Windows color (decimal): -7703929 or 8876682. OLE color: 8876682.
HSL color Cylindrical-coordinate representation of color #8A7287: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7287 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 135 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.46 |
| HSL | 307.5º | 0.1% | 0.49% | - |
| HSV(B) | 307.5º | 0.17% | 0.54% | - |
| XYZ | 20.87 | 19.19 | 25.53 | - |
| YUV | 123.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 135 | 0 | 0.17 | 0.02 | 0.46 | 307.5 | 0.1 | 0.49 |
| Hex | 8A | 72 | 87 | 0 | 11 | 2 | 2E | 134 | A | 31 |
| Octal | 212 | 162 | 207 | 0 | 21 | 2 | 56 | 464 | 12 | 61 |
| Binary | 10001010 | 1110010 | 10000111 | 0 | 10001 | 10 | 101110 | 100110100 | 1010 | 110001 |
Color Harmonies of #8A7287
Complementary color
Monochromatic Colors of #8A7287
Black with #8A7287
Text Example
Text Example
White with #8A7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7287; }
p { color: rgb(138,114,135); }
H1.HeaderClassName
{
color: #8A7287;
}
.AnyTagClassName
{
color: #8A7287;
}
</style>
background-color css
<style>
a { background-color: #8A7287; }
a { background-color: rgb(138,114,135); }
div.DivClassName
{
background-color: #8A7287;
}
.BgClassName
{
background-color: #8A7287;
}
</style>
border-color css
<style>
span { border-color: #8A7287; }
span { border-color: rgb(138,114,135); }
td.TdClassName
{
border-color: #8A7287;
}
.TagClassName
{
border-color: #8A7287;
}
</style>