Shades of Mountbatten Pink #977A8E
Tints of Mountbatten Pink #977A8E
RGB
CMYK
RGB Variations
Color information
#977A8E (or 0x977A8E) is known color: Mountbatten Pink. HEX triplet: 97, 7A and 8E. RGB value is (151,122,142). Sum of RGB (Red+Green+Blue) = 151+122+142=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #977A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A8E is #688571. Grayscale: #848484. Windows color (decimal): -6849906 or 9337495. OLE color: 9337495.
HSL color Cylindrical-coordinate representation of color #977A8E: hue angle of 318.62º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977A8E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 142 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.41 |
| HSL | 318.62º | 0.12% | 0.54% | - |
| HSV(B) | 318.62º | 0.19% | 0.59% | - |
| XYZ | 24.6 | 22.45 | 28.63 | - |
| YUV | 132.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 142 | 0 | 0.19 | 0.06 | 0.41 | 318.62 | 0.12 | 0.54 |
| Hex | 97 | 7A | 8E | 0 | 13 | 6 | 29 | 13F | C | 36 |
| Octal | 227 | 172 | 216 | 0 | 23 | 6 | 51 | 477 | 14 | 66 |
| Binary | 10010111 | 1111010 | 10001110 | 0 | 10011 | 110 | 101001 | 100111111 | 1100 | 110110 |
Color Harmonies of #977A8E
Complementary color
Monochromatic Colors of #977A8E
Black with #977A8E
Text Example
Text Example
White with #977A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A8E; }
p { color: rgb(151,122,142); }
H1.HeaderClassName
{
color: #977A8E;
}
.AnyTagClassName
{
color: #977A8E;
}
</style>
background-color css
<style>
a { background-color: #977A8E; }
a { background-color: rgb(151,122,142); }
div.DivClassName
{
background-color: #977A8E;
}
.BgClassName
{
background-color: #977A8E;
}
</style>
border-color css
<style>
span { border-color: #977A8E; }
span { border-color: rgb(151,122,142); }
td.TdClassName
{
border-color: #977A8E;
}
.TagClassName
{
border-color: #977A8E;
}
</style>