#8E708A

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

Shades of Mountbatten Pink #8E708A

Tints of Mountbatten Pink #8E708A

Color information

#8E708A (or 0x8E708A) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 70 and 8A. RGB value is (142,112,138). Sum of RGB (Red+Green+Blue) = 142+112+138=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E708A is #718F75. Grayscale: #7B7B7B. Windows color (decimal): -7442294 or 9072782. OLE color: 9072782.

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

Color convert

RGB142112138-
CMYK00.210.030.44
HSL308º11.81%49.8%-
HSV(B)308º21.13%55.69%-
XYZ21.5419.1726.61-
YUV123.93135.94140.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=36.22%
G=28.57%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211213800.210.030.4430811.8149.8
Hex8E708A01532C134c32
Octal2161602120253544641462
Binary10001110111000010001010010101111011001001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,138); }

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

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

 a { background-color: rgb(142,112,138); }

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

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

 span { border-color: rgb(142,112,138); }

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