Shades of Mountbatten Pink #987F90
Tints of Mountbatten Pink #987F90
RGB
CMYK
RGB Variations
Color information
#987F90 (or 0x987F90) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 90. RGB value is (152,127,144). Sum of RGB (Red+Green+Blue) = 152+127+144=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F90 is #67806F. Grayscale: #888888. Windows color (decimal): -6783088 or 9469848. OLE color: 9469848.
HSL color Cylindrical-coordinate representation of color #987F90: hue angle of 319.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F90 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 144 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.40 |
| HSL | 319.2º | 0.11% | 0.55% | - |
| HSV(B) | 319.2º | 0.16% | 0.6% | - |
| XYZ | 25.57 | 23.87 | 29.64 | - |
| YUV | 136.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 144 | 0 | 0.16 | 0.05 | 0.40 | 319.2 | 0.11 | 0.55 |
| Hex | 98 | 7F | 90 | 0 | 10 | 5 | 28 | 13F | B | 37 |
| Octal | 230 | 177 | 220 | 0 | 20 | 5 | 50 | 477 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10010000 | 0 | 10000 | 101 | 101000 | 100111111 | 1011 | 110111 |
Color Harmonies of #987F90
Complementary color
Monochromatic Colors of #987F90
Black with #987F90
Text Example
Text Example
White with #987F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F90; }
p { color: rgb(152,127,144); }
H1.HeaderClassName
{
color: #987F90;
}
.AnyTagClassName
{
color: #987F90;
}
</style>
background-color css
<style>
a { background-color: #987F90; }
a { background-color: rgb(152,127,144); }
div.DivClassName
{
background-color: #987F90;
}
.BgClassName
{
background-color: #987F90;
}
</style>
border-color css
<style>
span { border-color: #987F90; }
span { border-color: rgb(152,127,144); }
td.TdClassName
{
border-color: #987F90;
}
.TagClassName
{
border-color: #987F90;
}
</style>