Shades of Mountbatten Pink #967A87
Tints of Mountbatten Pink #967A87
RGB
CMYK
RGB Variations
Color information
#967A87 (or 0x967A87) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 87. RGB value is (150,122,135). Sum of RGB (Red+Green+Blue) = 150+122+135=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #967A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A87 is #698578. Grayscale: #838383. Windows color (decimal): -6915449 or 8878742. OLE color: 8878742.
HSL color Cylindrical-coordinate representation of color #967A87: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A87 is Cyan = 0, Magento = 0.19, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 135 | - |
| CMYK | 0 | 0.19 | 0.1 | 0.41 |
| HSL | 332.14º | 0.12% | 0.53% | - |
| HSV(B) | 332.14º | 0.19% | 0.59% | - |
| XYZ | 23.91 | 22.15 | 25.94 | - |
| YUV | 131.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 135 | 0 | 0.19 | 0.1 | 0.41 | 332.14 | 0.12 | 0.53 |
| Hex | 96 | 7A | 87 | 0 | 13 | A | 29 | 14C | C | 35 |
| Octal | 226 | 172 | 207 | 0 | 23 | 12 | 51 | 514 | 14 | 65 |
| Binary | 10010110 | 1111010 | 10000111 | 0 | 10011 | 1010 | 101001 | 101001100 | 1100 | 110101 |
Color Harmonies of #967A87
Complementary color
Monochromatic Colors of #967A87
Black with #967A87
Text Example
Text Example
White with #967A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A87; }
p { color: rgb(150,122,135); }
H1.HeaderClassName
{
color: #967A87;
}
.AnyTagClassName
{
color: #967A87;
}
</style>
background-color css
<style>
a { background-color: #967A87; }
a { background-color: rgb(150,122,135); }
div.DivClassName
{
background-color: #967A87;
}
.BgClassName
{
background-color: #967A87;
}
</style>
border-color css
<style>
span { border-color: #967A87; }
span { border-color: rgb(150,122,135); }
td.TdClassName
{
border-color: #967A87;
}
.TagClassName
{
border-color: #967A87;
}
</style>