Shades of Mountbatten Pink #8F7687
Tints of Mountbatten Pink #8F7687
RGB
CMYK
RGB Variations
Color information
#8F7687 (or 0x8F7687) is known color: Mountbatten Pink. HEX triplet: 8F, 76 and 87. RGB value is (143,118,135). Sum of RGB (Red+Green+Blue) = 143+118+135=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7687 is #708978. Grayscale: #7F7F7F. Windows color (decimal): -7375225 or 8877711. OLE color: 8877711.
HSL color Cylindrical-coordinate representation of color #8F7687: hue angle of 319.2º 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 #8F7687 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 135 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.44 |
| HSL | 319.2º | 0.1% | 0.51% | - |
| HSV(B) | 319.2º | 0.17% | 0.56% | - |
| XYZ | 22.18 | 20.55 | 25.72 | - |
| YUV | 127.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 135 | 0 | 0.17 | 0.06 | 0.44 | 319.2 | 0.1 | 0.51 |
| Hex | 8F | 76 | 87 | 0 | 11 | 6 | 2C | 13F | A | 33 |
| Octal | 217 | 166 | 207 | 0 | 21 | 6 | 54 | 477 | 12 | 63 |
| Binary | 10001111 | 1110110 | 10000111 | 0 | 10001 | 110 | 101100 | 100111111 | 1010 | 110011 |
Color Harmonies of #8F7687
Complementary color
Monochromatic Colors of #8F7687
Black with #8F7687
Text Example
Text Example
White with #8F7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7687; }
p { color: rgb(143,118,135); }
H1.HeaderClassName
{
color: #8F7687;
}
.AnyTagClassName
{
color: #8F7687;
}
</style>
background-color css
<style>
a { background-color: #8F7687; }
a { background-color: rgb(143,118,135); }
div.DivClassName
{
background-color: #8F7687;
}
.BgClassName
{
background-color: #8F7687;
}
</style>
border-color css
<style>
span { border-color: #8F7687; }
span { border-color: rgb(143,118,135); }
td.TdClassName
{
border-color: #8F7687;
}
.TagClassName
{
border-color: #8F7687;
}
</style>