Shades of Mountbatten Pink #8F7787
Tints of Mountbatten Pink #8F7787
RGB
CMYK
RGB Variations
Color information
#8F7787 (or 0x8F7787) is known color: Mountbatten Pink. HEX triplet: 8F, 77 and 87. RGB value is (143,119,135). Sum of RGB (Red+Green+Blue) = 143+119+135=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7787 is #708878. Grayscale: #7F7F7F. Windows color (decimal): -7374969 or 8877967. OLE color: 8877967.
HSL color Cylindrical-coordinate representation of color #8F7787: hue angle of 320º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7787 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 135 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.44 |
| HSL | 320º | 0.1% | 0.51% | - |
| HSV(B) | 320º | 0.17% | 0.56% | - |
| XYZ | 22.3 | 20.78 | 25.76 | - |
| YUV | 128 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 135 | 0 | 0.17 | 0.06 | 0.44 | 320 | 0.1 | 0.51 |
| Hex | 8F | 77 | 87 | 0 | 11 | 6 | 2C | 140 | A | 33 |
| Octal | 217 | 167 | 207 | 0 | 21 | 6 | 54 | 500 | 12 | 63 |
| Binary | 10001111 | 1110111 | 10000111 | 0 | 10001 | 110 | 101100 | 101000000 | 1010 | 110011 |
Color Harmonies of #8F7787
Complementary color
Monochromatic Colors of #8F7787
Black with #8F7787
Text Example
Text Example
White with #8F7787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7787; }
p { color: rgb(143,119,135); }
H1.HeaderClassName
{
color: #8F7787;
}
.AnyTagClassName
{
color: #8F7787;
}
</style>
background-color css
<style>
a { background-color: #8F7787; }
a { background-color: rgb(143,119,135); }
div.DivClassName
{
background-color: #8F7787;
}
.BgClassName
{
background-color: #8F7787;
}
</style>
border-color css
<style>
span { border-color: #8F7787; }
span { border-color: rgb(143,119,135); }
td.TdClassName
{
border-color: #8F7787;
}
.TagClassName
{
border-color: #8F7787;
}
</style>