Shades of Mountbatten Pink #987F8C
Tints of Mountbatten Pink #987F8C
RGB
CMYK
RGB Variations
Color information
#987F8C (or 0x987F8C) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 8C. RGB value is (152,127,140). Sum of RGB (Red+Green+Blue) = 152+127+140=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #987F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F8C is #678073. Grayscale: #878787. Windows color (decimal): -6783092 or 9207704. OLE color: 9207704.
HSL color Cylindrical-coordinate representation of color #987F8C: hue angle of 328.8º 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 #987F8C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 140 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.40 |
| HSL | 328.8º | 0.11% | 0.55% | - |
| HSV(B) | 328.8º | 0.16% | 0.6% | - |
| XYZ | 25.27 | 23.75 | 28.06 | - |
| YUV | 135.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 140 | 0 | 0.16 | 0.08 | 0.40 | 328.8 | 0.11 | 0.55 |
| Hex | 98 | 7F | 8C | 0 | 10 | 8 | 28 | 149 | B | 37 |
| Octal | 230 | 177 | 214 | 0 | 20 | 10 | 50 | 511 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10001100 | 0 | 10000 | 1000 | 101000 | 101001001 | 1011 | 110111 |
Color Harmonies of #987F8C
Complementary color
Monochromatic Colors of #987F8C
Black with #987F8C
Text Example
Text Example
White with #987F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F8C; }
p { color: rgb(152,127,140); }
H1.HeaderClassName
{
color: #987F8C;
}
.AnyTagClassName
{
color: #987F8C;
}
</style>
background-color css
<style>
a { background-color: #987F8C; }
a { background-color: rgb(152,127,140); }
div.DivClassName
{
background-color: #987F8C;
}
.BgClassName
{
background-color: #987F8C;
}
</style>
border-color css
<style>
span { border-color: #987F8C; }
span { border-color: rgb(152,127,140); }
td.TdClassName
{
border-color: #987F8C;
}
.TagClassName
{
border-color: #987F8C;
}
</style>