Shades of Mountbatten Pink #997F8C
Tints of Mountbatten Pink #997F8C
RGB
CMYK
RGB Variations
Color information
#997F8C (or 0x997F8C) is known color: Mountbatten Pink. HEX triplet: 99, 7F and 8C. RGB value is (153,127,140). Sum of RGB (Red+Green+Blue) = 153+127+140=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F8C is #668073. Grayscale: #888888. Windows color (decimal): -6717556 or 9207705. OLE color: 9207705.
HSL color Cylindrical-coordinate representation of color #997F8C: hue angle of 330º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F8C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 140 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.4 |
| HSL | 330º | 0.11% | 0.55% | - |
| HSV(B) | 330º | 0.17% | 0.6% | - |
| XYZ | 25.46 | 23.84 | 28.07 | - |
| YUV | 136.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 140 | 0 | 0.17 | 0.08 | 0.4 | 330 | 0.11 | 0.55 |
| Hex | 99 | 7F | 8C | 0 | 11 | 8 | 28 | 14A | B | 37 |
| Octal | 231 | 177 | 214 | 0 | 21 | 10 | 50 | 512 | 13 | 67 |
| Binary | 10011001 | 1111111 | 10001100 | 0 | 10001 | 1000 | 101000 | 101001010 | 1011 | 110111 |
Color Harmonies of #997F8C
Complementary color
Monochromatic Colors of #997F8C
Black with #997F8C
Text Example
Text Example
White with #997F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F8C; }
p { color: rgb(153,127,140); }
H1.HeaderClassName
{
color: #997F8C;
}
.AnyTagClassName
{
color: #997F8C;
}
</style>
background-color css
<style>
a { background-color: #997F8C; }
a { background-color: rgb(153,127,140); }
div.DivClassName
{
background-color: #997F8C;
}
.BgClassName
{
background-color: #997F8C;
}
</style>
border-color css
<style>
span { border-color: #997F8C; }
span { border-color: rgb(153,127,140); }
td.TdClassName
{
border-color: #997F8C;
}
.TagClassName
{
border-color: #997F8C;
}
</style>