Shades of Mountbatten Pink #927B88
Tints of Mountbatten Pink #927B88
RGB
CMYK
RGB Variations
Color information
#927B88 (or 0x927B88) is known color: Mountbatten Pink. HEX triplet: 92, 7B and 88. RGB value is (146,123,136). Sum of RGB (Red+Green+Blue) = 146+123+136=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #927B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B88 is #6D8477. Grayscale: #838383. Windows color (decimal): -7177336 or 8944530. OLE color: 8944530.
HSL color Cylindrical-coordinate representation of color #927B88: hue angle of 326.09º 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 #927B88 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 136 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.43 |
| HSL | 326.09º | 0.1% | 0.53% | - |
| HSV(B) | 326.09º | 0.16% | 0.57% | - |
| XYZ | 23.38 | 22.05 | 26.32 | - |
| YUV | 131.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 136 | 0 | 0.16 | 0.07 | 0.43 | 326.09 | 0.1 | 0.53 |
| Hex | 92 | 7B | 88 | 0 | 10 | 7 | 2B | 146 | A | 35 |
| Octal | 222 | 173 | 210 | 0 | 20 | 7 | 53 | 506 | 12 | 65 |
| Binary | 10010010 | 1111011 | 10001000 | 0 | 10000 | 111 | 101011 | 101000110 | 1010 | 110101 |
Color Harmonies of #927B88
Complementary color
Monochromatic Colors of #927B88
Black with #927B88
Text Example
Text Example
White with #927B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B88; }
p { color: rgb(146,123,136); }
H1.HeaderClassName
{
color: #927B88;
}
.AnyTagClassName
{
color: #927B88;
}
</style>
background-color css
<style>
a { background-color: #927B88; }
a { background-color: rgb(146,123,136); }
div.DivClassName
{
background-color: #927B88;
}
.BgClassName
{
background-color: #927B88;
}
</style>
border-color css
<style>
span { border-color: #927B88; }
span { border-color: rgb(146,123,136); }
td.TdClassName
{
border-color: #927B88;
}
.TagClassName
{
border-color: #927B88;
}
</style>