Shades of Mountbatten Pink #927D88
Tints of Mountbatten Pink #927D88
RGB
CMYK
RGB Variations
Color information
#927D88 (or 0x927D88) is known color: Mountbatten Pink. HEX triplet: 92, 7D and 88. RGB value is (146,125,136). Sum of RGB (Red+Green+Blue) = 146+125+136=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #927D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D88 is #6D8277. Grayscale: #848484. Windows color (decimal): -7176824 or 8945042. OLE color: 8945042.
HSL color Cylindrical-coordinate representation of color #927D88: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D88 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 136 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.43 |
| HSL | 328.57º | 0.09% | 0.53% | - |
| HSV(B) | 328.57º | 0.14% | 0.57% | - |
| XYZ | 23.63 | 22.56 | 26.4 | - |
| YUV | 132.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 136 | 0 | 0.14 | 0.07 | 0.43 | 328.57 | 0.09 | 0.53 |
| Hex | 92 | 7D | 88 | 0 | E | 7 | 2B | 149 | 9 | 35 |
| Octal | 222 | 175 | 210 | 0 | 16 | 7 | 53 | 511 | 11 | 65 |
| Binary | 10010010 | 1111101 | 10001000 | 0 | 1110 | 111 | 101011 | 101001001 | 1001 | 110101 |
Color Harmonies of #927D88
Complementary color
Monochromatic Colors of #927D88
Black with #927D88
Text Example
Text Example
White with #927D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D88; }
p { color: rgb(146,125,136); }
H1.HeaderClassName
{
color: #927D88;
}
.AnyTagClassName
{
color: #927D88;
}
</style>
background-color css
<style>
a { background-color: #927D88; }
a { background-color: rgb(146,125,136); }
div.DivClassName
{
background-color: #927D88;
}
.BgClassName
{
background-color: #927D88;
}
</style>
border-color css
<style>
span { border-color: #927D88; }
span { border-color: rgb(146,125,136); }
td.TdClassName
{
border-color: #927D88;
}
.TagClassName
{
border-color: #927D88;
}
</style>