Shades of Mountbatten Pink #987B8B
Tints of Mountbatten Pink #987B8B
RGB
CMYK
RGB Variations
Color information
#987B8B (or 0x987B8B) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 8B. RGB value is (152,123,139). Sum of RGB (Red+Green+Blue) = 152+123+139=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B8B is #678474. Grayscale: #858585. Windows color (decimal): -6784117 or 9141144. OLE color: 9141144.
HSL color Cylindrical-coordinate representation of color #987B8B: hue angle of 326.9º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B8B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 139 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.40 |
| HSL | 326.9º | 0.12% | 0.54% | - |
| HSV(B) | 326.9º | 0.19% | 0.6% | - |
| XYZ | 24.69 | 22.71 | 27.51 | - |
| YUV | 133.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 139 | 0 | 0.19 | 0.09 | 0.40 | 326.9 | 0.12 | 0.54 |
| Hex | 98 | 7B | 8B | 0 | 13 | 9 | 28 | 147 | C | 36 |
| Octal | 230 | 173 | 213 | 0 | 23 | 11 | 50 | 507 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10001011 | 0 | 10011 | 1001 | 101000 | 101000111 | 1100 | 110110 |
Color Harmonies of #987B8B
Complementary color
Monochromatic Colors of #987B8B
Black with #987B8B
Text Example
Text Example
White with #987B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B8B; }
p { color: rgb(152,123,139); }
H1.HeaderClassName
{
color: #987B8B;
}
.AnyTagClassName
{
color: #987B8B;
}
</style>
background-color css
<style>
a { background-color: #987B8B; }
a { background-color: rgb(152,123,139); }
div.DivClassName
{
background-color: #987B8B;
}
.BgClassName
{
background-color: #987B8B;
}
</style>
border-color css
<style>
span { border-color: #987B8B; }
span { border-color: rgb(152,123,139); }
td.TdClassName
{
border-color: #987B8B;
}
.TagClassName
{
border-color: #987B8B;
}
</style>