Shades of Mountbatten Pink #9B7E8A
Tints of Mountbatten Pink #9B7E8A
RGB
CMYK
RGB Variations
Color information
#9B7E8A (or 0x9B7E8A) is known color: Mountbatten Pink. HEX triplet: 9B, 7E and 8A. RGB value is (155,126,138). Sum of RGB (Red+Green+Blue) = 155+126+138=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7E8A is #648175. Grayscale: #888888. Windows color (decimal): -6586742 or 9076379. OLE color: 9076379.
HSL color Cylindrical-coordinate representation of color #9B7E8A: hue angle of 335.17º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7E8A is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 138 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.39 |
| HSL | 335.17º | 0.13% | 0.55% | - |
| HSV(B) | 335.17º | 0.19% | 0.61% | - |
| XYZ | 25.57 | 23.73 | 27.28 | - |
| YUV | 136.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 138 | 0 | 0.19 | 0.11 | 0.39 | 335.17 | 0.13 | 0.55 |
| Hex | 9B | 7E | 8A | 0 | 13 | B | 27 | 14F | D | 37 |
| Octal | 233 | 176 | 212 | 0 | 23 | 13 | 47 | 517 | 15 | 67 |
| Binary | 10011011 | 1111110 | 10001010 | 0 | 10011 | 1011 | 100111 | 101001111 | 1101 | 110111 |
Color Harmonies of #9B7E8A
Complementary color
Monochromatic Colors of #9B7E8A
Black with #9B7E8A
Text Example
Text Example
White with #9B7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E8A; }
p { color: rgb(155,126,138); }
H1.HeaderClassName
{
color: #9B7E8A;
}
.AnyTagClassName
{
color: #9B7E8A;
}
</style>
background-color css
<style>
a { background-color: #9B7E8A; }
a { background-color: rgb(155,126,138); }
div.DivClassName
{
background-color: #9B7E8A;
}
.BgClassName
{
background-color: #9B7E8A;
}
</style>
border-color css
<style>
span { border-color: #9B7E8A; }
span { border-color: rgb(155,126,138); }
td.TdClassName
{
border-color: #9B7E8A;
}
.TagClassName
{
border-color: #9B7E8A;
}
</style>