Shades of Mountbatten Pink #987792
Tints of Mountbatten Pink #987792
RGB
CMYK
RGB Variations
Color information
#987792 (or 0x987792) is known color: Mountbatten Pink. HEX triplet: 98, 77 and 92. RGB value is (152,119,146). Sum of RGB (Red+Green+Blue) = 152+119+146=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987792 is #67886D. Grayscale: #838383. Windows color (decimal): -6785134 or 9598872. OLE color: 9598872.
HSL color Cylindrical-coordinate representation of color #987792: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987792 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 146 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.40 |
| HSL | 310.91º | 0.14% | 0.53% | - |
| HSV(B) | 310.91º | 0.22% | 0.6% | - |
| XYZ | 24.73 | 21.94 | 30.13 | - |
| YUV | 131.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 146 | 0 | 0.22 | 0.04 | 0.40 | 310.91 | 0.14 | 0.53 |
| Hex | 98 | 77 | 92 | 0 | 16 | 4 | 28 | 137 | E | 35 |
| Octal | 230 | 167 | 222 | 0 | 26 | 4 | 50 | 467 | 16 | 65 |
| Binary | 10011000 | 1110111 | 10010010 | 0 | 10110 | 100 | 101000 | 100110111 | 1110 | 110101 |
Color Harmonies of #987792
Complementary color
Monochromatic Colors of #987792
Black with #987792
Text Example
Text Example
White with #987792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987792; }
p { color: rgb(152,119,146); }
H1.HeaderClassName
{
color: #987792;
}
.AnyTagClassName
{
color: #987792;
}
</style>
background-color css
<style>
a { background-color: #987792; }
a { background-color: rgb(152,119,146); }
div.DivClassName
{
background-color: #987792;
}
.BgClassName
{
background-color: #987792;
}
</style>
border-color css
<style>
span { border-color: #987792; }
span { border-color: rgb(152,119,146); }
td.TdClassName
{
border-color: #987792;
}
.TagClassName
{
border-color: #987792;
}
</style>