Shades of Mountbatten Pink #987B90
Tints of Mountbatten Pink #987B90
RGB
CMYK
RGB Variations
Color information
#987B90 (or 0x987B90) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 90. RGB value is (152,123,144). Sum of RGB (Red+Green+Blue) = 152+123+144=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #987B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B90 is #67846F. Grayscale: #868686. Windows color (decimal): -6784112 or 9468824. OLE color: 9468824.
HSL color Cylindrical-coordinate representation of color #987B90: hue angle of 316.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B90 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 144 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.40 |
| HSL | 316.55º | 0.12% | 0.54% | - |
| HSV(B) | 316.55º | 0.19% | 0.6% | - |
| XYZ | 25.07 | 22.85 | 29.48 | - |
| YUV | 134.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 144 | 0 | 0.19 | 0.05 | 0.40 | 316.55 | 0.12 | 0.54 |
| Hex | 98 | 7B | 90 | 0 | 13 | 5 | 28 | 13D | C | 36 |
| Octal | 230 | 173 | 220 | 0 | 23 | 5 | 50 | 475 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10010000 | 0 | 10011 | 101 | 101000 | 100111101 | 1100 | 110110 |
Color Harmonies of #987B90
Complementary color
Monochromatic Colors of #987B90
Black with #987B90
Text Example
Text Example
White with #987B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B90; }
p { color: rgb(152,123,144); }
H1.HeaderClassName
{
color: #987B90;
}
.AnyTagClassName
{
color: #987B90;
}
</style>
background-color css
<style>
a { background-color: #987B90; }
a { background-color: rgb(152,123,144); }
div.DivClassName
{
background-color: #987B90;
}
.BgClassName
{
background-color: #987B90;
}
</style>
border-color css
<style>
span { border-color: #987B90; }
span { border-color: rgb(152,123,144); }
td.TdClassName
{
border-color: #987B90;
}
.TagClassName
{
border-color: #987B90;
}
</style>