Shades of Mountbatten Pink #917B88
Tints of Mountbatten Pink #917B88
RGB
CMYK
RGB Variations
Color information
#917B88 (or 0x917B88) is known color: Mountbatten Pink. HEX triplet: 91, 7B and 88. RGB value is (145,123,136). Sum of RGB (Red+Green+Blue) = 145+123+136=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #917B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B88 is #6E8477. Grayscale: #838383. Windows color (decimal): -7242872 or 8944529. OLE color: 8944529.
HSL color Cylindrical-coordinate representation of color #917B88: hue angle of 324.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917B88 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 136 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.43 |
| HSL | 324.55º | 0.09% | 0.53% | - |
| HSV(B) | 324.55º | 0.15% | 0.57% | - |
| XYZ | 23.2 | 21.96 | 26.31 | - |
| YUV | 131.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 136 | 0 | 0.15 | 0.06 | 0.43 | 324.55 | 0.09 | 0.53 |
| Hex | 91 | 7B | 88 | 0 | F | 6 | 2B | 145 | 9 | 35 |
| Octal | 221 | 173 | 210 | 0 | 17 | 6 | 53 | 505 | 11 | 65 |
| Binary | 10010001 | 1111011 | 10001000 | 0 | 1111 | 110 | 101011 | 101000101 | 1001 | 110101 |
Color Harmonies of #917B88
Complementary color
Monochromatic Colors of #917B88
Black with #917B88
Text Example
Text Example
White with #917B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B88; }
p { color: rgb(145,123,136); }
H1.HeaderClassName
{
color: #917B88;
}
.AnyTagClassName
{
color: #917B88;
}
</style>
background-color css
<style>
a { background-color: #917B88; }
a { background-color: rgb(145,123,136); }
div.DivClassName
{
background-color: #917B88;
}
.BgClassName
{
background-color: #917B88;
}
</style>
border-color css
<style>
span { border-color: #917B88; }
span { border-color: rgb(145,123,136); }
td.TdClassName
{
border-color: #917B88;
}
.TagClassName
{
border-color: #917B88;
}
</style>