Shades of Mountbatten Pink #98828D
Tints of Mountbatten Pink #98828D
RGB
CMYK
RGB Variations
Color information
#98828D (or 0x98828D) is known color: Mountbatten Pink. HEX triplet: 98, 82 and 8D. RGB value is (152,130,141). Sum of RGB (Red+Green+Blue) = 152+130+141=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98828D is #677D72. Grayscale: #898989. Windows color (decimal): -6782323 or 9274008. OLE color: 9274008.
HSL color Cylindrical-coordinate representation of color #98828D: hue angle of 330º 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 #98828D is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 141 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.40 |
| HSL | 330º | 0.1% | 0.55% | - |
| HSV(B) | 330º | 0.14% | 0.6% | - |
| XYZ | 25.74 | 24.56 | 28.58 | - |
| YUV | 137.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 141 | 0 | 0.14 | 0.07 | 0.40 | 330 | 0.1 | 0.55 |
| Hex | 98 | 82 | 8D | 0 | E | 7 | 28 | 14A | A | 37 |
| Octal | 230 | 202 | 215 | 0 | 16 | 7 | 50 | 512 | 12 | 67 |
| Binary | 10011000 | 10000010 | 10001101 | 0 | 1110 | 111 | 101000 | 101001010 | 1010 | 110111 |
Color Harmonies of #98828D
Complementary color
Monochromatic Colors of #98828D
Black with #98828D
Text Example
Text Example
White with #98828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98828D; }
p { color: rgb(152,130,141); }
H1.HeaderClassName
{
color: #98828D;
}
.AnyTagClassName
{
color: #98828D;
}
</style>
background-color css
<style>
a { background-color: #98828D; }
a { background-color: rgb(152,130,141); }
div.DivClassName
{
background-color: #98828D;
}
.BgClassName
{
background-color: #98828D;
}
</style>
border-color css
<style>
span { border-color: #98828D; }
span { border-color: rgb(152,130,141); }
td.TdClassName
{
border-color: #98828D;
}
.TagClassName
{
border-color: #98828D;
}
</style>