Shades of Mountbatten Pink #937C88
Tints of Mountbatten Pink #937C88
RGB
CMYK
RGB Variations
Color information
#937C88 (or 0x937C88) is known color: Mountbatten Pink. HEX triplet: 93, 7C and 88. RGB value is (147,124,136). Sum of RGB (Red+Green+Blue) = 147+124+136=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #937C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C88 is #6C8377. Grayscale: #848484. Windows color (decimal): -7111544 or 8944787. OLE color: 8944787.
HSL color Cylindrical-coordinate representation of color #937C88: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937C88 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 136 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.42 |
| HSL | 328.7º | 0.1% | 0.53% | - |
| HSV(B) | 328.7º | 0.16% | 0.58% | - |
| XYZ | 23.68 | 22.4 | 26.37 | - |
| YUV | 132.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 136 | 0 | 0.16 | 0.07 | 0.42 | 328.7 | 0.1 | 0.53 |
| Hex | 93 | 7C | 88 | 0 | 10 | 7 | 2A | 149 | A | 35 |
| Octal | 223 | 174 | 210 | 0 | 20 | 7 | 52 | 511 | 12 | 65 |
| Binary | 10010011 | 1111100 | 10001000 | 0 | 10000 | 111 | 101010 | 101001001 | 1010 | 110101 |
Color Harmonies of #937C88
Complementary color
Monochromatic Colors of #937C88
Black with #937C88
Text Example
Text Example
White with #937C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C88; }
p { color: rgb(147,124,136); }
H1.HeaderClassName
{
color: #937C88;
}
.AnyTagClassName
{
color: #937C88;
}
</style>
background-color css
<style>
a { background-color: #937C88; }
a { background-color: rgb(147,124,136); }
div.DivClassName
{
background-color: #937C88;
}
.BgClassName
{
background-color: #937C88;
}
</style>
border-color css
<style>
span { border-color: #937C88; }
span { border-color: rgb(147,124,136); }
td.TdClassName
{
border-color: #937C88;
}
.TagClassName
{
border-color: #937C88;
}
</style>