Shades of Mountbatten Pink #987692
Tints of Mountbatten Pink #987692
RGB
CMYK
RGB Variations
Color information
#987692 (or 0x987692) is known color: Mountbatten Pink. HEX triplet: 98, 76 and 92. RGB value is (152,118,146). Sum of RGB (Red+Green+Blue) = 152+118+146=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987692 is #67896D. Grayscale: #838383. Windows color (decimal): -6785390 or 9598616. OLE color: 9598616.
HSL color Cylindrical-coordinate representation of color #987692: hue angle of 310.59º 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 #987692 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 146 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.40 |
| HSL | 310.59º | 0.14% | 0.53% | - |
| HSV(B) | 310.59º | 0.22% | 0.6% | - |
| XYZ | 24.62 | 21.71 | 30.09 | - |
| YUV | 131.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 146 | 0 | 0.22 | 0.04 | 0.40 | 310.59 | 0.14 | 0.53 |
| Hex | 98 | 76 | 92 | 0 | 16 | 4 | 28 | 137 | E | 35 |
| Octal | 230 | 166 | 222 | 0 | 26 | 4 | 50 | 467 | 16 | 65 |
| Binary | 10011000 | 1110110 | 10010010 | 0 | 10110 | 100 | 101000 | 100110111 | 1110 | 110101 |
Color Harmonies of #987692
Complementary color
Monochromatic Colors of #987692
Black with #987692
Text Example
Text Example
White with #987692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987692; }
p { color: rgb(152,118,146); }
H1.HeaderClassName
{
color: #987692;
}
.AnyTagClassName
{
color: #987692;
}
</style>
background-color css
<style>
a { background-color: #987692; }
a { background-color: rgb(152,118,146); }
div.DivClassName
{
background-color: #987692;
}
.BgClassName
{
background-color: #987692;
}
</style>
border-color css
<style>
span { border-color: #987692; }
span { border-color: rgb(152,118,146); }
td.TdClassName
{
border-color: #987692;
}
.TagClassName
{
border-color: #987692;
}
</style>