Shades of Mountbatten Pink #98788D
Tints of Mountbatten Pink #98788D
RGB
CMYK
RGB Variations
Color information
#98788D (or 0x98788D) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 8D. RGB value is (152,120,141). Sum of RGB (Red+Green+Blue) = 152+120+141=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #98788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788D is #678772. Grayscale: #838383. Windows color (decimal): -6784883 or 9271448. OLE color: 9271448.
HSL color Cylindrical-coordinate representation of color #98788D: hue angle of 320.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 #98788D is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 141 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.40 |
| HSL | 320.63º | 0.13% | 0.53% | - |
| HSV(B) | 320.63º | 0.21% | 0.6% | - |
| XYZ | 24.47 | 22.03 | 28.16 | - |
| YUV | 131.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 141 | 0 | 0.21 | 0.07 | 0.40 | 320.63 | 0.13 | 0.53 |
| Hex | 98 | 78 | 8D | 0 | 15 | 7 | 28 | 141 | D | 35 |
| Octal | 230 | 170 | 215 | 0 | 25 | 7 | 50 | 501 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10001101 | 0 | 10101 | 111 | 101000 | 101000001 | 1101 | 110101 |
Color Harmonies of #98788D
Complementary color
Monochromatic Colors of #98788D
Black with #98788D
Text Example
Text Example
White with #98788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98788D; }
p { color: rgb(152,120,141); }
H1.HeaderClassName
{
color: #98788D;
}
.AnyTagClassName
{
color: #98788D;
}
</style>
background-color css
<style>
a { background-color: #98788D; }
a { background-color: rgb(152,120,141); }
div.DivClassName
{
background-color: #98788D;
}
.BgClassName
{
background-color: #98788D;
}
</style>
border-color css
<style>
span { border-color: #98788D; }
span { border-color: rgb(152,120,141); }
td.TdClassName
{
border-color: #98788D;
}
.TagClassName
{
border-color: #98788D;
}
</style>