#987E91

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

Shades of Mountbatten Pink #987E91

Tints of Mountbatten Pink #987E91

Color information

#987E91 (or 0x987E91) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 7E and 91. RGB value is (152,126,145). Sum of RGB (Red+Green+Blue) = 152+126+145=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E91 is #67816E. Grayscale: #878787. Windows color (decimal): -6783343 or 9535128. OLE color: 9535128.

HSL color Cylindrical-coordinate representation of color #987E91: hue angle of 316.15º 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 #987E91 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB152126145-
CMYK00.170.050.40
HSL316.15º11.21%54.51%-
HSV(B)316.15º17.11%59.61%-
XYZ25.5223.6430.01-
YUV135.94133.11139.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=35.93%
G=29.79%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212614500.170.050.40316.1511.2154.51
Hex987E9101152813cb37
Octal2301762210215504741367
Binary100110001111110100100010100011011010001001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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