#809AD0

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

Shades of Portage #809AD0

Tints of Portage #809AD0

Color information

#809AD0 (or 0x809AD0) is unknown color: approx Portage. HEX triplet: 80, 9A and D0. RGB value is (128,154,208). Sum of RGB (Red+Green+Blue) = 128+154+208=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #809AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AD0 is #7F652F. Grayscale: #989898. Windows color (decimal): -8348976 or 13671040. OLE color: 13671040.

HSL color Cylindrical-coordinate representation of color #809AD0: hue angle of 220.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809AD0 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128154208-
CMYK0.380.2600.18
HSL220.5º45.98%65.88%-
HSV(B)220.5º38.46%81.57%-
XYZ31.8432.2564.22-
YUV152.38159.39110.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=26.12%
G=31.43%
B=42.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281542080.380.2600.18220.545.9865.88
Hex809AD0261A012dc2e42
Octal200232320463202233456102
Binary10000000100110101101000010011011010010010110111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,154,208); }

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

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

 a { background-color: rgb(128,154,208); }

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

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

 span { border-color: rgb(128,154,208); }

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