Shades of Mountbatten Pink #917E88
Tints of Mountbatten Pink #917E88
RGB
CMYK
RGB Variations
Color information
#917E88 (or 0x917E88) is known color: Mountbatten Pink. HEX triplet: 91, 7E and 88. RGB value is (145,126,136). Sum of RGB (Red+Green+Blue) = 145+126+136=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #917E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E88 is #6E8177. Grayscale: #848484. Windows color (decimal): -7242104 or 8945297. OLE color: 8945297.
HSL color Cylindrical-coordinate representation of color #917E88: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E88 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 136 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.43 |
| HSL | 328.42º | 0.08% | 0.53% | - |
| HSV(B) | 328.42º | 0.13% | 0.57% | - |
| XYZ | 23.58 | 22.72 | 26.43 | - |
| YUV | 132.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 136 | 0 | 0.13 | 0.06 | 0.43 | 328.42 | 0.08 | 0.53 |
| Hex | 91 | 7E | 88 | 0 | D | 6 | 2B | 148 | 8 | 35 |
| Octal | 221 | 176 | 210 | 0 | 15 | 6 | 53 | 510 | 10 | 65 |
| Binary | 10010001 | 1111110 | 10001000 | 0 | 1101 | 110 | 101011 | 101001000 | 1000 | 110101 |
Color Harmonies of #917E88
Complementary color
Monochromatic Colors of #917E88
Black with #917E88
Text Example
Text Example
White with #917E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E88; }
p { color: rgb(145,126,136); }
H1.HeaderClassName
{
color: #917E88;
}
.AnyTagClassName
{
color: #917E88;
}
</style>
background-color css
<style>
a { background-color: #917E88; }
a { background-color: rgb(145,126,136); }
div.DivClassName
{
background-color: #917E88;
}
.BgClassName
{
background-color: #917E88;
}
</style>
border-color css
<style>
span { border-color: #917E88; }
span { border-color: rgb(145,126,136); }
td.TdClassName
{
border-color: #917E88;
}
.TagClassName
{
border-color: #917E88;
}
</style>