Shades of Mountbatten Pink #937D88
Tints of Mountbatten Pink #937D88
RGB
CMYK
RGB Variations
Color information
#937D88 (or 0x937D88) is known color: Mountbatten Pink. HEX triplet: 93, 7D and 88. RGB value is (147,125,136). Sum of RGB (Red+Green+Blue) = 147+125+136=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #937D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D88 is #6C8277. Grayscale: #848484. Windows color (decimal): -7111288 or 8945043. OLE color: 8945043.
HSL color Cylindrical-coordinate representation of color #937D88: hue angle of 330º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D88 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 136 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.42 |
| HSL | 330º | 0.09% | 0.53% | - |
| HSV(B) | 330º | 0.15% | 0.58% | - |
| XYZ | 23.81 | 22.65 | 26.41 | - |
| YUV | 132.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 136 | 0 | 0.15 | 0.07 | 0.42 | 330 | 0.09 | 0.53 |
| Hex | 93 | 7D | 88 | 0 | F | 7 | 2A | 14A | 9 | 35 |
| Octal | 223 | 175 | 210 | 0 | 17 | 7 | 52 | 512 | 11 | 65 |
| Binary | 10010011 | 1111101 | 10001000 | 0 | 1111 | 111 | 101010 | 101001010 | 1001 | 110101 |
Color Harmonies of #937D88
Complementary color
Monochromatic Colors of #937D88
Black with #937D88
Text Example
Text Example
White with #937D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D88; }
p { color: rgb(147,125,136); }
H1.HeaderClassName
{
color: #937D88;
}
.AnyTagClassName
{
color: #937D88;
}
</style>
background-color css
<style>
a { background-color: #937D88; }
a { background-color: rgb(147,125,136); }
div.DivClassName
{
background-color: #937D88;
}
.BgClassName
{
background-color: #937D88;
}
</style>
border-color css
<style>
span { border-color: #937D88; }
span { border-color: rgb(147,125,136); }
td.TdClassName
{
border-color: #937D88;
}
.TagClassName
{
border-color: #937D88;
}
</style>