Shades of Mountbatten Pink #96828C
Tints of Mountbatten Pink #96828C
RGB
CMYK
RGB Variations
Color information
#96828C (or 0x96828C) is known color: Mountbatten Pink. HEX triplet: 96, 82 and 8C. RGB value is (150,130,140). Sum of RGB (Red+Green+Blue) = 150+130+140=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828C is #697D73. Grayscale: #898989. Windows color (decimal): -6913396 or 9208470. OLE color: 9208470.
HSL color Cylindrical-coordinate representation of color #96828C: hue angle of 330º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96828C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 140 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.41 |
| HSL | 330º | 0.09% | 0.55% | - |
| HSV(B) | 330º | 0.13% | 0.59% | - |
| XYZ | 25.29 | 24.34 | 28.18 | - |
| YUV | 137.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 140 | 0 | 0.13 | 0.07 | 0.41 | 330 | 0.09 | 0.55 |
| Hex | 96 | 82 | 8C | 0 | D | 7 | 29 | 14A | 9 | 37 |
| Octal | 226 | 202 | 214 | 0 | 15 | 7 | 51 | 512 | 11 | 67 |
| Binary | 10010110 | 10000010 | 10001100 | 0 | 1101 | 111 | 101001 | 101001010 | 1001 | 110111 |
Color Harmonies of #96828C
Complementary color
Monochromatic Colors of #96828C
Black with #96828C
Text Example
Text Example
White with #96828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96828C; }
p { color: rgb(150,130,140); }
H1.HeaderClassName
{
color: #96828C;
}
.AnyTagClassName
{
color: #96828C;
}
</style>
background-color css
<style>
a { background-color: #96828C; }
a { background-color: rgb(150,130,140); }
div.DivClassName
{
background-color: #96828C;
}
.BgClassName
{
background-color: #96828C;
}
</style>
border-color css
<style>
span { border-color: #96828C; }
span { border-color: rgb(150,130,140); }
td.TdClassName
{
border-color: #96828C;
}
.TagClassName
{
border-color: #96828C;
}
</style>