Shades of Mountbatten Pink #977B8C
Tints of Mountbatten Pink #977B8C
RGB
CMYK
RGB Variations
Color information
#977B8C (or 0x977B8C) is known color: Mountbatten Pink. HEX triplet: 97, 7B and 8C. RGB value is (151,123,140). Sum of RGB (Red+Green+Blue) = 151+123+140=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B8C is #688473. Grayscale: #858585. Windows color (decimal): -6849652 or 9206679. OLE color: 9206679.
HSL color Cylindrical-coordinate representation of color #977B8C: hue angle of 323.57º 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 #977B8C is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 140 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.41 |
| HSL | 323.57º | 0.12% | 0.54% | - |
| HSV(B) | 323.57º | 0.19% | 0.59% | - |
| XYZ | 24.58 | 22.64 | 27.89 | - |
| YUV | 133.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 140 | 0 | 0.19 | 0.07 | 0.41 | 323.57 | 0.12 | 0.54 |
| Hex | 97 | 7B | 8C | 0 | 13 | 7 | 29 | 144 | C | 36 |
| Octal | 227 | 173 | 214 | 0 | 23 | 7 | 51 | 504 | 14 | 66 |
| Binary | 10010111 | 1111011 | 10001100 | 0 | 10011 | 111 | 101001 | 101000100 | 1100 | 110110 |
Color Harmonies of #977B8C
Complementary color
Monochromatic Colors of #977B8C
Black with #977B8C
Text Example
Text Example
White with #977B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B8C; }
p { color: rgb(151,123,140); }
H1.HeaderClassName
{
color: #977B8C;
}
.AnyTagClassName
{
color: #977B8C;
}
</style>
background-color css
<style>
a { background-color: #977B8C; }
a { background-color: rgb(151,123,140); }
div.DivClassName
{
background-color: #977B8C;
}
.BgClassName
{
background-color: #977B8C;
}
</style>
border-color css
<style>
span { border-color: #977B8C; }
span { border-color: rgb(151,123,140); }
td.TdClassName
{
border-color: #977B8C;
}
.TagClassName
{
border-color: #977B8C;
}
</style>