#8E8CDA

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

Shades of Portage #8E8CDA

Tints of Portage #8E8CDA

Color information

#8E8CDA (or 0x8E8CDA) is unknown color: approx Portage. HEX triplet: 8E, 8C and DA. RGB value is (142,140,218). Sum of RGB (Red+Green+Blue) = 142+140+218=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CDA is #717325. Grayscale: #959595. Windows color (decimal): -7435046 or 14322830. OLE color: 14322830.

HSL color Cylindrical-coordinate representation of color #8E8CDA: hue angle of 241.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E8CDA is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142140218-
CMYK0.350.3600.15
HSL241.54º51.32%70.2%-
HSV(B)241.54º35.78%85.49%-
XYZ33.1929.5770.29-
YUV149.49166.66122.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=28.4%
G=28%
B=43.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421402180.350.3600.15241.5451.3270.2
Hex8E8CDA23240Ff23346
Octal216214332434401736263106
Binary10001110100011001101101010001110010001111111100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,218); }

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

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

 a { background-color: rgb(142,140,218); }

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

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

 span { border-color: rgb(142,140,218); }

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