#808EDB

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

Shades of Portage #808EDB

Tints of Portage #808EDB

Color information

#808EDB (or 0x808EDB) is unknown color: approx Portage. HEX triplet: 80, 8E and DB. RGB value is (128,142,219). Sum of RGB (Red+Green+Blue) = 128+142+219=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #808EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EDB is #7F7124. Grayscale: #929292. Windows color (decimal): -8352037 or 14388864. OLE color: 14388864.

HSL color Cylindrical-coordinate representation of color #808EDB: hue angle of 230.77º degrees, saturation: 0.56, 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 #808EDB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128142219-
CMYK0.420.3500.14
HSL230.77º55.83%68.04%-
HSV(B)230.77º41.55%85.88%-
XYZ31.3629.0570.97-
YUV146.59168.86114.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=26.18%
G=29.04%
B=44.79%

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
Decimal1281422190.420.3500.14230.7755.8368.04
Hex808EDB2A230Ee73844
Octal200216333524301634770104
Binary10000000100011101101101110101010001101110111001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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