Shades of Mountbatten Pink #987E8E
Tints of Mountbatten Pink #987E8E
RGB
CMYK
RGB Variations
Color information
#987E8E (or 0x987E8E) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 8E. RGB value is (152,126,142). Sum of RGB (Red+Green+Blue) = 152+126+142=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E8E is #678171. Grayscale: #878787. Windows color (decimal): -6783346 or 9338520. OLE color: 9338520.
HSL color Cylindrical-coordinate representation of color #987E8E: hue angle of 323.08º 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 #987E8E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 142 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.40 |
| HSL | 323.08º | 0.11% | 0.55% | - |
| HSV(B) | 323.08º | 0.17% | 0.6% | - |
| XYZ | 25.29 | 23.55 | 28.8 | - |
| YUV | 135.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 142 | 0 | 0.17 | 0.07 | 0.40 | 323.08 | 0.11 | 0.55 |
| Hex | 98 | 7E | 8E | 0 | 11 | 7 | 28 | 143 | B | 37 |
| Octal | 230 | 176 | 216 | 0 | 21 | 7 | 50 | 503 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10001110 | 0 | 10001 | 111 | 101000 | 101000011 | 1011 | 110111 |
Color Harmonies of #987E8E
Complementary color
Monochromatic Colors of #987E8E
Black with #987E8E
Text Example
Text Example
White with #987E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E8E; }
p { color: rgb(152,126,142); }
H1.HeaderClassName
{
color: #987E8E;
}
.AnyTagClassName
{
color: #987E8E;
}
</style>
background-color css
<style>
a { background-color: #987E8E; }
a { background-color: rgb(152,126,142); }
div.DivClassName
{
background-color: #987E8E;
}
.BgClassName
{
background-color: #987E8E;
}
</style>
border-color css
<style>
span { border-color: #987E8E; }
span { border-color: rgb(152,126,142); }
td.TdClassName
{
border-color: #987E8E;
}
.TagClassName
{
border-color: #987E8E;
}
</style>