Shades of Mountbatten Pink #987B88
Tints of Mountbatten Pink #987B88
RGB
CMYK
RGB Variations
Color information
#987B88 (or 0x987B88) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 88. RGB value is (152,123,136). Sum of RGB (Red+Green+Blue) = 152+123+136=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B88 is #678477. Grayscale: #858585. Windows color (decimal): -6784120 or 8944536. OLE color: 8944536.
HSL color Cylindrical-coordinate representation of color #987B88: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B88 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 136 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.40 |
| HSL | 333.1º | 0.12% | 0.54% | - |
| HSV(B) | 333.1º | 0.19% | 0.6% | - |
| XYZ | 24.48 | 22.62 | 26.37 | - |
| YUV | 133.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 136 | 0 | 0.19 | 0.11 | 0.40 | 333.1 | 0.12 | 0.54 |
| Hex | 98 | 7B | 88 | 0 | 13 | B | 28 | 14D | C | 36 |
| Octal | 230 | 173 | 210 | 0 | 23 | 13 | 50 | 515 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10001000 | 0 | 10011 | 1011 | 101000 | 101001101 | 1100 | 110110 |
Color Harmonies of #987B88
Complementary color
Monochromatic Colors of #987B88
Black with #987B88
Text Example
Text Example
White with #987B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B88; }
p { color: rgb(152,123,136); }
H1.HeaderClassName
{
color: #987B88;
}
.AnyTagClassName
{
color: #987B88;
}
</style>
background-color css
<style>
a { background-color: #987B88; }
a { background-color: rgb(152,123,136); }
div.DivClassName
{
background-color: #987B88;
}
.BgClassName
{
background-color: #987B88;
}
</style>
border-color css
<style>
span { border-color: #987B88; }
span { border-color: rgb(152,123,136); }
td.TdClassName
{
border-color: #987B88;
}
.TagClassName
{
border-color: #987B88;
}
</style>