Shades of Mountbatten Pink #9B828F
Tints of Mountbatten Pink #9B828F
RGB
CMYK
RGB Variations
Color information
#9B828F (or 0x9B828F) is known color: Mountbatten Pink. HEX triplet: 9B, 82 and 8F. RGB value is (155,130,143). Sum of RGB (Red+Green+Blue) = 155+130+143=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B828F is #647D70. Grayscale: #8A8A8A. Windows color (decimal): -6585713 or 9405083. OLE color: 9405083.
HSL color Cylindrical-coordinate representation of color #9B828F: hue angle of 328.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B828F is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 143 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.39 |
| HSL | 328.8º | 0.11% | 0.56% | - |
| HSV(B) | 328.8º | 0.16% | 0.61% | - |
| XYZ | 26.46 | 24.92 | 29.4 | - |
| YUV | 138.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 143 | 0 | 0.16 | 0.08 | 0.39 | 328.8 | 0.11 | 0.56 |
| Hex | 9B | 82 | 8F | 0 | 10 | 8 | 27 | 149 | B | 38 |
| Octal | 233 | 202 | 217 | 0 | 20 | 10 | 47 | 511 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10001111 | 0 | 10000 | 1000 | 100111 | 101001001 | 1011 | 111000 |
Color Harmonies of #9B828F
Complementary color
Monochromatic Colors of #9B828F
Black with #9B828F
Text Example
Text Example
White with #9B828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B828F; }
p { color: rgb(155,130,143); }
H1.HeaderClassName
{
color: #9B828F;
}
.AnyTagClassName
{
color: #9B828F;
}
</style>
background-color css
<style>
a { background-color: #9B828F; }
a { background-color: rgb(155,130,143); }
div.DivClassName
{
background-color: #9B828F;
}
.BgClassName
{
background-color: #9B828F;
}
</style>
border-color css
<style>
span { border-color: #9B828F; }
span { border-color: rgb(155,130,143); }
td.TdClassName
{
border-color: #9B828F;
}
.TagClassName
{
border-color: #9B828F;
}
</style>