Shades of Mountbatten Pink #977A8D
Tints of Mountbatten Pink #977A8D
RGB
CMYK
RGB Variations
Color information
#977A8D (or 0x977A8D) is known color: Mountbatten Pink. HEX triplet: 97, 7A and 8D. RGB value is (151,122,141). Sum of RGB (Red+Green+Blue) = 151+122+141=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A8D is #688572. Grayscale: #848484. Windows color (decimal): -6849907 or 9271959. OLE color: 9271959.
HSL color Cylindrical-coordinate representation of color #977A8D: hue angle of 320.69º 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 #977A8D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
RGB | 151 | 122 | 141 | - |
CMYK | 0 | 0.19 | 0.07 | 0.41 |
HSL | 320.69º | 0.12% | 0.54% | - |
HSV(B) | 320.69º | 0.19% | 0.59% | - |
XYZ | 24.53 | 22.42 | 28.23 | - |
YUV | 132.84 | 132.61 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 122 | 141 | 0 | 0.19 | 0.07 | 0.41 | 320.69 | 0.12 | 0.54 |
Hex | 97 | 7A | 8D | 0 | 13 | 7 | 29 | 141 | C | 36 |
Octal | 227 | 172 | 215 | 0 | 23 | 7 | 51 | 501 | 14 | 66 |
Binary | 10010111 | 1111010 | 10001101 | 0 | 10011 | 111 | 101001 | 101000001 | 1100 | 110110 |
Color Harmonies of #977A8D
Complementary color
Monochromatic Colors of #977A8D
Black with #977A8D
Text Example
Text Example
White with #977A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A8D; }
p { color: rgb(151,122,141); }
H1.HeaderClassName
{
color: #977A8D;
}
.AnyTagClassName
{
color: #977A8D;
}
</style>
background-color css
<style>
a { background-color: #977A8D; }
a { background-color: rgb(151,122,141); }
div.DivClassName
{
background-color: #977A8D;
}
.BgClassName
{
background-color: #977A8D;
}
</style>
border-color css
<style>
span { border-color: #977A8D; }
span { border-color: rgb(151,122,141); }
td.TdClassName
{
border-color: #977A8D;
}
.TagClassName
{
border-color: #977A8D;
}
</style>