#8E8DEA

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

Shades of Portage #8E8DEA

Tints of Portage #8E8DEA

Color information

#8E8DEA (or 0x8E8DEA) is unknown color: approx Portage. HEX triplet: 8E, 8D and EA. RGB value is (142,141,234). Sum of RGB (Red+Green+Blue) = 142+141+234=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DEA is #717215. Grayscale: #979797. Windows color (decimal): -7434774 or 15371662. OLE color: 15371662.

HSL color Cylindrical-coordinate representation of color #8E8DEA: hue angle of 240.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8DEA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142141234-
CMYK0.390.4000.08
HSL240.65º68.89%73.53%-
HSV(B)240.65º39.74%91.76%-
XYZ35.5330.7481.9-
YUV151.9174.33120.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=27.47%
G=27.27%
B=45.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421412340.390.4000.08240.6568.8973.53
Hex8E8DEA272808f1454a
Octal2162153524750010361105112
Binary100011101000110111101010100111101000010001111000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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