Shades of Mountbatten Pink #937A8B
Tints of Mountbatten Pink #937A8B
RGB
CMYK
RGB Variations
Color information
#937A8B (or 0x937A8B) is known color: Mountbatten Pink. HEX triplet: 93, 7A and 8B. RGB value is (147,122,139). Sum of RGB (Red+Green+Blue) = 147+122+139=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #937A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A8B is #6C8574. Grayscale: #838383. Windows color (decimal): -7112053 or 9140883. OLE color: 9140883.
HSL color Cylindrical-coordinate representation of color #937A8B: hue angle of 319.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A8B is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 139 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.42 |
| HSL | 319.2º | 0.1% | 0.53% | - |
| HSV(B) | 319.2º | 0.17% | 0.58% | - |
| XYZ | 23.65 | 21.99 | 27.42 | - |
| YUV | 131.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 139 | 0 | 0.17 | 0.05 | 0.42 | 319.2 | 0.1 | 0.53 |
| Hex | 93 | 7A | 8B | 0 | 11 | 5 | 2A | 13F | A | 35 |
| Octal | 223 | 172 | 213 | 0 | 21 | 5 | 52 | 477 | 12 | 65 |
| Binary | 10010011 | 1111010 | 10001011 | 0 | 10001 | 101 | 101010 | 100111111 | 1010 | 110101 |
Color Harmonies of #937A8B
Complementary color
Monochromatic Colors of #937A8B
Black with #937A8B
Text Example
Text Example
White with #937A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A8B; }
p { color: rgb(147,122,139); }
H1.HeaderClassName
{
color: #937A8B;
}
.AnyTagClassName
{
color: #937A8B;
}
</style>
background-color css
<style>
a { background-color: #937A8B; }
a { background-color: rgb(147,122,139); }
div.DivClassName
{
background-color: #937A8B;
}
.BgClassName
{
background-color: #937A8B;
}
</style>
border-color css
<style>
span { border-color: #937A8B; }
span { border-color: rgb(147,122,139); }
td.TdClassName
{
border-color: #937A8B;
}
.TagClassName
{
border-color: #937A8B;
}
</style>