Shades of Mountbatten Pink #8E7A85
Tints of Mountbatten Pink #8E7A85
RGB
CMYK
RGB Variations
Color information
#8E7A85 (or 0x8E7A85) is known color: Mountbatten Pink. HEX triplet: 8E, 7A and 85. RGB value is (142,122,133). Sum of RGB (Red+Green+Blue) = 142+122+133=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7A85 is #71857A. Grayscale: #818181. Windows color (decimal): -7439739 or 8747662. OLE color: 8747662.
HSL color Cylindrical-coordinate representation of color #8E7A85: hue angle of 327º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A85 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 133 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.44 |
| HSL | 327º | 0.08% | 0.52% | - |
| HSV(B) | 327º | 0.14% | 0.56% | - |
| XYZ | 22.35 | 21.36 | 25.14 | - |
| YUV | 129.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 133 | 0 | 0.14 | 0.06 | 0.44 | 327 | 0.08 | 0.52 |
| Hex | 8E | 7A | 85 | 0 | E | 6 | 2C | 147 | 8 | 34 |
| Octal | 216 | 172 | 205 | 0 | 16 | 6 | 54 | 507 | 10 | 64 |
| Binary | 10001110 | 1111010 | 10000101 | 0 | 1110 | 110 | 101100 | 101000111 | 1000 | 110100 |
Color Harmonies of #8E7A85
Complementary color
Monochromatic Colors of #8E7A85
Black with #8E7A85
Text Example
Text Example
White with #8E7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A85; }
p { color: rgb(142,122,133); }
H1.HeaderClassName
{
color: #8E7A85;
}
.AnyTagClassName
{
color: #8E7A85;
}
</style>
background-color css
<style>
a { background-color: #8E7A85; }
a { background-color: rgb(142,122,133); }
div.DivClassName
{
background-color: #8E7A85;
}
.BgClassName
{
background-color: #8E7A85;
}
</style>
border-color css
<style>
span { border-color: #8E7A85; }
span { border-color: rgb(142,122,133); }
td.TdClassName
{
border-color: #8E7A85;
}
.TagClassName
{
border-color: #8E7A85;
}
</style>