#809BDD

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

Shades of Portage #809BDD

Tints of Portage #809BDD

Color information

#809BDD (or 0x809BDD) is unknown color: approx Portage. HEX triplet: 80, 9B and DD. RGB value is (128,155,221). Sum of RGB (Red+Green+Blue) = 128+155+221=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #809BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDD is #7F6422. Grayscale: #9A9A9A. Windows color (decimal): -8348707 or 14523264. OLE color: 14523264.

HSL color Cylindrical-coordinate representation of color #809BDD: hue angle of 222.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809BDD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128155221-
CMYK0.420.3000.13
HSL222.58º57.76%68.43%-
HSV(B)222.58º42.08%86.67%-
XYZ33.6733.2573.05-
YUV154.45165.55109.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=25.40%
G=30.75%
B=43.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281552210.420.3000.13222.5857.7668.43
Hex809BDD2A1E0Ddf3a44
Octal200233335523601533772104
Binary1000000010011011110111011010101111001101110111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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