Shades of Mountbatten Pink #92828A
Tints of Mountbatten Pink #92828A
RGB
CMYK
RGB Variations
Color information
#92828A (or 0x92828A) is known color: Mountbatten Pink. HEX triplet: 92, 82 and 8A. RGB value is (146,130,138). Sum of RGB (Red+Green+Blue) = 146+130+138=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #92828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828A is #6D7D75. Grayscale: #878787. Windows color (decimal): -7175542 or 9077394. OLE color: 9077394.
HSL color Cylindrical-coordinate representation of color #92828A: hue angle of 330º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92828A is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 138 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.43 |
| HSL | 330º | 0.07% | 0.54% | - |
| HSV(B) | 330º | 0.11% | 0.57% | - |
| XYZ | 24.42 | 23.91 | 27.37 | - |
| YUV | 135.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 138 | 0 | 0.11 | 0.05 | 0.43 | 330 | 0.07 | 0.54 |
| Hex | 92 | 82 | 8A | 0 | B | 5 | 2B | 14A | 7 | 36 |
| Octal | 222 | 202 | 212 | 0 | 13 | 5 | 53 | 512 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10001010 | 0 | 1011 | 101 | 101011 | 101001010 | 111 | 110110 |
Color Harmonies of #92828A
Complementary color
Monochromatic Colors of #92828A
Black with #92828A
Text Example
Text Example
White with #92828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92828A; }
p { color: rgb(146,130,138); }
H1.HeaderClassName
{
color: #92828A;
}
.AnyTagClassName
{
color: #92828A;
}
</style>
background-color css
<style>
a { background-color: #92828A; }
a { background-color: rgb(146,130,138); }
div.DivClassName
{
background-color: #92828A;
}
.BgClassName
{
background-color: #92828A;
}
</style>
border-color css
<style>
span { border-color: #92828A; }
span { border-color: rgb(146,130,138); }
td.TdClassName
{
border-color: #92828A;
}
.TagClassName
{
border-color: #92828A;
}
</style>