#809BEA

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

Shades of Portage #809BEA

Tints of Portage #809BEA

Color information

#809BEA (or 0x809BEA) is unknown color: approx Portage. HEX triplet: 80, 9B and EA. RGB value is (128,155,234). Sum of RGB (Red+Green+Blue) = 128+155+234=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #809BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BEA is #7F6415. Grayscale: #9B9B9B. Windows color (decimal): -8348694 or 15375232. OLE color: 15375232.

HSL color Cylindrical-coordinate representation of color #809BEA: hue angle of 224.72º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809BEA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128155234-
CMYK0.450.3400.08
HSL224.72º71.62%70.98%-
HSV(B)224.72º45.3%91.76%-
XYZ35.4733.9782.53-
YUV155.93172.05108.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.76%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=24.76%
G=29.98%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281552340.450.3400.08224.7271.6270.98
Hex809BEA2D2208e14847
Octal2002333525542010341110107
Binary100000001001101111101010101101100010010001110000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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