Shades of Mountbatten Pink #987895
Tints of Mountbatten Pink #987895
RGB
CMYK
RGB Variations
Color information
#987895 (or 0x987895) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 95. RGB value is (152,120,149). Sum of RGB (Red+Green+Blue) = 152+120+149=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987895 is #67876A. Grayscale: #848484. Windows color (decimal): -6784875 or 9795736. OLE color: 9795736.
HSL color Cylindrical-coordinate representation of color #987895: hue angle of 305.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987895 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 149 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.40 |
| HSL | 305.63º | 0.13% | 0.53% | - |
| HSV(B) | 305.63º | 0.21% | 0.6% | - |
| XYZ | 25.09 | 22.28 | 31.41 | - |
| YUV | 132.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 149 | 0 | 0.21 | 0.02 | 0.40 | 305.63 | 0.13 | 0.53 |
| Hex | 98 | 78 | 95 | 0 | 15 | 2 | 28 | 132 | D | 35 |
| Octal | 230 | 170 | 225 | 0 | 25 | 2 | 50 | 462 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10010101 | 0 | 10101 | 10 | 101000 | 100110010 | 1101 | 110101 |
Color Harmonies of #987895
Complementary color
Monochromatic Colors of #987895
Black with #987895
Text Example
Text Example
White with #987895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987895; }
p { color: rgb(152,120,149); }
H1.HeaderClassName
{
color: #987895;
}
.AnyTagClassName
{
color: #987895;
}
</style>
background-color css
<style>
a { background-color: #987895; }
a { background-color: rgb(152,120,149); }
div.DivClassName
{
background-color: #987895;
}
.BgClassName
{
background-color: #987895;
}
</style>
border-color css
<style>
span { border-color: #987895; }
span { border-color: rgb(152,120,149); }
td.TdClassName
{
border-color: #987895;
}
.TagClassName
{
border-color: #987895;
}
</style>