Shades of Mountbatten Pink #8F7788
Tints of Mountbatten Pink #8F7788
RGB
CMYK
RGB Variations
Color information
#8F7788 (or 0x8F7788) is known color: Mountbatten Pink. HEX triplet: 8F, 77 and 88. RGB value is (143,119,136). Sum of RGB (Red+Green+Blue) = 143+119+136=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7788 is #708877. Grayscale: #808080. Windows color (decimal): -7374968 or 8943503. OLE color: 8943503.
HSL color Cylindrical-coordinate representation of color #8F7788: hue angle of 317.5º 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 #8F7788 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 136 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.44 |
| HSL | 317.5º | 0.1% | 0.51% | - |
| HSV(B) | 317.5º | 0.17% | 0.56% | - |
| XYZ | 22.37 | 20.81 | 26.13 | - |
| YUV | 128.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 136 | 0 | 0.17 | 0.05 | 0.44 | 317.5 | 0.1 | 0.51 |
| Hex | 8F | 77 | 88 | 0 | 11 | 5 | 2C | 13E | A | 33 |
| Octal | 217 | 167 | 210 | 0 | 21 | 5 | 54 | 476 | 12 | 63 |
| Binary | 10001111 | 1110111 | 10001000 | 0 | 10001 | 101 | 101100 | 100111110 | 1010 | 110011 |
Color Harmonies of #8F7788
Complementary color
Monochromatic Colors of #8F7788
Black with #8F7788
Text Example
Text Example
White with #8F7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7788; }
p { color: rgb(143,119,136); }
H1.HeaderClassName
{
color: #8F7788;
}
.AnyTagClassName
{
color: #8F7788;
}
</style>
background-color css
<style>
a { background-color: #8F7788; }
a { background-color: rgb(143,119,136); }
div.DivClassName
{
background-color: #8F7788;
}
.BgClassName
{
background-color: #8F7788;
}
</style>
border-color css
<style>
span { border-color: #8F7788; }
span { border-color: rgb(143,119,136); }
td.TdClassName
{
border-color: #8F7788;
}
.TagClassName
{
border-color: #8F7788;
}
</style>