Shades of Mountbatten Pink #9D8790
Tints of Mountbatten Pink #9D8790
RGB
CMYK
RGB Variations
Color information
#9D8790 (or 0x9D8790) is known color: Mountbatten Pink. HEX triplet: 9D, 87 and 90. RGB value is (157,135,144). Sum of RGB (Red+Green+Blue) = 157+135+144=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8790 is #62786F. Grayscale: #8E8E8E. Windows color (decimal): -6453360 or 9471901. OLE color: 9471901.
HSL color Cylindrical-coordinate representation of color #9D8790: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8790 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 144 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.38 |
| HSL | 335.45º | 0.1% | 0.57% | - |
| HSV(B) | 335.45º | 0.14% | 0.62% | - |
| XYZ | 27.6 | 26.51 | 30.05 | - |
| YUV | 142.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 144 | 0 | 0.14 | 0.08 | 0.38 | 335.45 | 0.1 | 0.57 |
| Hex | 9D | 87 | 90 | 0 | E | 8 | 26 | 14F | A | 39 |
| Octal | 235 | 207 | 220 | 0 | 16 | 10 | 46 | 517 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10010000 | 0 | 1110 | 1000 | 100110 | 101001111 | 1010 | 111001 |
Color Harmonies of #9D8790
Complementary color
Monochromatic Colors of #9D8790
Black with #9D8790
Text Example
Text Example
White with #9D8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8790; }
p { color: rgb(157,135,144); }
H1.HeaderClassName
{
color: #9D8790;
}
.AnyTagClassName
{
color: #9D8790;
}
</style>
background-color css
<style>
a { background-color: #9D8790; }
a { background-color: rgb(157,135,144); }
div.DivClassName
{
background-color: #9D8790;
}
.BgClassName
{
background-color: #9D8790;
}
</style>
border-color css
<style>
span { border-color: #9D8790; }
span { border-color: rgb(157,135,144); }
td.TdClassName
{
border-color: #9D8790;
}
.TagClassName
{
border-color: #9D8790;
}
</style>