#8E6F87

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

Shades of Mountbatten Pink #8E6F87

Tints of Mountbatten Pink #8E6F87

Color information

#8E6F87 (or 0x8E6F87) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 6F and 87. RGB value is (142,111,135). Sum of RGB (Red+Green+Blue) = 142+111+135=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F87 is #719078. Grayscale: #7A7A7A. Windows color (decimal): -7442553 or 8875918. OLE color: 8875918.

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

Color convert

RGB142111135-
CMYK00.220.050.44
HSL313.55º12.25%49.61%-
HSV(B)313.55º21.83%55.69%-
XYZ21.2118.8725.45-
YUV123134.77141.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=36.60%
G=28.61%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211113500.220.050.44313.5512.2549.61
Hex8E6F8701652C13ac32
Octal2161572070265544721462
Binary100011101101111100001110101101011011001001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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