#8090EC

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

Shades of Portage #8090EC

Tints of Portage #8090EC

Color information

#8090EC (or 0x8090EC) is unknown color: approx Portage. HEX triplet: 80, 90 and EC. RGB value is (128,144,236). Sum of RGB (Red+Green+Blue) = 128+144+236=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #8090EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8090EC is #7F6F13. Grayscale: #959595. Windows color (decimal): -8351508 or 15503488. OLE color: 15503488.

HSL color Cylindrical-coordinate representation of color #8090EC: hue angle of 231.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8090EC is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128144236-
CMYK0.460.3900.07
HSL231.11º73.97%71.37%-
HSV(B)231.11º45.76%92.55%-
XYZ34.0230.5983.47-
YUV149.7176.7112.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=25.20%
G=28.35%
B=46.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281442360.460.3900.07231.1173.9771.37
Hex8090EC2E2707e74a47
Octal200220354564707347112107
Binary10000000100100001110110010111010011101111110011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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