Shades of Mountbatten Pink #8F738C
Tints of Mountbatten Pink #8F738C
RGB
CMYK
RGB Variations
Color information
#8F738C (or 0x8F738C) is known color: Mountbatten Pink. HEX triplet: 8F, 73 and 8C. RGB value is (143,115,140). Sum of RGB (Red+Green+Blue) = 143+115+140=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738C is #708C73. Grayscale: #7E7E7E. Windows color (decimal): -7375988 or 9204623. OLE color: 9204623.
HSL color Cylindrical-coordinate representation of color #8F738C: hue angle of 306.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F738C is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 140 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.44 |
| HSL | 306.43º | 0.11% | 0.51% | - |
| HSV(B) | 306.43º | 0.2% | 0.56% | - |
| XYZ | 22.19 | 19.99 | 27.5 | - |
| YUV | 126.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 140 | 0 | 0.20 | 0.02 | 0.44 | 306.43 | 0.11 | 0.51 |
| Hex | 8F | 73 | 8C | 0 | 14 | 2 | 2C | 132 | B | 33 |
| Octal | 217 | 163 | 214 | 0 | 24 | 2 | 54 | 462 | 13 | 63 |
| Binary | 10001111 | 1110011 | 10001100 | 0 | 10100 | 10 | 101100 | 100110010 | 1011 | 110011 |
Color Harmonies of #8F738C
Complementary color
Monochromatic Colors of #8F738C
Black with #8F738C
Text Example
Text Example
White with #8F738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F738C; }
p { color: rgb(143,115,140); }
H1.HeaderClassName
{
color: #8F738C;
}
.AnyTagClassName
{
color: #8F738C;
}
</style>
background-color css
<style>
a { background-color: #8F738C; }
a { background-color: rgb(143,115,140); }
div.DivClassName
{
background-color: #8F738C;
}
.BgClassName
{
background-color: #8F738C;
}
</style>
border-color css
<style>
span { border-color: #8F738C; }
span { border-color: rgb(143,115,140); }
td.TdClassName
{
border-color: #8F738C;
}
.TagClassName
{
border-color: #8F738C;
}
</style>