#8E8ADD

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

Shades of Portage #8E8ADD

Tints of Portage #8E8ADD

Color information

#8E8ADD (or 0x8E8ADD) is unknown color: approx Portage. HEX triplet: 8E, 8A and DD. RGB value is (142,138,221). Sum of RGB (Red+Green+Blue) = 142+138+221=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ADD is #717522. Grayscale: #949494. Windows color (decimal): -7435555 or 14518926. OLE color: 14518926.

HSL color Cylindrical-coordinate representation of color #8E8ADD: hue angle of 242.89º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E8ADD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142138221-
CMYK0.360.3800.13
HSL242.89º54.97%70.39%-
HSV(B)242.89º37.56%86.67%-
XYZ33.2929.1572.28-
YUV148.66168.83123.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=28.34%
G=27.54%
B=44.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421382210.360.3800.13242.8954.9770.39
Hex8E8ADD24260Df33746
Octal216212335444601536367106
Binary10001110100010101101110110010010011001101111100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,221); }

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

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

 a { background-color: rgb(142,138,221); }

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

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

 span { border-color: rgb(142,138,221); }

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