#8091EA

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

Shades of Portage #8091EA

Tints of Portage #8091EA

Color information

#8091EA (or 0x8091EA) is unknown color: approx Portage. HEX triplet: 80, 91 and EA. RGB value is (128,145,234). Sum of RGB (Red+Green+Blue) = 128+145+234=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #8091EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8091EA is #7F6E15. Grayscale: #959595. Windows color (decimal): -8351254 or 15372672. OLE color: 15372672.

HSL color Cylindrical-coordinate representation of color #8091EA: hue angle of 230.38º 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 #8091EA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128145234-
CMYK0.450.3800.08
HSL230.38º71.62%70.98%-
HSV(B)230.38º45.3%91.76%-
XYZ33.8830.7882-
YUV150.06175.37112.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=25.25%
G=28.60%
B=46.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281452340.450.3800.08230.3871.6270.98
Hex8091EA2D2608e64847
Octal2002213525546010346110107
Binary100000001001000111101010101101100110010001110011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8091EA; }

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

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

<style>
 a { background-color: #8091EA; }

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

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

<style>
 span { border-color: #8091EA; }

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

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