#8E8DEC

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

Shades of Portage #8E8DEC

Tints of Portage #8E8DEC

Color information

#8E8DEC (or 0x8E8DEC) is unknown color: approx Portage. HEX triplet: 8E, 8D and EC. RGB value is (142,141,236). Sum of RGB (Red+Green+Blue) = 142+141+236=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DEC is #717213. Grayscale: #979797. Windows color (decimal): -7434772 or 15502734. OLE color: 15502734.

HSL color Cylindrical-coordinate representation of color #8E8DEC: hue angle of 240.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8DEC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142141236-
CMYK0.400.4000.07
HSL240.63º71.43%73.92%-
HSV(B)240.63º40.25%92.55%-
XYZ35.8230.8683.42-
YUV152.13175.33120.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=27.36%
G=27.17%
B=45.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421412360.400.4000.07240.6371.4373.92
Hex8E8DEC282807f1474a
Octal216215354505007361107112
Binary10001110100011011110110010100010100001111111000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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