Shades of Mountbatten Pink #937B8A
Tints of Mountbatten Pink #937B8A
RGB
CMYK
RGB Variations
Color information
#937B8A (or 0x937B8A) is known color: Mountbatten Pink. HEX triplet: 93, 7B and 8A. RGB value is (147,123,138). Sum of RGB (Red+Green+Blue) = 147+123+138=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #937B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B8A is #6C8475. Grayscale: #838383. Windows color (decimal): -7111798 or 9075603. OLE color: 9075603.
HSL color Cylindrical-coordinate representation of color #937B8A: hue angle of 322.5º 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 #937B8A is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 138 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.42 |
| HSL | 322.5º | 0.1% | 0.53% | - |
| HSV(B) | 322.5º | 0.16% | 0.58% | - |
| XYZ | 23.7 | 22.2 | 27.08 | - |
| YUV | 131.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 138 | 0 | 0.16 | 0.06 | 0.42 | 322.5 | 0.1 | 0.53 |
| Hex | 93 | 7B | 8A | 0 | 10 | 6 | 2A | 142 | A | 35 |
| Octal | 223 | 173 | 212 | 0 | 20 | 6 | 52 | 502 | 12 | 65 |
| Binary | 10010011 | 1111011 | 10001010 | 0 | 10000 | 110 | 101010 | 101000010 | 1010 | 110101 |
Color Harmonies of #937B8A
Complementary color
Monochromatic Colors of #937B8A
Black with #937B8A
Text Example
Text Example
White with #937B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B8A; }
p { color: rgb(147,123,138); }
H1.HeaderClassName
{
color: #937B8A;
}
.AnyTagClassName
{
color: #937B8A;
}
</style>
background-color css
<style>
a { background-color: #937B8A; }
a { background-color: rgb(147,123,138); }
div.DivClassName
{
background-color: #937B8A;
}
.BgClassName
{
background-color: #937B8A;
}
</style>
border-color css
<style>
span { border-color: #937B8A; }
span { border-color: rgb(147,123,138); }
td.TdClassName
{
border-color: #937B8A;
}
.TagClassName
{
border-color: #937B8A;
}
</style>