#8090EF

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

Shades of Portage #8090EF

Tints of Portage #8090EF

Color information

#8090EF (or 0x8090EF) is unknown color: approx Portage. HEX triplet: 80, 90 and EF. RGB value is (128,144,239). Sum of RGB (Red+Green+Blue) = 128+144+239=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #8090EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8090EF is #7F6F10. Grayscale: #959595. Windows color (decimal): -8351505 or 15700096. OLE color: 15700096.

HSL color Cylindrical-coordinate representation of color #8090EF: hue angle of 231.35º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8090EF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128144239-
CMYK0.460.4000.06
HSL231.35º77.62%71.96%-
HSV(B)231.35º46.44%93.73%-
XYZ34.4630.7785.78-
YUV150.05178.2112.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=25.05%
G=28.18%
B=46.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281442390.460.4000.06231.3577.6271.96
Hex8090EF2E2806e74e48
Octal200220357565006347116110
Binary10000000100100001110111110111010100001101110011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8090EF; }

 p { color: rgb(128,144,239); }

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

<style>
 a { background-color: #8090EF; }

 a { background-color: rgb(128,144,239); }

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

<style>
 span { border-color: #8090EF; }

 span { border-color: rgb(128,144,239); }

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