Shades of Mountbatten Pink #98828E
Tints of Mountbatten Pink #98828E
RGB
CMYK
RGB Variations
Color information
#98828E (or 0x98828E) is known color: Mountbatten Pink. HEX triplet: 98, 82 and 8E. RGB value is (152,130,142). Sum of RGB (Red+Green+Blue) = 152+130+142=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98828E is #677D71. Grayscale: #898989. Windows color (decimal): -6782322 or 9339544. OLE color: 9339544.
HSL color Cylindrical-coordinate representation of color #98828E: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98828E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 142 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.40 |
| HSL | 327.27º | 0.1% | 0.55% | - |
| HSV(B) | 327.27º | 0.14% | 0.6% | - |
| XYZ | 25.81 | 24.59 | 28.98 | - |
| YUV | 137.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 142 | 0 | 0.14 | 0.07 | 0.40 | 327.27 | 0.1 | 0.55 |
| Hex | 98 | 82 | 8E | 0 | E | 7 | 28 | 147 | A | 37 |
| Octal | 230 | 202 | 216 | 0 | 16 | 7 | 50 | 507 | 12 | 67 |
| Binary | 10011000 | 10000010 | 10001110 | 0 | 1110 | 111 | 101000 | 101000111 | 1010 | 110111 |
Color Harmonies of #98828E
Complementary color
Monochromatic Colors of #98828E
Black with #98828E
Text Example
Text Example
White with #98828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98828E; }
p { color: rgb(152,130,142); }
H1.HeaderClassName
{
color: #98828E;
}
.AnyTagClassName
{
color: #98828E;
}
</style>
background-color css
<style>
a { background-color: #98828E; }
a { background-color: rgb(152,130,142); }
div.DivClassName
{
background-color: #98828E;
}
.BgClassName
{
background-color: #98828E;
}
</style>
border-color css
<style>
span { border-color: #98828E; }
span { border-color: rgb(152,130,142); }
td.TdClassName
{
border-color: #98828E;
}
.TagClassName
{
border-color: #98828E;
}
</style>