Shades of Mountbatten Pink #987D96
Tints of Mountbatten Pink #987D96
RGB
CMYK
RGB Variations
Color information
#987D96 (or 0x987D96) is known color: Mountbatten Pink. HEX triplet: 98, 7D and 96. RGB value is (152,125,150). Sum of RGB (Red+Green+Blue) = 152+125+150=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #987D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D96 is #678269. Grayscale: #878787. Windows color (decimal): -6783594 or 9862552. OLE color: 9862552.
HSL color Cylindrical-coordinate representation of color #987D96: hue angle of 304.44º 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 #987D96 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 150 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.40 |
| HSL | 304.44º | 0.12% | 0.54% | - |
| HSV(B) | 304.44º | 0.18% | 0.6% | - |
| XYZ | 25.79 | 23.54 | 32.04 | - |
| YUV | 135.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 150 | 0 | 0.18 | 0.01 | 0.40 | 304.44 | 0.12 | 0.54 |
| Hex | 98 | 7D | 96 | 0 | 12 | 1 | 28 | 130 | C | 36 |
| Octal | 230 | 175 | 226 | 0 | 22 | 1 | 50 | 460 | 14 | 66 |
| Binary | 10011000 | 1111101 | 10010110 | 0 | 10010 | 1 | 101000 | 100110000 | 1100 | 110110 |
Color Harmonies of #987D96
Complementary color
Monochromatic Colors of #987D96
Black with #987D96
Text Example
Text Example
White with #987D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D96; }
p { color: rgb(152,125,150); }
H1.HeaderClassName
{
color: #987D96;
}
.AnyTagClassName
{
color: #987D96;
}
</style>
background-color css
<style>
a { background-color: #987D96; }
a { background-color: rgb(152,125,150); }
div.DivClassName
{
background-color: #987D96;
}
.BgClassName
{
background-color: #987D96;
}
</style>
border-color css
<style>
span { border-color: #987D96; }
span { border-color: rgb(152,125,150); }
td.TdClassName
{
border-color: #987D96;
}
.TagClassName
{
border-color: #987D96;
}
</style>