Shades of Mountbatten Pink #95778D
Tints of Mountbatten Pink #95778D
RGB
CMYK
RGB Variations
Color information
#95778D (or 0x95778D) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 8D. RGB value is (149,119,141). Sum of RGB (Red+Green+Blue) = 149+119+141=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778D is #6A8872. Grayscale: #828282. Windows color (decimal): -6981747 or 9271189. OLE color: 9271189.
HSL color Cylindrical-coordinate representation of color #95778D: hue angle of 316º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95778D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 141 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.42 |
| HSL | 316º | 0.12% | 0.53% | - |
| HSV(B) | 316º | 0.2% | 0.58% | - |
| XYZ | 23.8 | 21.51 | 28.1 | - |
| YUV | 130.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 141 | 0 | 0.20 | 0.05 | 0.42 | 316 | 0.12 | 0.53 |
| Hex | 95 | 77 | 8D | 0 | 14 | 5 | 2A | 13C | C | 35 |
| Octal | 225 | 167 | 215 | 0 | 24 | 5 | 52 | 474 | 14 | 65 |
| Binary | 10010101 | 1110111 | 10001101 | 0 | 10100 | 101 | 101010 | 100111100 | 1100 | 110101 |
Color Harmonies of #95778D
Complementary color
Monochromatic Colors of #95778D
Black with #95778D
Text Example
Text Example
White with #95778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95778D; }
p { color: rgb(149,119,141); }
H1.HeaderClassName
{
color: #95778D;
}
.AnyTagClassName
{
color: #95778D;
}
</style>
background-color css
<style>
a { background-color: #95778D; }
a { background-color: rgb(149,119,141); }
div.DivClassName
{
background-color: #95778D;
}
.BgClassName
{
background-color: #95778D;
}
</style>
border-color css
<style>
span { border-color: #95778D; }
span { border-color: rgb(149,119,141); }
td.TdClassName
{
border-color: #95778D;
}
.TagClassName
{
border-color: #95778D;
}
</style>