Shades of Mountbatten Pink #98788C
Tints of Mountbatten Pink #98788C
RGB
CMYK
RGB Variations
Color information
#98788C (or 0x98788C) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 8C. RGB value is (152,120,140). Sum of RGB (Red+Green+Blue) = 152+120+140=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98788C is #678773. Grayscale: #838383. Windows color (decimal): -6784884 or 9205912. OLE color: 9205912.
HSL color Cylindrical-coordinate representation of color #98788C: hue angle of 322.5º 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 #98788C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 140 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.40 |
| HSL | 322.5º | 0.13% | 0.53% | - |
| HSV(B) | 322.5º | 0.21% | 0.6% | - |
| XYZ | 24.4 | 22 | 27.77 | - |
| YUV | 131.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 140 | 0 | 0.21 | 0.08 | 0.40 | 322.5 | 0.13 | 0.53 |
| Hex | 98 | 78 | 8C | 0 | 15 | 8 | 28 | 142 | D | 35 |
| Octal | 230 | 170 | 214 | 0 | 25 | 10 | 50 | 502 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10001100 | 0 | 10101 | 1000 | 101000 | 101000010 | 1101 | 110101 |
Color Harmonies of #98788C
Complementary color
Monochromatic Colors of #98788C
Black with #98788C
Text Example
Text Example
White with #98788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98788C; }
p { color: rgb(152,120,140); }
H1.HeaderClassName
{
color: #98788C;
}
.AnyTagClassName
{
color: #98788C;
}
</style>
background-color css
<style>
a { background-color: #98788C; }
a { background-color: rgb(152,120,140); }
div.DivClassName
{
background-color: #98788C;
}
.BgClassName
{
background-color: #98788C;
}
</style>
border-color css
<style>
span { border-color: #98788C; }
span { border-color: rgb(152,120,140); }
td.TdClassName
{
border-color: #98788C;
}
.TagClassName
{
border-color: #98788C;
}
</style>