Shades of Mountbatten Pink #937C8B
Tints of Mountbatten Pink #937C8B
RGB
CMYK
RGB Variations
Color information
#937C8B (or 0x937C8B) is known color: Mountbatten Pink. HEX triplet: 93, 7C and 8B. RGB value is (147,124,139). Sum of RGB (Red+Green+Blue) = 147+124+139=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #937C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C8B is #6C8374. Grayscale: #848484. Windows color (decimal): -7111541 or 9141395. OLE color: 9141395.
HSL color Cylindrical-coordinate representation of color #937C8B: hue angle of 320.87º 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 #937C8B is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 139 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.42 |
| HSL | 320.87º | 0.1% | 0.53% | - |
| HSV(B) | 320.87º | 0.16% | 0.58% | - |
| XYZ | 23.9 | 22.48 | 27.51 | - |
| YUV | 132.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 139 | 0 | 0.16 | 0.05 | 0.42 | 320.87 | 0.1 | 0.53 |
| Hex | 93 | 7C | 8B | 0 | 10 | 5 | 2A | 141 | A | 35 |
| Octal | 223 | 174 | 213 | 0 | 20 | 5 | 52 | 501 | 12 | 65 |
| Binary | 10010011 | 1111100 | 10001011 | 0 | 10000 | 101 | 101010 | 101000001 | 1010 | 110101 |
Color Harmonies of #937C8B
Complementary color
Monochromatic Colors of #937C8B
Black with #937C8B
Text Example
Text Example
White with #937C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C8B; }
p { color: rgb(147,124,139); }
H1.HeaderClassName
{
color: #937C8B;
}
.AnyTagClassName
{
color: #937C8B;
}
</style>
background-color css
<style>
a { background-color: #937C8B; }
a { background-color: rgb(147,124,139); }
div.DivClassName
{
background-color: #937C8B;
}
.BgClassName
{
background-color: #937C8B;
}
</style>
border-color css
<style>
span { border-color: #937C8B; }
span { border-color: rgb(147,124,139); }
td.TdClassName
{
border-color: #937C8B;
}
.TagClassName
{
border-color: #937C8B;
}
</style>