Shades of Mountbatten Pink #9B8793
Tints of Mountbatten Pink #9B8793
RGB
CMYK
RGB Variations
Color information
#9B8793 (or 0x9B8793) is known color: Mountbatten Pink. HEX triplet: 9B, 87 and 93. RGB value is (155,135,147). Sum of RGB (Red+Green+Blue) = 155+135+147=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8793 is #64786C. Grayscale: #8E8E8E. Windows color (decimal): -6584429 or 9668507. OLE color: 9668507.
HSL color Cylindrical-coordinate representation of color #9B8793: hue angle of 324º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8793 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 147 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.39 |
| HSL | 324º | 0.09% | 0.57% | - |
| HSV(B) | 324º | 0.13% | 0.61% | - |
| XYZ | 27.45 | 26.4 | 31.25 | - |
| YUV | 142.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 147 | 0 | 0.13 | 0.05 | 0.39 | 324 | 0.09 | 0.57 |
| Hex | 9B | 87 | 93 | 0 | D | 5 | 27 | 144 | 9 | 39 |
| Octal | 233 | 207 | 223 | 0 | 15 | 5 | 47 | 504 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10010011 | 0 | 1101 | 101 | 100111 | 101000100 | 1001 | 111001 |
Color Harmonies of #9B8793
Complementary color
Monochromatic Colors of #9B8793
Black with #9B8793
Text Example
Text Example
White with #9B8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8793; }
p { color: rgb(155,135,147); }
H1.HeaderClassName
{
color: #9B8793;
}
.AnyTagClassName
{
color: #9B8793;
}
</style>
background-color css
<style>
a { background-color: #9B8793; }
a { background-color: rgb(155,135,147); }
div.DivClassName
{
background-color: #9B8793;
}
.BgClassName
{
background-color: #9B8793;
}
</style>
border-color css
<style>
span { border-color: #9B8793; }
span { border-color: rgb(155,135,147); }
td.TdClassName
{
border-color: #9B8793;
}
.TagClassName
{
border-color: #9B8793;
}
</style>