Shades of Mountbatten Pink #927B8C
Tints of Mountbatten Pink #927B8C
RGB
CMYK
RGB Variations
Color information
#927B8C (or 0x927B8C) is known color: Mountbatten Pink. HEX triplet: 92, 7B and 8C. RGB value is (146,123,140). Sum of RGB (Red+Green+Blue) = 146+123+140=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #927B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B8C is #6D8473. Grayscale: #838383. Windows color (decimal): -7177332 or 9206674. OLE color: 9206674.
HSL color Cylindrical-coordinate representation of color #927B8C: hue angle of 315.65º 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 #927B8C is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 140 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.43 |
| HSL | 315.65º | 0.1% | 0.53% | - |
| HSV(B) | 315.65º | 0.16% | 0.57% | - |
| XYZ | 23.67 | 22.17 | 27.84 | - |
| YUV | 131.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 140 | 0 | 0.16 | 0.04 | 0.43 | 315.65 | 0.1 | 0.53 |
| Hex | 92 | 7B | 8C | 0 | 10 | 4 | 2B | 13C | A | 35 |
| Octal | 222 | 173 | 214 | 0 | 20 | 4 | 53 | 474 | 12 | 65 |
| Binary | 10010010 | 1111011 | 10001100 | 0 | 10000 | 100 | 101011 | 100111100 | 1010 | 110101 |
Color Harmonies of #927B8C
Complementary color
Monochromatic Colors of #927B8C
Black with #927B8C
Text Example
Text Example
White with #927B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B8C; }
p { color: rgb(146,123,140); }
H1.HeaderClassName
{
color: #927B8C;
}
.AnyTagClassName
{
color: #927B8C;
}
</style>
background-color css
<style>
a { background-color: #927B8C; }
a { background-color: rgb(146,123,140); }
div.DivClassName
{
background-color: #927B8C;
}
.BgClassName
{
background-color: #927B8C;
}
</style>
border-color css
<style>
span { border-color: #927B8C; }
span { border-color: rgb(146,123,140); }
td.TdClassName
{
border-color: #927B8C;
}
.TagClassName
{
border-color: #927B8C;
}
</style>