Shades of Mountbatten Pink #907985
Tints of Mountbatten Pink #907985
RGB
CMYK
RGB Variations
Color information
#907985 (or 0x907985) is known color: Mountbatten Pink. HEX triplet: 90, 79 and 85. RGB value is (144,121,133). Sum of RGB (Red+Green+Blue) = 144+121+133=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #907985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907985 is #6F867A. Grayscale: #818181. Windows color (decimal): -7308923 or 8747408. OLE color: 8747408.
HSL color Cylindrical-coordinate representation of color #907985: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907985 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 133 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.44 |
| HSL | 328.7º | 0.09% | 0.52% | - |
| HSV(B) | 328.7º | 0.16% | 0.56% | - |
| XYZ | 22.57 | 21.3 | 25.11 | - |
| YUV | 129.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 133 | 0 | 0.16 | 0.08 | 0.44 | 328.7 | 0.09 | 0.52 |
| Hex | 90 | 79 | 85 | 0 | 10 | 8 | 2C | 149 | 9 | 34 |
| Octal | 220 | 171 | 205 | 0 | 20 | 10 | 54 | 511 | 11 | 64 |
| Binary | 10010000 | 1111001 | 10000101 | 0 | 10000 | 1000 | 101100 | 101001001 | 1001 | 110100 |
Color Harmonies of #907985
Complementary color
Monochromatic Colors of #907985
Black with #907985
Text Example
Text Example
White with #907985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907985; }
p { color: rgb(144,121,133); }
H1.HeaderClassName
{
color: #907985;
}
.AnyTagClassName
{
color: #907985;
}
</style>
background-color css
<style>
a { background-color: #907985; }
a { background-color: rgb(144,121,133); }
div.DivClassName
{
background-color: #907985;
}
.BgClassName
{
background-color: #907985;
}
</style>
border-color css
<style>
span { border-color: #907985; }
span { border-color: rgb(144,121,133); }
td.TdClassName
{
border-color: #907985;
}
.TagClassName
{
border-color: #907985;
}
</style>