Shades of Mountbatten Pink #9B788B
Tints of Mountbatten Pink #9B788B
RGB
CMYK
RGB Variations
Color information
#9B788B (or 0x9B788B) is known color: Mountbatten Pink. HEX triplet: 9B, 78 and 8B. RGB value is (155,120,139). Sum of RGB (Red+Green+Blue) = 155+120+139=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B788B is #648774. Grayscale: #848484. Windows color (decimal): -6588277 or 9140379. OLE color: 9140379.
HSL color Cylindrical-coordinate representation of color #9B788B: hue angle of 327.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B788B is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 139 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.39 |
| HSL | 327.43º | 0.15% | 0.54% | - |
| HSV(B) | 327.43º | 0.23% | 0.61% | - |
| XYZ | 24.89 | 22.27 | 27.41 | - |
| YUV | 132.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 139 | 0 | 0.23 | 0.10 | 0.39 | 327.43 | 0.15 | 0.54 |
| Hex | 9B | 78 | 8B | 0 | 17 | A | 27 | 147 | F | 36 |
| Octal | 233 | 170 | 213 | 0 | 27 | 12 | 47 | 507 | 17 | 66 |
| Binary | 10011011 | 1111000 | 10001011 | 0 | 10111 | 1010 | 100111 | 101000111 | 1111 | 110110 |
Color Harmonies of #9B788B
Complementary color
Monochromatic Colors of #9B788B
Black with #9B788B
Text Example
Text Example
White with #9B788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B788B; }
p { color: rgb(155,120,139); }
H1.HeaderClassName
{
color: #9B788B;
}
.AnyTagClassName
{
color: #9B788B;
}
</style>
background-color css
<style>
a { background-color: #9B788B; }
a { background-color: rgb(155,120,139); }
div.DivClassName
{
background-color: #9B788B;
}
.BgClassName
{
background-color: #9B788B;
}
</style>
border-color css
<style>
span { border-color: #9B788B; }
span { border-color: rgb(155,120,139); }
td.TdClassName
{
border-color: #9B788B;
}
.TagClassName
{
border-color: #9B788B;
}
</style>