#8E7884

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

Shades of Mountbatten Pink #8E7884

Tints of Mountbatten Pink #8E7884

Color information

#8E7884 (or 0x8E7884) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 78 and 84. RGB value is (142,120,132). Sum of RGB (Red+Green+Blue) = 142+120+132=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7884 is #71877B. Grayscale: #7F7F7F. Windows color (decimal): -7440252 or 8681614. OLE color: 8681614.

HSL color Cylindrical-coordinate representation of color #8E7884: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E7884 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB142120132-
CMYK00.150.070.44
HSL327.27º8.87%51.37%-
HSV(B)327.27º15.49%55.69%-
XYZ22.0420.8524.69-
YUV127.95130.29138.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=36.04%
G=30.46%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212013200.150.070.44327.278.8751.37
Hex8E78840F72C147933
Octal2161702040177545071163
Binary10001110111100010000100011111111011001010001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7884; }

 p { color: rgb(142,120,132); }

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

<style>
 a { background-color: #8E7884; }

 a { background-color: rgb(142,120,132); }

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

<style>
 span { border-color: #8E7884; }

 span { border-color: rgb(142,120,132); }

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