#809CF2

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

Shades of Portage #809CF2

Tints of Portage #809CF2

Color information

#809CF2 (or 0x809CF2) is unknown color: approx Portage. HEX triplet: 80, 9C and F2. RGB value is (128,156,242). Sum of RGB (Red+Green+Blue) = 128+156+242=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #809CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CF2 is #7F630D. Grayscale: #9D9D9D. Windows color (decimal): -8348430 or 15899776. OLE color: 15899776.

HSL color Cylindrical-coordinate representation of color #809CF2: hue angle of 225.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809CF2 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128156242-
CMYK0.470.3600.05
HSL225.26º81.43%72.55%-
HSV(B)225.26º47.11%94.9%-
XYZ36.8234.7888.78-
YUV157.43175.72107.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=24.33%
G=29.66%
B=46.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281562420.470.3600.05225.2681.4372.55
Hex809CF22F2405e15149
Octal200234362574405341121111
Binary10000000100111001111001010111110010001011110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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