Shades of Mountbatten Pink #987E8C
Tints of Mountbatten Pink #987E8C
RGB
CMYK
RGB Variations
Color information
#987E8C (or 0x987E8C) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 8C. RGB value is (152,126,140). Sum of RGB (Red+Green+Blue) = 152+126+140=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E8C is #678173. Grayscale: #878787. Windows color (decimal): -6783348 or 9207448. OLE color: 9207448.
HSL color Cylindrical-coordinate representation of color #987E8C: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #987E8C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 140 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.40 |
| HSL | 327.69º | 0.11% | 0.55% | - |
| HSV(B) | 327.69º | 0.17% | 0.6% | - |
| XYZ | 25.14 | 23.49 | 28.02 | - |
| YUV | 135.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 140 | 0 | 0.17 | 0.08 | 0.40 | 327.69 | 0.11 | 0.55 |
| Hex | 98 | 7E | 8C | 0 | 11 | 8 | 28 | 148 | B | 37 |
| Octal | 230 | 176 | 214 | 0 | 21 | 10 | 50 | 510 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10001100 | 0 | 10001 | 1000 | 101000 | 101001000 | 1011 | 110111 |
Color Harmonies of #987E8C
Complementary color
Monochromatic Colors of #987E8C
Black with #987E8C
Text Example
Text Example
White with #987E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E8C; }
p { color: rgb(152,126,140); }
H1.HeaderClassName
{
color: #987E8C;
}
.AnyTagClassName
{
color: #987E8C;
}
</style>
background-color css
<style>
a { background-color: #987E8C; }
a { background-color: rgb(152,126,140); }
div.DivClassName
{
background-color: #987E8C;
}
.BgClassName
{
background-color: #987E8C;
}
</style>
border-color css
<style>
span { border-color: #987E8C; }
span { border-color: rgb(152,126,140); }
td.TdClassName
{
border-color: #987E8C;
}
.TagClassName
{
border-color: #987E8C;
}
</style>