Shades of Mountbatten Pink #947D88
Tints of Mountbatten Pink #947D88
RGB
CMYK
RGB Variations
Color information
#947D88 (or 0x947D88) is known color: Mountbatten Pink. HEX triplet: 94, 7D and 88. RGB value is (148,125,136). Sum of RGB (Red+Green+Blue) = 148+125+136=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D88 is #6B8277. Grayscale: #858585. Windows color (decimal): -7045752 or 8945044. OLE color: 8945044.
HSL color Cylindrical-coordinate representation of color #947D88: hue angle of 331.3º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947D88 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 136 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.42 |
| HSL | 331.3º | 0.1% | 0.54% | - |
| HSV(B) | 331.3º | 0.16% | 0.58% | - |
| XYZ | 23.99 | 22.74 | 26.42 | - |
| YUV | 133.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 136 | 0 | 0.16 | 0.08 | 0.42 | 331.3 | 0.1 | 0.54 |
| Hex | 94 | 7D | 88 | 0 | 10 | 8 | 2A | 14B | A | 36 |
| Octal | 224 | 175 | 210 | 0 | 20 | 10 | 52 | 513 | 12 | 66 |
| Binary | 10010100 | 1111101 | 10001000 | 0 | 10000 | 1000 | 101010 | 101001011 | 1010 | 110110 |
Color Harmonies of #947D88
Complementary color
Monochromatic Colors of #947D88
Black with #947D88
Text Example
Text Example
White with #947D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D88; }
p { color: rgb(148,125,136); }
H1.HeaderClassName
{
color: #947D88;
}
.AnyTagClassName
{
color: #947D88;
}
</style>
background-color css
<style>
a { background-color: #947D88; }
a { background-color: rgb(148,125,136); }
div.DivClassName
{
background-color: #947D88;
}
.BgClassName
{
background-color: #947D88;
}
</style>
border-color css
<style>
span { border-color: #947D88; }
span { border-color: rgb(148,125,136); }
td.TdClassName
{
border-color: #947D88;
}
.TagClassName
{
border-color: #947D88;
}
</style>