Shades of Mountbatten Pink #9B7E8E
Tints of Mountbatten Pink #9B7E8E
RGB
CMYK
RGB Variations
Color information
#9B7E8E (or 0x9B7E8E) is known color: Mountbatten Pink. HEX triplet: 9B, 7E and 8E. RGB value is (155,126,142). Sum of RGB (Red+Green+Blue) = 155+126+142=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7E8E is #648171. Grayscale: #888888. Windows color (decimal): -6586738 or 9338523. OLE color: 9338523.
HSL color Cylindrical-coordinate representation of color #9B7E8E: hue angle of 326.9º 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 #9B7E8E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 142 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.39 |
| HSL | 326.9º | 0.13% | 0.55% | - |
| HSV(B) | 326.9º | 0.19% | 0.61% | - |
| XYZ | 25.86 | 23.84 | 28.83 | - |
| YUV | 136.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 142 | 0 | 0.19 | 0.08 | 0.39 | 326.9 | 0.13 | 0.55 |
| Hex | 9B | 7E | 8E | 0 | 13 | 8 | 27 | 147 | D | 37 |
| Octal | 233 | 176 | 216 | 0 | 23 | 10 | 47 | 507 | 15 | 67 |
| Binary | 10011011 | 1111110 | 10001110 | 0 | 10011 | 1000 | 100111 | 101000111 | 1101 | 110111 |
Color Harmonies of #9B7E8E
Complementary color
Monochromatic Colors of #9B7E8E
Black with #9B7E8E
Text Example
Text Example
White with #9B7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E8E; }
p { color: rgb(155,126,142); }
H1.HeaderClassName
{
color: #9B7E8E;
}
.AnyTagClassName
{
color: #9B7E8E;
}
</style>
background-color css
<style>
a { background-color: #9B7E8E; }
a { background-color: rgb(155,126,142); }
div.DivClassName
{
background-color: #9B7E8E;
}
.BgClassName
{
background-color: #9B7E8E;
}
</style>
border-color css
<style>
span { border-color: #9B7E8E; }
span { border-color: rgb(155,126,142); }
td.TdClassName
{
border-color: #9B7E8E;
}
.TagClassName
{
border-color: #9B7E8E;
}
</style>