Shades of Mountbatten Pink #937F8B
Tints of Mountbatten Pink #937F8B
RGB
CMYK
RGB Variations
Color information
#937F8B (or 0x937F8B) is known color: Mountbatten Pink. HEX triplet: 93, 7F and 8B. RGB value is (147,127,139). Sum of RGB (Red+Green+Blue) = 147+127+139=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #937F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F8B is #6C8074. Grayscale: #868686. Windows color (decimal): -7110773 or 9142163. OLE color: 9142163.
HSL color Cylindrical-coordinate representation of color #937F8B: hue angle of 324º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F8B is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 139 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.42 |
| HSL | 324º | 0.08% | 0.54% | - |
| HSV(B) | 324º | 0.14% | 0.58% | - |
| XYZ | 24.28 | 23.25 | 27.63 | - |
| YUV | 134.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 139 | 0 | 0.14 | 0.05 | 0.42 | 324 | 0.08 | 0.54 |
| Hex | 93 | 7F | 8B | 0 | E | 5 | 2A | 144 | 8 | 36 |
| Octal | 223 | 177 | 213 | 0 | 16 | 5 | 52 | 504 | 10 | 66 |
| Binary | 10010011 | 1111111 | 10001011 | 0 | 1110 | 101 | 101010 | 101000100 | 1000 | 110110 |
Color Harmonies of #937F8B
Complementary color
Monochromatic Colors of #937F8B
Black with #937F8B
Text Example
Text Example
White with #937F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F8B; }
p { color: rgb(147,127,139); }
H1.HeaderClassName
{
color: #937F8B;
}
.AnyTagClassName
{
color: #937F8B;
}
</style>
background-color css
<style>
a { background-color: #937F8B; }
a { background-color: rgb(147,127,139); }
div.DivClassName
{
background-color: #937F8B;
}
.BgClassName
{
background-color: #937F8B;
}
</style>
border-color css
<style>
span { border-color: #937F8B; }
span { border-color: rgb(147,127,139); }
td.TdClassName
{
border-color: #937F8B;
}
.TagClassName
{
border-color: #937F8B;
}
</style>