Shades of Mountbatten Pink #987B8F
Tints of Mountbatten Pink #987B8F
RGB
CMYK
RGB Variations
Color information
#987B8F (or 0x987B8F) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 8F. RGB value is (152,123,143). Sum of RGB (Red+Green+Blue) = 152+123+143=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B8F is #678470. Grayscale: #858585. Windows color (decimal): -6784113 or 9403288. OLE color: 9403288.
HSL color Cylindrical-coordinate representation of color #987B8F: hue angle of 318.62º 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 #987B8F is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 143 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.40 |
| HSL | 318.62º | 0.12% | 0.54% | - |
| HSV(B) | 318.62º | 0.19% | 0.6% | - |
| XYZ | 24.99 | 22.82 | 29.08 | - |
| YUV | 133.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 143 | 0 | 0.19 | 0.06 | 0.40 | 318.62 | 0.12 | 0.54 |
| Hex | 98 | 7B | 8F | 0 | 13 | 6 | 28 | 13F | C | 36 |
| Octal | 230 | 173 | 217 | 0 | 23 | 6 | 50 | 477 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10001111 | 0 | 10011 | 110 | 101000 | 100111111 | 1100 | 110110 |
Color Harmonies of #987B8F
Complementary color
Monochromatic Colors of #987B8F
Black with #987B8F
Text Example
Text Example
White with #987B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B8F; }
p { color: rgb(152,123,143); }
H1.HeaderClassName
{
color: #987B8F;
}
.AnyTagClassName
{
color: #987B8F;
}
</style>
background-color css
<style>
a { background-color: #987B8F; }
a { background-color: rgb(152,123,143); }
div.DivClassName
{
background-color: #987B8F;
}
.BgClassName
{
background-color: #987B8F;
}
</style>
border-color css
<style>
span { border-color: #987B8F; }
span { border-color: rgb(152,123,143); }
td.TdClassName
{
border-color: #987B8F;
}
.TagClassName
{
border-color: #987B8F;
}
</style>