#8D8EDC

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

Shades of Portage #8D8EDC

Tints of Portage #8D8EDC

Color information

#8D8EDC (or 0x8D8EDC) is unknown color: approx Portage. HEX triplet: 8D, 8E and DC. RGB value is (141,142,220). Sum of RGB (Red+Green+Blue) = 141+142+220=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8EDC is #727123. Grayscale: #969696. Windows color (decimal): -7500068 or 14454413. OLE color: 14454413.

HSL color Cylindrical-coordinate representation of color #8D8EDC: hue angle of 239.24º degrees, saturation: 0.53, 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 #8D8EDC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141142220-
CMYK0.360.3500.14
HSL239.24º53.02%70.78%-
HSV(B)239.24º35.91%86.27%-
XYZ33.5830.1871.77-
YUV150.59167.17121.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=28.03%
G=28.23%
B=43.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411422200.360.3500.14239.2453.0270.78
Hex8D8EDC24230Eef3547
Octal215216334444301635765107
Binary10001101100011101101110010010010001101110111011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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