Shades of Mountbatten Pink #92848B
Tints of Mountbatten Pink #92848B
RGB
CMYK
RGB Variations
Color information
#92848B (or 0x92848B) is known color: Mountbatten Pink. HEX triplet: 92, 84 and 8B. RGB value is (146,132,139). Sum of RGB (Red+Green+Blue) = 146+132+139=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92848B is #6D7B74. Grayscale: #888888. Windows color (decimal): -7175029 or 9143442. OLE color: 9143442.
HSL color Cylindrical-coordinate representation of color #92848B: hue angle of 330º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92848B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 139 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.43 |
| HSL | 330º | 0.06% | 0.55% | - |
| HSV(B) | 330º | 0.1% | 0.57% | - |
| XYZ | 24.77 | 24.48 | 27.85 | - |
| YUV | 136.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 139 | 0 | 0.10 | 0.05 | 0.43 | 330 | 0.06 | 0.55 |
| Hex | 92 | 84 | 8B | 0 | A | 5 | 2B | 14A | 6 | 37 |
| Octal | 222 | 204 | 213 | 0 | 12 | 5 | 53 | 512 | 6 | 67 |
| Binary | 10010010 | 10000100 | 10001011 | 0 | 1010 | 101 | 101011 | 101001010 | 110 | 110111 |
Color Harmonies of #92848B
Complementary color
Monochromatic Colors of #92848B
Black with #92848B
Text Example
Text Example
White with #92848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92848B; }
p { color: rgb(146,132,139); }
H1.HeaderClassName
{
color: #92848B;
}
.AnyTagClassName
{
color: #92848B;
}
</style>
background-color css
<style>
a { background-color: #92848B; }
a { background-color: rgb(146,132,139); }
div.DivClassName
{
background-color: #92848B;
}
.BgClassName
{
background-color: #92848B;
}
</style>
border-color css
<style>
span { border-color: #92848B; }
span { border-color: rgb(146,132,139); }
td.TdClassName
{
border-color: #92848B;
}
.TagClassName
{
border-color: #92848B;
}
</style>