Shades of Mountbatten Pink #917A88
Tints of Mountbatten Pink #917A88
RGB
CMYK
RGB Variations
Color information
#917A88 (or 0x917A88) is known color: Mountbatten Pink. HEX triplet: 91, 7A and 88. RGB value is (145,122,136). Sum of RGB (Red+Green+Blue) = 145+122+136=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #917A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A88 is #6E8577. Grayscale: #828282. Windows color (decimal): -7243128 or 8944273. OLE color: 8944273.
HSL color Cylindrical-coordinate representation of color #917A88: hue angle of 323.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A88 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 136 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.43 |
| HSL | 323.48º | 0.09% | 0.52% | - |
| HSV(B) | 323.48º | 0.16% | 0.57% | - |
| XYZ | 23.08 | 21.72 | 26.27 | - |
| YUV | 130.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 136 | 0 | 0.16 | 0.06 | 0.43 | 323.48 | 0.09 | 0.52 |
| Hex | 91 | 7A | 88 | 0 | 10 | 6 | 2B | 143 | 9 | 34 |
| Octal | 221 | 172 | 210 | 0 | 20 | 6 | 53 | 503 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10001000 | 0 | 10000 | 110 | 101011 | 101000011 | 1001 | 110100 |
Color Harmonies of #917A88
Complementary color
Monochromatic Colors of #917A88
Black with #917A88
Text Example
Text Example
White with #917A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A88; }
p { color: rgb(145,122,136); }
H1.HeaderClassName
{
color: #917A88;
}
.AnyTagClassName
{
color: #917A88;
}
</style>
background-color css
<style>
a { background-color: #917A88; }
a { background-color: rgb(145,122,136); }
div.DivClassName
{
background-color: #917A88;
}
.BgClassName
{
background-color: #917A88;
}
</style>
border-color css
<style>
span { border-color: #917A88; }
span { border-color: rgb(145,122,136); }
td.TdClassName
{
border-color: #917A88;
}
.TagClassName
{
border-color: #917A88;
}
</style>