Shades of Mountbatten Pink #987A92
Tints of Mountbatten Pink #987A92
RGB
CMYK
RGB Variations
Color information
#987A92 (or 0x987A92) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 92. RGB value is (152,122,146). Sum of RGB (Red+Green+Blue) = 152+122+146=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A92 is #67856D. Grayscale: #858585. Windows color (decimal): -6784366 or 9599640. OLE color: 9599640.
HSL color Cylindrical-coordinate representation of color #987A92: hue angle of 312º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987A92 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 146 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.40 |
| HSL | 312º | 0.13% | 0.54% | - |
| HSV(B) | 312º | 0.2% | 0.6% | - |
| XYZ | 25.1 | 22.67 | 30.25 | - |
| YUV | 133.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 146 | 0 | 0.20 | 0.04 | 0.40 | 312 | 0.13 | 0.54 |
| Hex | 98 | 7A | 92 | 0 | 14 | 4 | 28 | 138 | D | 36 |
| Octal | 230 | 172 | 222 | 0 | 24 | 4 | 50 | 470 | 15 | 66 |
| Binary | 10011000 | 1111010 | 10010010 | 0 | 10100 | 100 | 101000 | 100111000 | 1101 | 110110 |
Color Harmonies of #987A92
Complementary color
Monochromatic Colors of #987A92
Black with #987A92
Text Example
Text Example
White with #987A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A92; }
p { color: rgb(152,122,146); }
H1.HeaderClassName
{
color: #987A92;
}
.AnyTagClassName
{
color: #987A92;
}
</style>
background-color css
<style>
a { background-color: #987A92; }
a { background-color: rgb(152,122,146); }
div.DivClassName
{
background-color: #987A92;
}
.BgClassName
{
background-color: #987A92;
}
</style>
border-color css
<style>
span { border-color: #987A92; }
span { border-color: rgb(152,122,146); }
td.TdClassName
{
border-color: #987A92;
}
.TagClassName
{
border-color: #987A92;
}
</style>