#8E8DF3

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

Shades of Portage #8E8DF3

Tints of Portage #8E8DF3

Color information

#8E8DF3 (or 0x8E8DF3) is unknown color: approx Portage. HEX triplet: 8E, 8D and F3. RGB value is (142,141,243). Sum of RGB (Red+Green+Blue) = 142+141+243=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E8DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DF3 is #71720C. Grayscale: #989898. Windows color (decimal): -7434765 or 15961486. OLE color: 15961486.

HSL color Cylindrical-coordinate representation of color #8E8DF3: hue angle of 240.59º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E8DF3 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142141243-
CMYK0.420.4200.05
HSL240.59º80.95%75.29%-
HSV(B)240.59º41.98%95.29%-
XYZ36.8631.2788.89-
YUV152.93178.83120.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 243 (95.31% from 255) = 46.20%
R=27.00%
G=26.81%
B=46.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421412430.420.4200.05240.5980.9575.29
Hex8E8DF32A2A05f1514b
Octal216215363525205361121113
Binary10001110100011011111001110101010101001011111000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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