Shades of Mountbatten Pink #94868D
Tints of Mountbatten Pink #94868D
RGB
CMYK
RGB Variations
Color information
#94868D (or 0x94868D) is known color: Mountbatten Pink. HEX triplet: 94, 86 and 8D. RGB value is (148,134,141). Sum of RGB (Red+Green+Blue) = 148+134+141=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868D is #6B7972. Grayscale: #8A8A8A. Windows color (decimal): -7043443 or 9275028. OLE color: 9275028.
HSL color Cylindrical-coordinate representation of color #94868D: hue angle of 330º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94868D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 141 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.42 |
| HSL | 330º | 0.06% | 0.55% | - |
| HSV(B) | 330º | 0.09% | 0.58% | - |
| XYZ | 25.55 | 25.27 | 28.73 | - |
| YUV | 138.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 141 | 0 | 0.09 | 0.05 | 0.42 | 330 | 0.06 | 0.55 |
| Hex | 94 | 86 | 8D | 0 | 9 | 5 | 2A | 14A | 6 | 37 |
| Octal | 224 | 206 | 215 | 0 | 11 | 5 | 52 | 512 | 6 | 67 |
| Binary | 10010100 | 10000110 | 10001101 | 0 | 1001 | 101 | 101010 | 101001010 | 110 | 110111 |
Color Harmonies of #94868D
Complementary color
Monochromatic Colors of #94868D
Black with #94868D
Text Example
Text Example
White with #94868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94868D; }
p { color: rgb(148,134,141); }
H1.HeaderClassName
{
color: #94868D;
}
.AnyTagClassName
{
color: #94868D;
}
</style>
background-color css
<style>
a { background-color: #94868D; }
a { background-color: rgb(148,134,141); }
div.DivClassName
{
background-color: #94868D;
}
.BgClassName
{
background-color: #94868D;
}
</style>
border-color css
<style>
span { border-color: #94868D; }
span { border-color: rgb(148,134,141); }
td.TdClassName
{
border-color: #94868D;
}
.TagClassName
{
border-color: #94868D;
}
</style>