#8E8DDB

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

Shades of Portage #8E8DDB

Tints of Portage #8E8DDB

Color information

#8E8DDB (or 0x8E8DDB) is unknown color: approx Portage. HEX triplet: 8E, 8D and DB. RGB value is (142,141,219). Sum of RGB (Red+Green+Blue) = 142+141+219=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DDB is #717224. Grayscale: #959595. Windows color (decimal): -7434789 or 14388622. OLE color: 14388622.

HSL color Cylindrical-coordinate representation of color #8E8DDB: hue angle of 240.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E8DDB is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142141219-
CMYK0.350.3600.14
HSL240.77º52%70.59%-
HSV(B)240.77º35.62%85.88%-
XYZ33.4729.9271.03-
YUV150.19166.83122.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=28.29%
G=28.09%
B=43.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421412190.350.3600.14240.775270.59
Hex8E8DDB23240Ef13447
Octal216215333434401636164107
Binary10001110100011011101101110001110010001110111100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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