Shades of Mountbatten Pink #987E8A
Tints of Mountbatten Pink #987E8A
RGB
CMYK
RGB Variations
Color information
#987E8A (or 0x987E8A) is known color: Mountbatten Pink. HEX triplet: 98, 7E and 8A. RGB value is (152,126,138). Sum of RGB (Red+Green+Blue) = 152+126+138=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E8A is #678175. Grayscale: #878787. Windows color (decimal): -6783350 or 9076376. OLE color: 9076376.
HSL color Cylindrical-coordinate representation of color #987E8A: hue angle of 332.31º 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 #987E8A is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 138 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.40 |
| HSL | 332.31º | 0.11% | 0.55% | - |
| HSV(B) | 332.31º | 0.17% | 0.6% | - |
| XYZ | 25 | 23.43 | 27.25 | - |
| YUV | 135.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 138 | 0 | 0.17 | 0.09 | 0.40 | 332.31 | 0.11 | 0.55 |
| Hex | 98 | 7E | 8A | 0 | 11 | 9 | 28 | 14C | B | 37 |
| Octal | 230 | 176 | 212 | 0 | 21 | 11 | 50 | 514 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10001010 | 0 | 10001 | 1001 | 101000 | 101001100 | 1011 | 110111 |
Color Harmonies of #987E8A
Complementary color
Monochromatic Colors of #987E8A
Black with #987E8A
Text Example
Text Example
White with #987E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E8A; }
p { color: rgb(152,126,138); }
H1.HeaderClassName
{
color: #987E8A;
}
.AnyTagClassName
{
color: #987E8A;
}
</style>
background-color css
<style>
a { background-color: #987E8A; }
a { background-color: rgb(152,126,138); }
div.DivClassName
{
background-color: #987E8A;
}
.BgClassName
{
background-color: #987E8A;
}
</style>
border-color css
<style>
span { border-color: #987E8A; }
span { border-color: rgb(152,126,138); }
td.TdClassName
{
border-color: #987E8A;
}
.TagClassName
{
border-color: #987E8A;
}
</style>