Shades of Mountbatten Pink #957B8F
Tints of Mountbatten Pink #957B8F
RGB
CMYK
RGB Variations
Color information
#957B8F (or 0x957B8F) is known color: Mountbatten Pink. HEX triplet: 95, 7B and 8F. RGB value is (149,123,143). Sum of RGB (Red+Green+Blue) = 149+123+143=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #957B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957B8F is #6A8470. Grayscale: #848484. Windows color (decimal): -6980721 or 9403285. OLE color: 9403285.
HSL color Cylindrical-coordinate representation of color #957B8F: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957B8F is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 143 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.42 |
| HSL | 313.85º | 0.11% | 0.53% | - |
| HSV(B) | 313.85º | 0.17% | 0.58% | - |
| XYZ | 24.44 | 22.54 | 29.05 | - |
| YUV | 133.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 143 | 0 | 0.17 | 0.04 | 0.42 | 313.85 | 0.11 | 0.53 |
| Hex | 95 | 7B | 8F | 0 | 11 | 4 | 2A | 13A | B | 35 |
| Octal | 225 | 173 | 217 | 0 | 21 | 4 | 52 | 472 | 13 | 65 |
| Binary | 10010101 | 1111011 | 10001111 | 0 | 10001 | 100 | 101010 | 100111010 | 1011 | 110101 |
Color Harmonies of #957B8F
Complementary color
Monochromatic Colors of #957B8F
Black with #957B8F
Text Example
Text Example
White with #957B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B8F; }
p { color: rgb(149,123,143); }
H1.HeaderClassName
{
color: #957B8F;
}
.AnyTagClassName
{
color: #957B8F;
}
</style>
background-color css
<style>
a { background-color: #957B8F; }
a { background-color: rgb(149,123,143); }
div.DivClassName
{
background-color: #957B8F;
}
.BgClassName
{
background-color: #957B8F;
}
</style>
border-color css
<style>
span { border-color: #957B8F; }
span { border-color: rgb(149,123,143); }
td.TdClassName
{
border-color: #957B8F;
}
.TagClassName
{
border-color: #957B8F;
}
</style>