#8E708D

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

Shades of Trendy Pink #8E708D

Tints of Trendy Pink #8E708D

Color information

#8E708D (or 0x8E708D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 70 and 8D. RGB value is (142,112,141). Sum of RGB (Red+Green+Blue) = 142+112+141=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E708D is #718F72. Grayscale: #7C7C7C. Windows color (decimal): -7442291 or 9269390. OLE color: 9269390.

HSL color Cylindrical-coordinate representation of color #8E708D: hue angle of 302º 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 #8E708D is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142112141-
CMYK00.210.010.44
HSL302º11.81%49.8%-
HSV(B)302º21.13%55.69%-
XYZ21.7619.2627.77-
YUV124.28137.44140.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=35.95%
G=28.35%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211214100.210.010.4430211.8149.8
Hex8E708D01512C12ec32
Octal2161602150251544561462
Binary1000111011100001000110101010111011001001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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