#808EDC

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

Shades of Portage #808EDC

Tints of Portage #808EDC

Color information

#808EDC (or 0x808EDC) is unknown color: approx Portage. HEX triplet: 80, 8E and DC. RGB value is (128,142,220). Sum of RGB (Red+Green+Blue) = 128+142+220=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #808EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EDC is #7F7123. Grayscale: #929292. Windows color (decimal): -8352036 or 14454400. OLE color: 14454400.

HSL color Cylindrical-coordinate representation of color #808EDC: hue angle of 230.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808EDC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128142220-
CMYK0.420.3500.14
HSL230.87º56.79%68.24%-
HSV(B)230.87º41.82%86.27%-
XYZ31.4929.171.67-
YUV146.71169.36114.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=26.12%
G=28.98%
B=44.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281422200.420.3500.14230.8756.7968.24
Hex808EDC2A230Ee73944
Octal200216334524301634771104
Binary10000000100011101101110010101010001101110111001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808EDC; }

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

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

<style>
 a { background-color: #808EDC; }

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

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

<style>
 span { border-color: #808EDC; }

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

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