#809DDB

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

Shades of Portage #809DDB

Tints of Portage #809DDB

Color information

#809DDB (or 0x809DDB) is unknown color: approx Portage. HEX triplet: 80, 9D and DB. RGB value is (128,157,219). Sum of RGB (Red+Green+Blue) = 128+157+219=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #809DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDB is #7F6224. Grayscale: #9B9B9B. Windows color (decimal): -8348197 or 14392704. OLE color: 14392704.

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

Color convert

RGB128157219-
CMYK0.420.2800.14
HSL220.88º55.83%68.04%-
HSV(B)220.88º41.55%85.88%-
XYZ33.7533.8271.77-
YUV155.4163.89108.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=25.40%
G=31.15%
B=43.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281572190.420.2800.14220.8855.8368.04
Hex809DDB2A1C0Edd3844
Octal200235333523401633570104
Binary1000000010011101110110111010101110001110110111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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