#809BDC

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

Shades of Portage #809BDC

Tints of Portage #809BDC

Color information

#809BDC (or 0x809BDC) is unknown color: approx Portage. HEX triplet: 80, 9B and DC. RGB value is (128,155,220). Sum of RGB (Red+Green+Blue) = 128+155+220=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #809BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDC is #7F6423. Grayscale: #9A9A9A. Windows color (decimal): -8348708 or 14457728. OLE color: 14457728.

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

Color convert

RGB128155220-
CMYK0.420.3000.14
HSL222.39º56.79%68.24%-
HSV(B)222.39º41.82%86.27%-
XYZ33.5433.272.35-
YUV154.34165.05109.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=25.45%
G=30.82%
B=43.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281552200.420.3000.14222.3956.7968.24
Hex809BDC2A1E0Ede3944
Octal200233334523601633671104
Binary1000000010011011110111001010101111001110110111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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