Shades of Mountbatten Pink #9B7B8B
Tints of Mountbatten Pink #9B7B8B
RGB
CMYK
RGB Variations
Color information
#9B7B8B (or 0x9B7B8B) is known color: Mountbatten Pink. HEX triplet: 9B, 7B and 8B. RGB value is (155,123,139). Sum of RGB (Red+Green+Blue) = 155+123+139=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B8B is #648474. Grayscale: #868686. Windows color (decimal): -6587509 or 9141147. OLE color: 9141147.
HSL color Cylindrical-coordinate representation of color #9B7B8B: hue angle of 330º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7B8B is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 139 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.39 |
| HSL | 330º | 0.14% | 0.55% | - |
| HSV(B) | 330º | 0.21% | 0.61% | - |
| XYZ | 25.26 | 23 | 27.53 | - |
| YUV | 134.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 139 | 0 | 0.21 | 0.10 | 0.39 | 330 | 0.14 | 0.55 |
| Hex | 9B | 7B | 8B | 0 | 15 | A | 27 | 14A | E | 37 |
| Octal | 233 | 173 | 213 | 0 | 25 | 12 | 47 | 512 | 16 | 67 |
| Binary | 10011011 | 1111011 | 10001011 | 0 | 10101 | 1010 | 100111 | 101001010 | 1110 | 110111 |
Color Harmonies of #9B7B8B
Complementary color
Monochromatic Colors of #9B7B8B
Black with #9B7B8B
Text Example
Text Example
White with #9B7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B8B; }
p { color: rgb(155,123,139); }
H1.HeaderClassName
{
color: #9B7B8B;
}
.AnyTagClassName
{
color: #9B7B8B;
}
</style>
background-color css
<style>
a { background-color: #9B7B8B; }
a { background-color: rgb(155,123,139); }
div.DivClassName
{
background-color: #9B7B8B;
}
.BgClassName
{
background-color: #9B7B8B;
}
</style>
border-color css
<style>
span { border-color: #9B7B8B; }
span { border-color: rgb(155,123,139); }
td.TdClassName
{
border-color: #9B7B8B;
}
.TagClassName
{
border-color: #9B7B8B;
}
</style>