#8490EC

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

Shades of Portage #8490EC

Tints of Portage #8490EC

Color information

#8490EC (or 0x8490EC) is unknown color: approx Portage. HEX triplet: 84, 90 and EC. RGB value is (132,144,236). Sum of RGB (Red+Green+Blue) = 132+144+236=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #8490EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490EC is #7B6F13. Grayscale: #969696. Windows color (decimal): -8089364 or 15503492. OLE color: 15503492.

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

Color convert

RGB132144236-
CMYK0.440.3900.07
HSL233.08º73.24%72.16%-
HSV(B)233.08º44.07%92.55%-
XYZ34.6330.9183.5-
YUV150.9176.02114.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=25.78%
G=28.12%
B=46.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321442360.440.3900.07233.0873.2472.16
Hex8490EC2C2707e94948
Octal204220354544707351111110
Binary10000100100100001110110010110010011101111110100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8490EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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