Shades of Mountbatten Pink #977F8D
Tints of Mountbatten Pink #977F8D
RGB
CMYK
RGB Variations
Color information
#977F8D (or 0x977F8D) is known color: Mountbatten Pink. HEX triplet: 97, 7F and 8D. RGB value is (151,127,141). Sum of RGB (Red+Green+Blue) = 151+127+141=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #977F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F8D is #688072. Grayscale: #878787. Windows color (decimal): -6848627 or 9273239. OLE color: 9273239.
HSL color Cylindrical-coordinate representation of color #977F8D: hue angle of 325º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F8D is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 141 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.41 |
| HSL | 325º | 0.1% | 0.55% | - |
| HSV(B) | 325º | 0.16% | 0.59% | - |
| XYZ | 25.16 | 23.68 | 28.44 | - |
| YUV | 135.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 141 | 0 | 0.16 | 0.07 | 0.41 | 325 | 0.1 | 0.55 |
| Hex | 97 | 7F | 8D | 0 | 10 | 7 | 29 | 145 | A | 37 |
| Octal | 227 | 177 | 215 | 0 | 20 | 7 | 51 | 505 | 12 | 67 |
| Binary | 10010111 | 1111111 | 10001101 | 0 | 10000 | 111 | 101001 | 101000101 | 1010 | 110111 |
Color Harmonies of #977F8D
Complementary color
Monochromatic Colors of #977F8D
Black with #977F8D
Text Example
Text Example
White with #977F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F8D; }
p { color: rgb(151,127,141); }
H1.HeaderClassName
{
color: #977F8D;
}
.AnyTagClassName
{
color: #977F8D;
}
</style>
background-color css
<style>
a { background-color: #977F8D; }
a { background-color: rgb(151,127,141); }
div.DivClassName
{
background-color: #977F8D;
}
.BgClassName
{
background-color: #977F8D;
}
</style>
border-color css
<style>
span { border-color: #977F8D; }
span { border-color: rgb(151,127,141); }
td.TdClassName
{
border-color: #977F8D;
}
.TagClassName
{
border-color: #977F8D;
}
</style>