#8E7286

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

Shades of Mountbatten Pink #8E7286

Tints of Mountbatten Pink #8E7286

Color information

#8E7286 (or 0x8E7286) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 72 and 86. RGB value is (142,114,134). Sum of RGB (Red+Green+Blue) = 142+114+134=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7286 is #718D79. Grayscale: #7C7C7C. Windows color (decimal): -7441786 or 8811150. OLE color: 8811150.

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

Color convert

RGB142114134-
CMYK00.200.060.44
HSL317.14º11.02%50.2%-
HSV(B)317.14º19.72%55.69%-
XYZ21.4819.5125.19-
YUV124.65133.28140.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=36.41%
G=29.23%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211413400.200.060.44317.1411.0250.2
Hex8E728601462C13db32
Octal2161622060246544751362
Binary100011101110010100001100101001101011001001111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,134); }

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

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

 a { background-color: rgb(142,114,134); }

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

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

 span { border-color: rgb(142,114,134); }

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