Shades of Mountbatten Pink #987C90
Tints of Mountbatten Pink #987C90
RGB
CMYK
RGB Variations
Color information
#987C90 (or 0x987C90) is known color: Mountbatten Pink. HEX triplet: 98, 7C and 90. RGB value is (152,124,144). Sum of RGB (Red+Green+Blue) = 152+124+144=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C90 is #67836F. Grayscale: #868686. Windows color (decimal): -6783856 or 9469080. OLE color: 9469080.
HSL color Cylindrical-coordinate representation of color #987C90: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C90 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 144 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.40 |
| HSL | 317.14º | 0.12% | 0.54% | - |
| HSV(B) | 317.14º | 0.18% | 0.6% | - |
| XYZ | 25.19 | 23.1 | 29.52 | - |
| YUV | 134.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 144 | 0 | 0.18 | 0.05 | 0.40 | 317.14 | 0.12 | 0.54 |
| Hex | 98 | 7C | 90 | 0 | 12 | 5 | 28 | 13D | C | 36 |
| Octal | 230 | 174 | 220 | 0 | 22 | 5 | 50 | 475 | 14 | 66 |
| Binary | 10011000 | 1111100 | 10010000 | 0 | 10010 | 101 | 101000 | 100111101 | 1100 | 110110 |
Color Harmonies of #987C90
Complementary color
Monochromatic Colors of #987C90
Black with #987C90
Text Example
Text Example
White with #987C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C90; }
p { color: rgb(152,124,144); }
H1.HeaderClassName
{
color: #987C90;
}
.AnyTagClassName
{
color: #987C90;
}
</style>
background-color css
<style>
a { background-color: #987C90; }
a { background-color: rgb(152,124,144); }
div.DivClassName
{
background-color: #987C90;
}
.BgClassName
{
background-color: #987C90;
}
</style>
border-color css
<style>
span { border-color: #987C90; }
span { border-color: rgb(152,124,144); }
td.TdClassName
{
border-color: #987C90;
}
.TagClassName
{
border-color: #987C90;
}
</style>