#809BDA

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

Shades of Portage #809BDA

Tints of Portage #809BDA

Color information

#809BDA (or 0x809BDA) is unknown color: approx Portage. HEX triplet: 80, 9B and DA. RGB value is (128,155,218). Sum of RGB (Red+Green+Blue) = 128+155+218=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #809BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDA is #7F6425. Grayscale: #999999. Windows color (decimal): -8348710 or 14326656. OLE color: 14326656.

HSL color Cylindrical-coordinate representation of color #809BDA: hue angle of 222º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809BDA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128155218-
CMYK0.410.2900.15
HSL222º54.88%67.84%-
HSV(B)222º41.28%85.49%-
XYZ33.2833.0970.96-
YUV154.11164.05109.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=25.55%
G=30.94%
B=43.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281552180.410.2900.1522254.8867.84
Hex809BDA291D0Fde3744
Octal200233332513501733667104
Binary1000000010011011110110101010011110101111110111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,218); }

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

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

 a { background-color: rgb(128,155,218); }

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

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

 span { border-color: rgb(128,155,218); }

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