Shades of Mountbatten Pink #9B878F
Tints of Mountbatten Pink #9B878F
RGB
CMYK
RGB Variations
Color information
#9B878F (or 0x9B878F) is known color: Mountbatten Pink. HEX triplet: 9B, 87 and 8F. RGB value is (155,135,143). Sum of RGB (Red+Green+Blue) = 155+135+143=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878F is #647870. Grayscale: #8D8D8D. Windows color (decimal): -6584433 or 9406363. OLE color: 9406363.
HSL color Cylindrical-coordinate representation of color #9B878F: hue angle of 336º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B878F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 143 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.39 |
| HSL | 336º | 0.09% | 0.57% | - |
| HSV(B) | 336º | 0.13% | 0.61% | - |
| XYZ | 27.14 | 26.28 | 29.63 | - |
| YUV | 141.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 143 | 0 | 0.13 | 0.08 | 0.39 | 336 | 0.09 | 0.57 |
| Hex | 9B | 87 | 8F | 0 | D | 8 | 27 | 150 | 9 | 39 |
| Octal | 233 | 207 | 217 | 0 | 15 | 10 | 47 | 520 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10001111 | 0 | 1101 | 1000 | 100111 | 101010000 | 1001 | 111001 |
Color Harmonies of #9B878F
Complementary color
Monochromatic Colors of #9B878F
Black with #9B878F
Text Example
Text Example
White with #9B878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B878F; }
p { color: rgb(155,135,143); }
H1.HeaderClassName
{
color: #9B878F;
}
.AnyTagClassName
{
color: #9B878F;
}
</style>
background-color css
<style>
a { background-color: #9B878F; }
a { background-color: rgb(155,135,143); }
div.DivClassName
{
background-color: #9B878F;
}
.BgClassName
{
background-color: #9B878F;
}
</style>
border-color css
<style>
span { border-color: #9B878F; }
span { border-color: rgb(155,135,143); }
td.TdClassName
{
border-color: #9B878F;
}
.TagClassName
{
border-color: #9B878F;
}
</style>