#987D8D

Color #987D8D Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #987D8D

Tints of Mountbatten Pink #987D8D

Color information

#987D8D (or 0x987D8D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7D and 8D. RGB value is (152,125,141). Sum of RGB (Red+Green+Blue) = 152+125+141=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D8D is #678272. Grayscale: #868686. Windows color (decimal): -6783603 or 9272728. OLE color: 9272728.

HSL color Cylindrical-coordinate representation of color #987D8D: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D8D is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152125141-
CMYK00.180.070.40
HSL324.44º11.59%54.31%-
HSV(B)324.44º17.76%59.61%-
XYZ25.0923.2728.37-
YUV134.9131.45140.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=36.36%
G=29.90%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212514100.180.070.40324.4411.5954.31
Hex987D8D012728144c36
Octal2301752150227505041466
Binary100110001111101100011010100101111010001010001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D8D; }

 p { color: rgb(152,125,141); }

 H1.HeaderClassName
 {
   color: #987D8D;
 }
 .AnyTagClassName
 {
   color: #987D8D;
 }
</style>
background-color css

<style>
 a { background-color: #987D8D; }

 a { background-color: rgb(152,125,141); }

 div.DivClassName
 {
   background-color: #987D8D;
 }
 .BgClassName
 {
   background-color: #987D8D;
 }
</style>
border-color css

<style>
 span { border-color: #987D8D; }

 span { border-color: rgb(152,125,141); }

 td.TdClassName
 {
   border-color: #987D8D;
 }
 .TagClassName
 {
   border-color: #987D8D;
 }
</style>