Shades of Mountbatten Pink #98868E
Tints of Mountbatten Pink #98868E
RGB
CMYK
RGB Variations
Color information
#98868E (or 0x98868E) is known color: Mountbatten Pink. HEX triplet: 98, 86 and 8E. RGB value is (152,134,142). Sum of RGB (Red+Green+Blue) = 152+134+142=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868E is #677971. Grayscale: #8C8C8C. Windows color (decimal): -6781298 or 9340568. OLE color: 9340568.
HSL color Cylindrical-coordinate representation of color #98868E: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98868E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 142 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.40 |
| HSL | 333.33º | 0.08% | 0.56% | - |
| HSV(B) | 333.33º | 0.12% | 0.6% | - |
| XYZ | 26.36 | 25.68 | 29.16 | - |
| YUV | 140.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 142 | 0 | 0.12 | 0.07 | 0.40 | 333.33 | 0.08 | 0.56 |
| Hex | 98 | 86 | 8E | 0 | C | 7 | 28 | 14D | 8 | 38 |
| Octal | 230 | 206 | 216 | 0 | 14 | 7 | 50 | 515 | 10 | 70 |
| Binary | 10011000 | 10000110 | 10001110 | 0 | 1100 | 111 | 101000 | 101001101 | 1000 | 111000 |
Color Harmonies of #98868E
Complementary color
Monochromatic Colors of #98868E
Black with #98868E
Text Example
Text Example
White with #98868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98868E; }
p { color: rgb(152,134,142); }
H1.HeaderClassName
{
color: #98868E;
}
.AnyTagClassName
{
color: #98868E;
}
</style>
background-color css
<style>
a { background-color: #98868E; }
a { background-color: rgb(152,134,142); }
div.DivClassName
{
background-color: #98868E;
}
.BgClassName
{
background-color: #98868E;
}
</style>
border-color css
<style>
span { border-color: #98868E; }
span { border-color: rgb(152,134,142); }
td.TdClassName
{
border-color: #98868E;
}
.TagClassName
{
border-color: #98868E;
}
</style>