Shades of Mountbatten Pink #95868D
Tints of Mountbatten Pink #95868D
RGB
CMYK
RGB Variations
Color information
#95868D (or 0x95868D) is known color: Mountbatten Pink. HEX triplet: 95, 86 and 8D. RGB value is (149,134,141). Sum of RGB (Red+Green+Blue) = 149+134+141=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95868D is #6A7972. Grayscale: #8B8B8B. Windows color (decimal): -6977907 or 9275029. OLE color: 9275029.
HSL color Cylindrical-coordinate representation of color #95868D: hue angle of 332º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95868D is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 141 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.42 |
| HSL | 332º | 0.07% | 0.55% | - |
| HSV(B) | 332º | 0.1% | 0.58% | - |
| XYZ | 25.73 | 25.36 | 28.74 | - |
| YUV | 139.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 141 | 0 | 0.10 | 0.05 | 0.42 | 332 | 0.07 | 0.55 |
| Hex | 95 | 86 | 8D | 0 | A | 5 | 2A | 14C | 7 | 37 |
| Octal | 225 | 206 | 215 | 0 | 12 | 5 | 52 | 514 | 7 | 67 |
| Binary | 10010101 | 10000110 | 10001101 | 0 | 1010 | 101 | 101010 | 101001100 | 111 | 110111 |
Color Harmonies of #95868D
Complementary color
Monochromatic Colors of #95868D
Black with #95868D
Text Example
Text Example
White with #95868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95868D; }
p { color: rgb(149,134,141); }
H1.HeaderClassName
{
color: #95868D;
}
.AnyTagClassName
{
color: #95868D;
}
</style>
background-color css
<style>
a { background-color: #95868D; }
a { background-color: rgb(149,134,141); }
div.DivClassName
{
background-color: #95868D;
}
.BgClassName
{
background-color: #95868D;
}
</style>
border-color css
<style>
span { border-color: #95868D; }
span { border-color: rgb(149,134,141); }
td.TdClassName
{
border-color: #95868D;
}
.TagClassName
{
border-color: #95868D;
}
</style>