Shades of Mountbatten Pink #927C89
Tints of Mountbatten Pink #927C89
RGB
CMYK
RGB Variations
Color information
#927C89 (or 0x927C89) is known color: Mountbatten Pink. HEX triplet: 92, 7C and 89. RGB value is (146,124,137). Sum of RGB (Red+Green+Blue) = 146+124+137=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #927C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C89 is #6D8376. Grayscale: #848484. Windows color (decimal): -7177079 or 9010322. OLE color: 9010322.
HSL color Cylindrical-coordinate representation of color #927C89: 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 #927C89 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 137 | - |
| 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.58 | 22.33 | 26.73 | - |
| YUV | 132.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 137 | 0 | 0.15 | 0.06 | 0.43 | 324.55 | 0.09 | 0.53 |
| Hex | 92 | 7C | 89 | 0 | F | 6 | 2B | 145 | 9 | 35 |
| Octal | 222 | 174 | 211 | 0 | 17 | 6 | 53 | 505 | 11 | 65 |
| Binary | 10010010 | 1111100 | 10001001 | 0 | 1111 | 110 | 101011 | 101000101 | 1001 | 110101 |
Color Harmonies of #927C89
Complementary color
Monochromatic Colors of #927C89
Black with #927C89
Text Example
Text Example
White with #927C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C89; }
p { color: rgb(146,124,137); }
H1.HeaderClassName
{
color: #927C89;
}
.AnyTagClassName
{
color: #927C89;
}
</style>
background-color css
<style>
a { background-color: #927C89; }
a { background-color: rgb(146,124,137); }
div.DivClassName
{
background-color: #927C89;
}
.BgClassName
{
background-color: #927C89;
}
</style>
border-color css
<style>
span { border-color: #927C89; }
span { border-color: rgb(146,124,137); }
td.TdClassName
{
border-color: #927C89;
}
.TagClassName
{
border-color: #927C89;
}
</style>