#987E8E

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

Shades of Mountbatten Pink #987E8E

Tints of Mountbatten Pink #987E8E

Color information

#987E8E (or 0x987E8E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7E and 8E. RGB value is (152,126,142). Sum of RGB (Red+Green+Blue) = 152+126+142=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E8E is #678171. Grayscale: #878787. Windows color (decimal): -6783346 or 9338520. OLE color: 9338520.

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

Color convert

RGB152126142-
CMYK00.170.070.40
HSL323.08º11.21%54.51%-
HSV(B)323.08º17.11%59.61%-
XYZ25.2923.5528.8-
YUV135.6131.61139.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=36.19%
G=30%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212614200.170.070.40323.0811.2154.51
Hex987E8E011728143b37
Octal2301762160217505031367
Binary100110001111110100011100100011111010001010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,142); }

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

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

 a { background-color: rgb(152,126,142); }

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

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

 span { border-color: rgb(152,126,142); }

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