Shades of Mountbatten Pink #987E90
Tints of Mountbatten Pink #987E90
RGB
CMYK
RGB Variations
Color information
#987E90 (or 0x987E90) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 90. RGB value is (152,126,144). Sum of RGB (Red+Green+Blue) = 152+126+144=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E90 is #67816F. Grayscale: #878787. Windows color (decimal): -6783344 or 9469592. OLE color: 9469592.
HSL color Cylindrical-coordinate representation of color #987E90: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #987E90 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 144 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.40 |
| HSL | 318.46º | 0.11% | 0.55% | - |
| HSV(B) | 318.46º | 0.17% | 0.6% | - |
| XYZ | 25.44 | 23.61 | 29.6 | - |
| YUV | 135.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 144 | 0 | 0.17 | 0.05 | 0.40 | 318.46 | 0.11 | 0.55 |
| Hex | 98 | 7E | 90 | 0 | 11 | 5 | 28 | 13E | B | 37 |
| Octal | 230 | 176 | 220 | 0 | 21 | 5 | 50 | 476 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10010000 | 0 | 10001 | 101 | 101000 | 100111110 | 1011 | 110111 |
Color Harmonies of #987E90
Complementary color
Monochromatic Colors of #987E90
Black with #987E90
Text Example
Text Example
White with #987E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E90; }
p { color: rgb(152,126,144); }
H1.HeaderClassName
{
color: #987E90;
}
.AnyTagClassName
{
color: #987E90;
}
</style>
background-color css
<style>
a { background-color: #987E90; }
a { background-color: rgb(152,126,144); }
div.DivClassName
{
background-color: #987E90;
}
.BgClassName
{
background-color: #987E90;
}
</style>
border-color css
<style>
span { border-color: #987E90; }
span { border-color: rgb(152,126,144); }
td.TdClassName
{
border-color: #987E90;
}
.TagClassName
{
border-color: #987E90;
}
</style>