Shades of Mountbatten Pink #95808B
Tints of Mountbatten Pink #95808B
RGB
CMYK
RGB Variations
Color information
#95808B (or 0x95808B) is known color: Mountbatten Pink. HEX triplet: 95, 80 and 8B. RGB value is (149,128,139). Sum of RGB (Red+Green+Blue) = 149+128+139=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #95808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808B is #6A7F74. Grayscale: #878787. Windows color (decimal): -6979445 or 9142421. OLE color: 9142421.
HSL color Cylindrical-coordinate representation of color #95808B: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95808B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 139 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.42 |
| HSL | 328.57º | 0.09% | 0.54% | - |
| HSV(B) | 328.57º | 0.14% | 0.58% | - |
| XYZ | 24.77 | 23.69 | 27.69 | - |
| YUV | 135.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 139 | 0 | 0.14 | 0.07 | 0.42 | 328.57 | 0.09 | 0.54 |
| Hex | 95 | 80 | 8B | 0 | E | 7 | 2A | 149 | 9 | 36 |
| Octal | 225 | 200 | 213 | 0 | 16 | 7 | 52 | 511 | 11 | 66 |
| Binary | 10010101 | 10000000 | 10001011 | 0 | 1110 | 111 | 101010 | 101001001 | 1001 | 110110 |
Color Harmonies of #95808B
Complementary color
Monochromatic Colors of #95808B
Black with #95808B
Text Example
Text Example
White with #95808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95808B; }
p { color: rgb(149,128,139); }
H1.HeaderClassName
{
color: #95808B;
}
.AnyTagClassName
{
color: #95808B;
}
</style>
background-color css
<style>
a { background-color: #95808B; }
a { background-color: rgb(149,128,139); }
div.DivClassName
{
background-color: #95808B;
}
.BgClassName
{
background-color: #95808B;
}
</style>
border-color css
<style>
span { border-color: #95808B; }
span { border-color: rgb(149,128,139); }
td.TdClassName
{
border-color: #95808B;
}
.TagClassName
{
border-color: #95808B;
}
</style>