Shades of Mountbatten Pink #9B798E
Tints of Mountbatten Pink #9B798E
RGB
CMYK
RGB Variations
Color information
#9B798E (or 0x9B798E) is known color: Mountbatten Pink. HEX triplet: 9B, 79 and 8E. RGB value is (155,121,142). Sum of RGB (Red+Green+Blue) = 155+121+142=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B798E is #648671. Grayscale: #858585. Windows color (decimal): -6588018 or 9337243. OLE color: 9337243.
HSL color Cylindrical-coordinate representation of color #9B798E: hue angle of 322.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B798E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 142 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.39 |
| HSL | 322.94º | 0.15% | 0.54% | - |
| HSV(B) | 322.94º | 0.22% | 0.61% | - |
| XYZ | 25.24 | 22.6 | 28.62 | - |
| YUV | 133.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 142 | 0 | 0.22 | 0.08 | 0.39 | 322.94 | 0.15 | 0.54 |
| Hex | 9B | 79 | 8E | 0 | 16 | 8 | 27 | 143 | F | 36 |
| Octal | 233 | 171 | 216 | 0 | 26 | 10 | 47 | 503 | 17 | 66 |
| Binary | 10011011 | 1111001 | 10001110 | 0 | 10110 | 1000 | 100111 | 101000011 | 1111 | 110110 |
Color Harmonies of #9B798E
Complementary color
Monochromatic Colors of #9B798E
Black with #9B798E
Text Example
Text Example
White with #9B798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B798E; }
p { color: rgb(155,121,142); }
H1.HeaderClassName
{
color: #9B798E;
}
.AnyTagClassName
{
color: #9B798E;
}
</style>
background-color css
<style>
a { background-color: #9B798E; }
a { background-color: rgb(155,121,142); }
div.DivClassName
{
background-color: #9B798E;
}
.BgClassName
{
background-color: #9B798E;
}
</style>
border-color css
<style>
span { border-color: #9B798E; }
span { border-color: rgb(155,121,142); }
td.TdClassName
{
border-color: #9B798E;
}
.TagClassName
{
border-color: #9B798E;
}
</style>