#809CDB

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

Shades of Portage #809CDB

Tints of Portage #809CDB

Color information

#809CDB (or 0x809CDB) is unknown color: approx Portage. HEX triplet: 80, 9C and DB. RGB value is (128,156,219). Sum of RGB (Red+Green+Blue) = 128+156+219=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #809CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDB is #7F6324. Grayscale: #9A9A9A. Windows color (decimal): -8348453 or 14392448. OLE color: 14392448.

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

Color convert

RGB128156219-
CMYK0.420.2900.14
HSL221.54º55.83%68.04%-
HSV(B)221.54º41.55%85.88%-
XYZ33.5833.4871.71-
YUV154.81164.22108.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=25.45%
G=31.01%
B=43.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281562190.420.2900.14221.5455.8368.04
Hex809CDB2A1D0Ede3844
Octal200234333523501633670104
Binary1000000010011100110110111010101110101110110111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809CDB; }

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

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

<style>
 a { background-color: #809CDB; }

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

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

<style>
 span { border-color: #809CDB; }

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

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