Shades of Mountbatten Pink #927A87
Tints of Mountbatten Pink #927A87
RGB
CMYK
RGB Variations
Color information
#927A87 (or 0x927A87) is known color: Mountbatten Pink. HEX triplet: 92, 7A and 87. RGB value is (146,122,135). Sum of RGB (Red+Green+Blue) = 146+122+135=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A87 is #6D8578. Grayscale: #828282. Windows color (decimal): -7177593 or 8878738. OLE color: 8878738.
HSL color Cylindrical-coordinate representation of color #927A87: hue angle of 327.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927A87 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 135 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.43 |
| HSL | 327.5º | 0.1% | 0.53% | - |
| HSV(B) | 327.5º | 0.16% | 0.57% | - |
| XYZ | 23.19 | 21.78 | 25.9 | - |
| YUV | 130.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 135 | 0 | 0.16 | 0.08 | 0.43 | 327.5 | 0.1 | 0.53 |
| Hex | 92 | 7A | 87 | 0 | 10 | 8 | 2B | 148 | A | 35 |
| Octal | 222 | 172 | 207 | 0 | 20 | 10 | 53 | 510 | 12 | 65 |
| Binary | 10010010 | 1111010 | 10000111 | 0 | 10000 | 1000 | 101011 | 101001000 | 1010 | 110101 |
Color Harmonies of #927A87
Complementary color
Monochromatic Colors of #927A87
Black with #927A87
Text Example
Text Example
White with #927A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A87; }
p { color: rgb(146,122,135); }
H1.HeaderClassName
{
color: #927A87;
}
.AnyTagClassName
{
color: #927A87;
}
</style>
background-color css
<style>
a { background-color: #927A87; }
a { background-color: rgb(146,122,135); }
div.DivClassName
{
background-color: #927A87;
}
.BgClassName
{
background-color: #927A87;
}
</style>
border-color css
<style>
span { border-color: #927A87; }
span { border-color: rgb(146,122,135); }
td.TdClassName
{
border-color: #927A87;
}
.TagClassName
{
border-color: #927A87;
}
</style>