Shades of Mountbatten Pink #97798D
Tints of Mountbatten Pink #97798D
RGB
CMYK
RGB Variations
Color information
#97798D (or 0x97798D) is known color: Mountbatten Pink. HEX triplet: 97, 79 and 8D. RGB value is (151,121,141). Sum of RGB (Red+Green+Blue) = 151+121+141=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #97798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97798D is #688672. Grayscale: #848484. Windows color (decimal): -6850163 or 9271703. OLE color: 9271703.
HSL color Cylindrical-coordinate representation of color #97798D: hue angle of 320º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97798D is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 121 | 141 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.41 |
| HSL | 320º | 0.13% | 0.53% | - |
| HSV(B) | 320º | 0.2% | 0.59% | - |
| XYZ | 24.41 | 22.18 | 28.19 | - |
| YUV | 132.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 141 | 0 | 0.20 | 0.07 | 0.41 | 320 | 0.13 | 0.53 |
| Hex | 97 | 79 | 8D | 0 | 14 | 7 | 29 | 140 | D | 35 |
| Octal | 227 | 171 | 215 | 0 | 24 | 7 | 51 | 500 | 15 | 65 |
| Binary | 10010111 | 1111001 | 10001101 | 0 | 10100 | 111 | 101001 | 101000000 | 1101 | 110101 |
Color Harmonies of #97798D
Complementary color
Monochromatic Colors of #97798D
Black with #97798D
Text Example
Text Example
White with #97798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97798D; }
p { color: rgb(151,121,141); }
H1.HeaderClassName
{
color: #97798D;
}
.AnyTagClassName
{
color: #97798D;
}
</style>
background-color css
<style>
a { background-color: #97798D; }
a { background-color: rgb(151,121,141); }
div.DivClassName
{
background-color: #97798D;
}
.BgClassName
{
background-color: #97798D;
}
</style>
border-color css
<style>
span { border-color: #97798D; }
span { border-color: rgb(151,121,141); }
td.TdClassName
{
border-color: #97798D;
}
.TagClassName
{
border-color: #97798D;
}
</style>