Shades of Mountbatten Pink #9B7D8A
Tints of Mountbatten Pink #9B7D8A
RGB
CMYK
RGB Variations
Color information
#9B7D8A (or 0x9B7D8A) is known color: Mountbatten Pink. HEX triplet: 9B, 7D and 8A. RGB value is (155,125,138). Sum of RGB (Red+Green+Blue) = 155+125+138=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7D8A is #648275. Grayscale: #878787. Windows color (decimal): -6586998 or 9076123. OLE color: 9076123.
HSL color Cylindrical-coordinate representation of color #9B7D8A: hue angle of 334º 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 #9B7D8A is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 138 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.39 |
| HSL | 334º | 0.13% | 0.55% | - |
| HSV(B) | 334º | 0.19% | 0.61% | - |
| XYZ | 25.44 | 23.47 | 27.23 | - |
| YUV | 135.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 138 | 0 | 0.19 | 0.11 | 0.39 | 334 | 0.13 | 0.55 |
| Hex | 9B | 7D | 8A | 0 | 13 | B | 27 | 14E | D | 37 |
| Octal | 233 | 175 | 212 | 0 | 23 | 13 | 47 | 516 | 15 | 67 |
| Binary | 10011011 | 1111101 | 10001010 | 0 | 10011 | 1011 | 100111 | 101001110 | 1101 | 110111 |
Color Harmonies of #9B7D8A
Complementary color
Monochromatic Colors of #9B7D8A
Black with #9B7D8A
Text Example
Text Example
White with #9B7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D8A; }
p { color: rgb(155,125,138); }
H1.HeaderClassName
{
color: #9B7D8A;
}
.AnyTagClassName
{
color: #9B7D8A;
}
</style>
background-color css
<style>
a { background-color: #9B7D8A; }
a { background-color: rgb(155,125,138); }
div.DivClassName
{
background-color: #9B7D8A;
}
.BgClassName
{
background-color: #9B7D8A;
}
</style>
border-color css
<style>
span { border-color: #9B7D8A; }
span { border-color: rgb(155,125,138); }
td.TdClassName
{
border-color: #9B7D8A;
}
.TagClassName
{
border-color: #9B7D8A;
}
</style>