Shades of Mountbatten Pink #9B8792
Tints of Mountbatten Pink #9B8792
RGB
CMYK
RGB Variations
Color information
#9B8792 (or 0x9B8792) is known color: Mountbatten Pink. HEX triplet: 9B, 87 and 92. RGB value is (155,135,146). Sum of RGB (Red+Green+Blue) = 155+135+146=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8792 is #64786D. Grayscale: #8E8E8E. Windows color (decimal): -6584430 or 9602971. OLE color: 9602971.
HSL color Cylindrical-coordinate representation of color #9B8792: hue angle of 327º 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 #9B8792 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 146 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.39 |
| HSL | 327º | 0.09% | 0.57% | - |
| HSV(B) | 327º | 0.13% | 0.61% | - |
| XYZ | 27.37 | 26.37 | 30.84 | - |
| YUV | 142.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 146 | 0 | 0.13 | 0.06 | 0.39 | 327 | 0.09 | 0.57 |
| Hex | 9B | 87 | 92 | 0 | D | 6 | 27 | 147 | 9 | 39 |
| Octal | 233 | 207 | 222 | 0 | 15 | 6 | 47 | 507 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10010010 | 0 | 1101 | 110 | 100111 | 101000111 | 1001 | 111001 |
Color Harmonies of #9B8792
Complementary color
Monochromatic Colors of #9B8792
Black with #9B8792
Text Example
Text Example
White with #9B8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8792; }
p { color: rgb(155,135,146); }
H1.HeaderClassName
{
color: #9B8792;
}
.AnyTagClassName
{
color: #9B8792;
}
</style>
background-color css
<style>
a { background-color: #9B8792; }
a { background-color: rgb(155,135,146); }
div.DivClassName
{
background-color: #9B8792;
}
.BgClassName
{
background-color: #9B8792;
}
</style>
border-color css
<style>
span { border-color: #9B8792; }
span { border-color: rgb(155,135,146); }
td.TdClassName
{
border-color: #9B8792;
}
.TagClassName
{
border-color: #9B8792;
}
</style>