Shades of Mountbatten Pink #97828D
Tints of Mountbatten Pink #97828D
RGB
CMYK
RGB Variations
Color information
#97828D (or 0x97828D) is known color: Mountbatten Pink. HEX triplet: 97, 82 and 8D. RGB value is (151,130,141). Sum of RGB (Red+Green+Blue) = 151+130+141=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #97828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97828D is #687D72. Grayscale: #898989. Windows color (decimal): -6847859 or 9274007. OLE color: 9274007.
HSL color Cylindrical-coordinate representation of color #97828D: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97828D is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 141 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.41 |
| HSL | 328.57º | 0.09% | 0.55% | - |
| HSV(B) | 328.57º | 0.14% | 0.59% | - |
| XYZ | 25.55 | 24.47 | 28.58 | - |
| YUV | 137.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 141 | 0 | 0.14 | 0.07 | 0.41 | 328.57 | 0.09 | 0.55 |
| Hex | 97 | 82 | 8D | 0 | E | 7 | 29 | 149 | 9 | 37 |
| Octal | 227 | 202 | 215 | 0 | 16 | 7 | 51 | 511 | 11 | 67 |
| Binary | 10010111 | 10000010 | 10001101 | 0 | 1110 | 111 | 101001 | 101001001 | 1001 | 110111 |
Color Harmonies of #97828D
Complementary color
Monochromatic Colors of #97828D
Black with #97828D
Text Example
Text Example
White with #97828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97828D; }
p { color: rgb(151,130,141); }
H1.HeaderClassName
{
color: #97828D;
}
.AnyTagClassName
{
color: #97828D;
}
</style>
background-color css
<style>
a { background-color: #97828D; }
a { background-color: rgb(151,130,141); }
div.DivClassName
{
background-color: #97828D;
}
.BgClassName
{
background-color: #97828D;
}
</style>
border-color css
<style>
span { border-color: #97828D; }
span { border-color: rgb(151,130,141); }
td.TdClassName
{
border-color: #97828D;
}
.TagClassName
{
border-color: #97828D;
}
</style>