Shades of Mountbatten Pink #987E8B
Tints of Mountbatten Pink #987E8B
RGB
CMYK
RGB Variations
Color information
#987E8B (or 0x987E8B) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 8B. RGB value is (152,126,139). Sum of RGB (Red+Green+Blue) = 152+126+139=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E8B is #678174. Grayscale: #878787. Windows color (decimal): -6783349 or 9141912. OLE color: 9141912.
HSL color Cylindrical-coordinate representation of color #987E8B: hue angle of 330º 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 #987E8B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 139 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.40 |
| HSL | 330º | 0.11% | 0.55% | - |
| HSV(B) | 330º | 0.17% | 0.6% | - |
| XYZ | 25.07 | 23.46 | 27.63 | - |
| YUV | 135.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 139 | 0 | 0.17 | 0.09 | 0.40 | 330 | 0.11 | 0.55 |
| Hex | 98 | 7E | 8B | 0 | 11 | 9 | 28 | 14A | B | 37 |
| Octal | 230 | 176 | 213 | 0 | 21 | 11 | 50 | 512 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10001011 | 0 | 10001 | 1001 | 101000 | 101001010 | 1011 | 110111 |
Color Harmonies of #987E8B
Complementary color
Monochromatic Colors of #987E8B
Black with #987E8B
Text Example
Text Example
White with #987E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E8B; }
p { color: rgb(152,126,139); }
H1.HeaderClassName
{
color: #987E8B;
}
.AnyTagClassName
{
color: #987E8B;
}
</style>
background-color css
<style>
a { background-color: #987E8B; }
a { background-color: rgb(152,126,139); }
div.DivClassName
{
background-color: #987E8B;
}
.BgClassName
{
background-color: #987E8B;
}
</style>
border-color css
<style>
span { border-color: #987E8B; }
span { border-color: rgb(152,126,139); }
td.TdClassName
{
border-color: #987E8B;
}
.TagClassName
{
border-color: #987E8B;
}
</style>