#8E7387

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

Shades of Mountbatten Pink #8E7387

Tints of Mountbatten Pink #8E7387

Color information

#8E7387 (or 0x8E7387) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 73 and 87. RGB value is (142,115,135). Sum of RGB (Red+Green+Blue) = 142+115+135=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7387 is #718C78. Grayscale: #7D7D7D. Windows color (decimal): -7441529 or 8876942. OLE color: 8876942.

HSL color Cylindrical-coordinate representation of color #8E7387: hue angle of 315.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7387 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB142115135-
CMYK00.190.050.44
HSL315.56º10.67%50.39%-
HSV(B)315.56º19.01%55.69%-
XYZ21.6619.7625.59-
YUV125.35133.45139.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=36.22%
G=29.34%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211513500.190.050.44315.5610.6750.39
Hex8E738701352C13cb32
Octal2161632070235544741362
Binary100011101110011100001110100111011011001001111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,135); }

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

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

 a { background-color: rgb(142,115,135); }

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

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

 span { border-color: rgb(142,115,135); }

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