Shades of Mountbatten Pink #987089
Tints of Mountbatten Pink #987089
RGB
CMYK
RGB Variations
Color information
#987089 (or 0x987089) is known color: Mountbatten Pink. HEX triplet: 98, 70 and 89. RGB value is (152,112,137). Sum of RGB (Red+Green+Blue) = 152+112+137=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987089 is #678F76. Grayscale: #7E7E7E. Windows color (decimal): -6786935 or 9007256. OLE color: 9007256.
HSL color Cylindrical-coordinate representation of color #987089: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987089 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 137 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.40 |
| HSL | 322.5º | 0.16% | 0.52% | - |
| HSV(B) | 322.5º | 0.26% | 0.6% | - |
| XYZ | 23.26 | 20.07 | 26.31 | - |
| YUV | 126.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 137 | 0 | 0.26 | 0.10 | 0.40 | 322.5 | 0.16 | 0.52 |
| Hex | 98 | 70 | 89 | 0 | 1A | A | 28 | 142 | 10 | 34 |
| Octal | 230 | 160 | 211 | 0 | 32 | 12 | 50 | 502 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10001001 | 0 | 11010 | 1010 | 101000 | 101000010 | 10000 | 110100 |
Color Harmonies of #987089
Complementary color
Monochromatic Colors of #987089
Black with #987089
Text Example
Text Example
White with #987089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987089; }
p { color: rgb(152,112,137); }
H1.HeaderClassName
{
color: #987089;
}
.AnyTagClassName
{
color: #987089;
}
</style>
background-color css
<style>
a { background-color: #987089; }
a { background-color: rgb(152,112,137); }
div.DivClassName
{
background-color: #987089;
}
.BgClassName
{
background-color: #987089;
}
</style>
border-color css
<style>
span { border-color: #987089; }
span { border-color: rgb(152,112,137); }
td.TdClassName
{
border-color: #987089;
}
.TagClassName
{
border-color: #987089;
}
</style>