Shades of Mountbatten Pink #9B868F
Tints of Mountbatten Pink #9B868F
RGB
CMYK
RGB Variations
Color information
#9B868F (or 0x9B868F) is known color: Mountbatten Pink. HEX triplet: 9B, 86 and 8F. RGB value is (155,134,143). Sum of RGB (Red+Green+Blue) = 155+134+143=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B868F is #647970. Grayscale: #8D8D8D. Windows color (decimal): -6584689 or 9406107. OLE color: 9406107.
HSL color Cylindrical-coordinate representation of color #9B868F: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B868F is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 143 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.39 |
| HSL | 334.29º | 0.1% | 0.57% | - |
| HSV(B) | 334.29º | 0.14% | 0.61% | - |
| XYZ | 27 | 26 | 29.58 | - |
| YUV | 141.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 143 | 0 | 0.14 | 0.08 | 0.39 | 334.29 | 0.1 | 0.57 |
| Hex | 9B | 86 | 8F | 0 | E | 8 | 27 | 14E | A | 39 |
| Octal | 233 | 206 | 217 | 0 | 16 | 10 | 47 | 516 | 12 | 71 |
| Binary | 10011011 | 10000110 | 10001111 | 0 | 1110 | 1000 | 100111 | 101001110 | 1010 | 111001 |
Color Harmonies of #9B868F
Complementary color
Monochromatic Colors of #9B868F
Black with #9B868F
Text Example
Text Example
White with #9B868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B868F; }
p { color: rgb(155,134,143); }
H1.HeaderClassName
{
color: #9B868F;
}
.AnyTagClassName
{
color: #9B868F;
}
</style>
background-color css
<style>
a { background-color: #9B868F; }
a { background-color: rgb(155,134,143); }
div.DivClassName
{
background-color: #9B868F;
}
.BgClassName
{
background-color: #9B868F;
}
</style>
border-color css
<style>
span { border-color: #9B868F; }
span { border-color: rgb(155,134,143); }
td.TdClassName
{
border-color: #9B868F;
}
.TagClassName
{
border-color: #9B868F;
}
</style>