Shades of Mountbatten Pink #95798A
Tints of Mountbatten Pink #95798A
RGB
CMYK
RGB Variations
Color information
#95798A (or 0x95798A) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 8A. RGB value is (149,121,138). Sum of RGB (Red+Green+Blue) = 149+121+138=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95798A is #6A8675. Grayscale: #838383. Windows color (decimal): -6981238 or 9075093. OLE color: 9075093.
HSL color Cylindrical-coordinate representation of color #95798A: hue angle of 323.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95798A is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 138 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.42 |
| HSL | 323.57º | 0.12% | 0.53% | - |
| HSV(B) | 323.57º | 0.19% | 0.58% | - |
| XYZ | 23.82 | 21.9 | 27.02 | - |
| YUV | 131.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 138 | 0 | 0.19 | 0.07 | 0.42 | 323.57 | 0.12 | 0.53 |
| Hex | 95 | 79 | 8A | 0 | 13 | 7 | 2A | 144 | C | 35 |
| Octal | 225 | 171 | 212 | 0 | 23 | 7 | 52 | 504 | 14 | 65 |
| Binary | 10010101 | 1111001 | 10001010 | 0 | 10011 | 111 | 101010 | 101000100 | 1100 | 110101 |
Color Harmonies of #95798A
Complementary color
Monochromatic Colors of #95798A
Black with #95798A
Text Example
Text Example
White with #95798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95798A; }
p { color: rgb(149,121,138); }
H1.HeaderClassName
{
color: #95798A;
}
.AnyTagClassName
{
color: #95798A;
}
</style>
background-color css
<style>
a { background-color: #95798A; }
a { background-color: rgb(149,121,138); }
div.DivClassName
{
background-color: #95798A;
}
.BgClassName
{
background-color: #95798A;
}
</style>
border-color css
<style>
span { border-color: #95798A; }
span { border-color: rgb(149,121,138); }
td.TdClassName
{
border-color: #95798A;
}
.TagClassName
{
border-color: #95798A;
}
</style>