Shades of Mountbatten Pink #9B7A8C
Tints of Mountbatten Pink #9B7A8C
RGB
CMYK
RGB Variations
Color information
#9B7A8C (or 0x9B7A8C) is known color: Mountbatten Pink. HEX triplet: 9B, 7A and 8C. RGB value is (155,122,140). Sum of RGB (Red+Green+Blue) = 155+122+140=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A8C is #648573. Grayscale: #858585. Windows color (decimal): -6587764 or 9206427. OLE color: 9206427.
HSL color Cylindrical-coordinate representation of color #9B7A8C: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A8C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
RGB | 155 | 122 | 140 | - |
CMYK | 0 | 0.21 | 0.10 | 0.39 |
HSL | 327.27º | 0.14% | 0.54% | - |
HSV(B) | 327.27º | 0.21% | 0.61% | - |
XYZ | 25.21 | 22.78 | 27.88 | - |
YUV | 133.92 | 131.43 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 122 | 140 | 0 | 0.21 | 0.10 | 0.39 | 327.27 | 0.14 | 0.54 |
Hex | 9B | 7A | 8C | 0 | 15 | A | 27 | 147 | E | 36 |
Octal | 233 | 172 | 214 | 0 | 25 | 12 | 47 | 507 | 16 | 66 |
Binary | 10011011 | 1111010 | 10001100 | 0 | 10101 | 1010 | 100111 | 101000111 | 1110 | 110110 |
Color Harmonies of #9B7A8C
Complementary color
Monochromatic Colors of #9B7A8C
Black with #9B7A8C
Text Example
Text Example
White with #9B7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A8C; }
p { color: rgb(155,122,140); }
H1.HeaderClassName
{
color: #9B7A8C;
}
.AnyTagClassName
{
color: #9B7A8C;
}
</style>
background-color css
<style>
a { background-color: #9B7A8C; }
a { background-color: rgb(155,122,140); }
div.DivClassName
{
background-color: #9B7A8C;
}
.BgClassName
{
background-color: #9B7A8C;
}
</style>
border-color css
<style>
span { border-color: #9B7A8C; }
span { border-color: rgb(155,122,140); }
td.TdClassName
{
border-color: #9B7A8C;
}
.TagClassName
{
border-color: #9B7A8C;
}
</style>