Shades of Mountbatten Pink #987B8D
Tints of Mountbatten Pink #987B8D
RGB
CMYK
RGB Variations
Color information
#987B8D (or 0x987B8D) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 8D. RGB value is (152,123,141). Sum of RGB (Red+Green+Blue) = 152+123+141=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B8D is #678472. Grayscale: #858585. Windows color (decimal): -6784115 or 9272216. OLE color: 9272216.
HSL color Cylindrical-coordinate representation of color #987B8D: hue angle of 322.76º 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 #987B8D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 141 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.40 |
| HSL | 322.76º | 0.12% | 0.54% | - |
| HSV(B) | 322.76º | 0.19% | 0.6% | - |
| XYZ | 24.84 | 22.76 | 28.28 | - |
| YUV | 133.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 141 | 0 | 0.19 | 0.07 | 0.40 | 322.76 | 0.12 | 0.54 |
| Hex | 98 | 7B | 8D | 0 | 13 | 7 | 28 | 143 | C | 36 |
| Octal | 230 | 173 | 215 | 0 | 23 | 7 | 50 | 503 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10001101 | 0 | 10011 | 111 | 101000 | 101000011 | 1100 | 110110 |
Color Harmonies of #987B8D
Complementary color
Monochromatic Colors of #987B8D
Black with #987B8D
Text Example
Text Example
White with #987B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B8D; }
p { color: rgb(152,123,141); }
H1.HeaderClassName
{
color: #987B8D;
}
.AnyTagClassName
{
color: #987B8D;
}
</style>
background-color css
<style>
a { background-color: #987B8D; }
a { background-color: rgb(152,123,141); }
div.DivClassName
{
background-color: #987B8D;
}
.BgClassName
{
background-color: #987B8D;
}
</style>
border-color css
<style>
span { border-color: #987B8D; }
span { border-color: rgb(152,123,141); }
td.TdClassName
{
border-color: #987B8D;
}
.TagClassName
{
border-color: #987B8D;
}
</style>