#808DDB

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

Shades of Portage #808DDB

Tints of Portage #808DDB

Color information

#808DDB (or 0x808DDB) is unknown color: approx Portage. HEX triplet: 80, 8D and DB. RGB value is (128,141,219). Sum of RGB (Red+Green+Blue) = 128+141+219=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #808DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DDB is #7F7224. Grayscale: #919191. Windows color (decimal): -8352293 or 14388608. OLE color: 14388608.

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

Color convert

RGB128141219-
CMYK0.420.3600.14
HSL231.43º55.83%68.04%-
HSV(B)231.43º41.55%85.88%-
XYZ31.2128.7570.92-
YUV146169.19115.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=26.23%
G=28.89%
B=44.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281412190.420.3600.14231.4355.8368.04
Hex808DDB2A240Ee73844
Octal200215333524401634770104
Binary10000000100011011101101110101010010001110111001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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