#809CDE

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

Shades of Portage #809CDE

Tints of Portage #809CDE

Color information

#809CDE (or 0x809CDE) is unknown color: approx Portage. HEX triplet: 80, 9C and DE. RGB value is (128,156,222). Sum of RGB (Red+Green+Blue) = 128+156+222=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #809CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDE is #7F6321. Grayscale: #9A9A9A. Windows color (decimal): -8348450 or 14589056. OLE color: 14589056.

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

Color convert

RGB128156222-
CMYK0.420.3000.13
HSL222.13º58.75%68.63%-
HSV(B)222.13º42.34%87.06%-
XYZ33.9833.6473.81-
YUV155.15165.72108.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=25.30%
G=30.83%
B=43.87%

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
Decimal1281562220.420.3000.13222.1358.7568.63
Hex809CDE2A1E0Dde3b45
Octal200234336523601533673105
Binary1000000010011100110111101010101111001101110111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,222); }

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

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

 a { background-color: rgb(128,156,222); }

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

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

 span { border-color: rgb(128,156,222); }

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