Shades of Mountbatten Pink #9D8792
Tints of Mountbatten Pink #9D8792
RGB
CMYK
RGB Variations
Color information
#9D8792 (or 0x9D8792) is known color: Mountbatten Pink. HEX triplet: 9D, 87 and 92. RGB value is (157,135,146). Sum of RGB (Red+Green+Blue) = 157+135+146=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8792 is #62786D. Grayscale: #8E8E8E. Windows color (decimal): -6453358 or 9602973. OLE color: 9602973.
HSL color Cylindrical-coordinate representation of color #9D8792: hue angle of 330º 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 #9D8792 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 146 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.38 |
| HSL | 330º | 0.1% | 0.57% | - |
| HSV(B) | 330º | 0.14% | 0.62% | - |
| XYZ | 27.76 | 26.57 | 30.86 | - |
| YUV | 142.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 146 | 0 | 0.14 | 0.07 | 0.38 | 330 | 0.1 | 0.57 |
| Hex | 9D | 87 | 92 | 0 | E | 7 | 26 | 14A | A | 39 |
| Octal | 235 | 207 | 222 | 0 | 16 | 7 | 46 | 512 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10010010 | 0 | 1110 | 111 | 100110 | 101001010 | 1010 | 111001 |
Color Harmonies of #9D8792
Complementary color
Monochromatic Colors of #9D8792
Black with #9D8792
Text Example
Text Example
White with #9D8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8792; }
p { color: rgb(157,135,146); }
H1.HeaderClassName
{
color: #9D8792;
}
.AnyTagClassName
{
color: #9D8792;
}
</style>
background-color css
<style>
a { background-color: #9D8792; }
a { background-color: rgb(157,135,146); }
div.DivClassName
{
background-color: #9D8792;
}
.BgClassName
{
background-color: #9D8792;
}
</style>
border-color css
<style>
span { border-color: #9D8792; }
span { border-color: rgb(157,135,146); }
td.TdClassName
{
border-color: #9D8792;
}
.TagClassName
{
border-color: #9D8792;
}
</style>