#8E8CDB

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

Shades of Portage #8E8CDB

Tints of Portage #8E8CDB

Color information

#8E8CDB (or 0x8E8CDB) is unknown color: approx Portage. HEX triplet: 8E, 8C and DB. RGB value is (142,140,219). Sum of RGB (Red+Green+Blue) = 142+140+219=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CDB is #717324. Grayscale: #959595. Windows color (decimal): -7435045 or 14388366. OLE color: 14388366.

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

Color convert

RGB142140219-
CMYK0.350.3600.14
HSL241.52º52.32%70.39%-
HSV(B)241.52º36.07%85.88%-
XYZ33.3229.6270.98-
YUV149.6167.16122.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=28.34%
G=27.94%
B=43.71%

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
Decimal1421402190.350.3600.14241.5252.3270.39
Hex8E8CDB23240Ef23446
Octal216214333434401636264106
Binary10001110100011001101101110001110010001110111100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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