Shades of Mountbatten Pink #987A96
Tints of Mountbatten Pink #987A96
RGB
CMYK
RGB Variations
Color information
#987A96 (or 0x987A96) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 96. RGB value is (152,122,150). Sum of RGB (Red+Green+Blue) = 152+122+150=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #987A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A96 is #678569. Grayscale: #868686. Windows color (decimal): -6784362 or 9861784. OLE color: 9861784.
HSL color Cylindrical-coordinate representation of color #987A96: hue angle of 304º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987A96 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 150 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.40 |
| HSL | 304º | 0.13% | 0.54% | - |
| HSV(B) | 304º | 0.2% | 0.6% | - |
| XYZ | 25.41 | 22.8 | 31.91 | - |
| YUV | 134.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 150 | 0 | 0.20 | 0.01 | 0.40 | 304 | 0.13 | 0.54 |
| Hex | 98 | 7A | 96 | 0 | 14 | 1 | 28 | 130 | D | 36 |
| Octal | 230 | 172 | 226 | 0 | 24 | 1 | 50 | 460 | 15 | 66 |
| Binary | 10011000 | 1111010 | 10010110 | 0 | 10100 | 1 | 101000 | 100110000 | 1101 | 110110 |
Color Harmonies of #987A96
Complementary color
Monochromatic Colors of #987A96
Black with #987A96
Text Example
Text Example
White with #987A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A96; }
p { color: rgb(152,122,150); }
H1.HeaderClassName
{
color: #987A96;
}
.AnyTagClassName
{
color: #987A96;
}
</style>
background-color css
<style>
a { background-color: #987A96; }
a { background-color: rgb(152,122,150); }
div.DivClassName
{
background-color: #987A96;
}
.BgClassName
{
background-color: #987A96;
}
</style>
border-color css
<style>
span { border-color: #987A96; }
span { border-color: rgb(152,122,150); }
td.TdClassName
{
border-color: #987A96;
}
.TagClassName
{
border-color: #987A96;
}
</style>