Shades of Mountbatten Pink #92828B
Tints of Mountbatten Pink #92828B
RGB
CMYK
RGB Variations
Color information
#92828B (or 0x92828B) is known color: Mountbatten Pink. HEX triplet: 92, 82 and 8B. RGB value is (146,130,139). Sum of RGB (Red+Green+Blue) = 146+130+139=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #92828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92828B is #6D7D74. Grayscale: #878787. Windows color (decimal): -7175541 or 9142930. OLE color: 9142930.
HSL color Cylindrical-coordinate representation of color #92828B: hue angle of 326.25º 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 #92828B is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 139 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.43 |
| HSL | 326.25º | 0.07% | 0.54% | - |
| HSV(B) | 326.25º | 0.11% | 0.57% | - |
| XYZ | 24.5 | 23.94 | 27.76 | - |
| YUV | 135.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 139 | 0 | 0.11 | 0.05 | 0.43 | 326.25 | 0.07 | 0.54 |
| Hex | 92 | 82 | 8B | 0 | B | 5 | 2B | 146 | 7 | 36 |
| Octal | 222 | 202 | 213 | 0 | 13 | 5 | 53 | 506 | 7 | 66 |
| Binary | 10010010 | 10000010 | 10001011 | 0 | 1011 | 101 | 101011 | 101000110 | 111 | 110110 |
Color Harmonies of #92828B
Complementary color
Monochromatic Colors of #92828B
Black with #92828B
Text Example
Text Example
White with #92828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92828B; }
p { color: rgb(146,130,139); }
H1.HeaderClassName
{
color: #92828B;
}
.AnyTagClassName
{
color: #92828B;
}
</style>
background-color css
<style>
a { background-color: #92828B; }
a { background-color: rgb(146,130,139); }
div.DivClassName
{
background-color: #92828B;
}
.BgClassName
{
background-color: #92828B;
}
</style>
border-color css
<style>
span { border-color: #92828B; }
span { border-color: rgb(146,130,139); }
td.TdClassName
{
border-color: #92828B;
}
.TagClassName
{
border-color: #92828B;
}
</style>