Shades of Mountbatten Pink #94828D
Tints of Mountbatten Pink #94828D
RGB
CMYK
RGB Variations
Color information
#94828D (or 0x94828D) is known color: Mountbatten Pink. HEX triplet: 94, 82 and 8D. RGB value is (148,130,141). Sum of RGB (Red+Green+Blue) = 148+130+141=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828D is #6B7D72. Grayscale: #888888. Windows color (decimal): -7044467 or 9274004. OLE color: 9274004.
HSL color Cylindrical-coordinate representation of color #94828D: hue angle of 323.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94828D is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 141 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.42 |
| HSL | 323.33º | 0.08% | 0.55% | - |
| HSV(B) | 323.33º | 0.12% | 0.58% | - |
| XYZ | 25 | 24.18 | 28.55 | - |
| YUV | 136.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 141 | 0 | 0.12 | 0.05 | 0.42 | 323.33 | 0.08 | 0.55 |
| Hex | 94 | 82 | 8D | 0 | C | 5 | 2A | 143 | 8 | 37 |
| Octal | 224 | 202 | 215 | 0 | 14 | 5 | 52 | 503 | 10 | 67 |
| Binary | 10010100 | 10000010 | 10001101 | 0 | 1100 | 101 | 101010 | 101000011 | 1000 | 110111 |
Color Harmonies of #94828D
Complementary color
Monochromatic Colors of #94828D
Black with #94828D
Text Example
Text Example
White with #94828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94828D; }
p { color: rgb(148,130,141); }
H1.HeaderClassName
{
color: #94828D;
}
.AnyTagClassName
{
color: #94828D;
}
</style>
background-color css
<style>
a { background-color: #94828D; }
a { background-color: rgb(148,130,141); }
div.DivClassName
{
background-color: #94828D;
}
.BgClassName
{
background-color: #94828D;
}
</style>
border-color css
<style>
span { border-color: #94828D; }
span { border-color: rgb(148,130,141); }
td.TdClassName
{
border-color: #94828D;
}
.TagClassName
{
border-color: #94828D;
}
</style>