Shades of Mountbatten Pink #987B8A
Tints of Mountbatten Pink #987B8A
RGB
CMYK
RGB Variations
Color information
#987B8A (or 0x987B8A) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 8A. RGB value is (152,123,138). Sum of RGB (Red+Green+Blue) = 152+123+138=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #987B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B8A is #678475. Grayscale: #858585. Windows color (decimal): -6784118 or 9075608. OLE color: 9075608.
HSL color Cylindrical-coordinate representation of color #987B8A: hue angle of 328.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B8A is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 138 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.40 |
| HSL | 328.97º | 0.12% | 0.54% | - |
| HSV(B) | 328.97º | 0.19% | 0.6% | - |
| XYZ | 24.62 | 22.68 | 27.12 | - |
| YUV | 133.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 138 | 0 | 0.19 | 0.09 | 0.40 | 328.97 | 0.12 | 0.54 |
| Hex | 98 | 7B | 8A | 0 | 13 | 9 | 28 | 149 | C | 36 |
| Octal | 230 | 173 | 212 | 0 | 23 | 11 | 50 | 511 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10001010 | 0 | 10011 | 1001 | 101000 | 101001001 | 1100 | 110110 |
Color Harmonies of #987B8A
Complementary color
Monochromatic Colors of #987B8A
Black with #987B8A
Text Example
Text Example
White with #987B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B8A; }
p { color: rgb(152,123,138); }
H1.HeaderClassName
{
color: #987B8A;
}
.AnyTagClassName
{
color: #987B8A;
}
</style>
background-color css
<style>
a { background-color: #987B8A; }
a { background-color: rgb(152,123,138); }
div.DivClassName
{
background-color: #987B8A;
}
.BgClassName
{
background-color: #987B8A;
}
</style>
border-color css
<style>
span { border-color: #987B8A; }
span { border-color: rgb(152,123,138); }
td.TdClassName
{
border-color: #987B8A;
}
.TagClassName
{
border-color: #987B8A;
}
</style>