Shades of Mountbatten Pink #8F7988
Tints of Mountbatten Pink #8F7988
RGB
CMYK
RGB Variations
Color information
#8F7988 (or 0x8F7988) is known color: Mountbatten Pink. HEX triplet: 8F, 79 and 88. RGB value is (143,121,136). Sum of RGB (Red+Green+Blue) = 143+121+136=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7988 is #708677. Grayscale: #818181. Windows color (decimal): -7374456 or 8944015. OLE color: 8944015.
HSL color Cylindrical-coordinate representation of color #8F7988: hue angle of 319.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7988 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 136 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.44 |
| HSL | 319.09º | 0.09% | 0.52% | - |
| HSV(B) | 319.09º | 0.15% | 0.56% | - |
| XYZ | 22.61 | 21.29 | 26.21 | - |
| YUV | 129.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 136 | 0 | 0.15 | 0.05 | 0.44 | 319.09 | 0.09 | 0.52 |
| Hex | 8F | 79 | 88 | 0 | F | 5 | 2C | 13F | 9 | 34 |
| Octal | 217 | 171 | 210 | 0 | 17 | 5 | 54 | 477 | 11 | 64 |
| Binary | 10001111 | 1111001 | 10001000 | 0 | 1111 | 101 | 101100 | 100111111 | 1001 | 110100 |
Color Harmonies of #8F7988
Complementary color
Monochromatic Colors of #8F7988
Black with #8F7988
Text Example
Text Example
White with #8F7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7988; }
p { color: rgb(143,121,136); }
H1.HeaderClassName
{
color: #8F7988;
}
.AnyTagClassName
{
color: #8F7988;
}
</style>
background-color css
<style>
a { background-color: #8F7988; }
a { background-color: rgb(143,121,136); }
div.DivClassName
{
background-color: #8F7988;
}
.BgClassName
{
background-color: #8F7988;
}
</style>
border-color css
<style>
span { border-color: #8F7988; }
span { border-color: rgb(143,121,136); }
td.TdClassName
{
border-color: #8F7988;
}
.TagClassName
{
border-color: #8F7988;
}
</style>