Shades of Mountbatten Pink #927A8C
Tints of Mountbatten Pink #927A8C
RGB
CMYK
RGB Variations
Color information
#927A8C (or 0x927A8C) is known color: Mountbatten Pink. HEX triplet: 92, 7A and 8C. RGB value is (146,122,140). Sum of RGB (Red+Green+Blue) = 146+122+140=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #927A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A8C is #6D8573. Grayscale: #838383. Windows color (decimal): -7177588 or 9206418. OLE color: 9206418.
HSL color Cylindrical-coordinate representation of color #927A8C: hue angle of 315º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927A8C is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 140 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.43 |
| HSL | 315º | 0.1% | 0.53% | - |
| HSV(B) | 315º | 0.16% | 0.57% | - |
| XYZ | 23.55 | 21.92 | 27.8 | - |
| YUV | 131.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 140 | 0 | 0.16 | 0.04 | 0.43 | 315 | 0.1 | 0.53 |
| Hex | 92 | 7A | 8C | 0 | 10 | 4 | 2B | 13B | A | 35 |
| Octal | 222 | 172 | 214 | 0 | 20 | 4 | 53 | 473 | 12 | 65 |
| Binary | 10010010 | 1111010 | 10001100 | 0 | 10000 | 100 | 101011 | 100111011 | 1010 | 110101 |
Color Harmonies of #927A8C
Complementary color
Monochromatic Colors of #927A8C
Black with #927A8C
Text Example
Text Example
White with #927A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A8C; }
p { color: rgb(146,122,140); }
H1.HeaderClassName
{
color: #927A8C;
}
.AnyTagClassName
{
color: #927A8C;
}
</style>
background-color css
<style>
a { background-color: #927A8C; }
a { background-color: rgb(146,122,140); }
div.DivClassName
{
background-color: #927A8C;
}
.BgClassName
{
background-color: #927A8C;
}
</style>
border-color css
<style>
span { border-color: #927A8C; }
span { border-color: rgb(146,122,140); }
td.TdClassName
{
border-color: #927A8C;
}
.TagClassName
{
border-color: #927A8C;
}
</style>