Shades of Mountbatten Pink #987890
Tints of Mountbatten Pink #987890
RGB
CMYK
RGB Variations
Color information
#987890 (or 0x987890) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 90. RGB value is (152,120,144). Sum of RGB (Red+Green+Blue) = 152+120+144=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987890 is #67876F. Grayscale: #848484. Windows color (decimal): -6784880 or 9468056. OLE color: 9468056.
HSL color Cylindrical-coordinate representation of color #987890: hue angle of 315º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987890 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 144 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.40 |
| HSL | 315º | 0.13% | 0.53% | - |
| HSV(B) | 315º | 0.21% | 0.6% | - |
| XYZ | 24.7 | 22.12 | 29.35 | - |
| YUV | 132.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 144 | 0 | 0.21 | 0.05 | 0.40 | 315 | 0.13 | 0.53 |
| Hex | 98 | 78 | 90 | 0 | 15 | 5 | 28 | 13B | D | 35 |
| Octal | 230 | 170 | 220 | 0 | 25 | 5 | 50 | 473 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10010000 | 0 | 10101 | 101 | 101000 | 100111011 | 1101 | 110101 |
Color Harmonies of #987890
Complementary color
Monochromatic Colors of #987890
Black with #987890
Text Example
Text Example
White with #987890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987890; }
p { color: rgb(152,120,144); }
H1.HeaderClassName
{
color: #987890;
}
.AnyTagClassName
{
color: #987890;
}
</style>
background-color css
<style>
a { background-color: #987890; }
a { background-color: rgb(152,120,144); }
div.DivClassName
{
background-color: #987890;
}
.BgClassName
{
background-color: #987890;
}
</style>
border-color css
<style>
span { border-color: #987890; }
span { border-color: rgb(152,120,144); }
td.TdClassName
{
border-color: #987890;
}
.TagClassName
{
border-color: #987890;
}
</style>