#8494EC

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

Shades of Portage #8494EC

Tints of Portage #8494EC

Color information

#8494EC (or 0x8494EC) is unknown color: approx Portage. HEX triplet: 84, 94 and EC. RGB value is (132,148,236). Sum of RGB (Red+Green+Blue) = 132+148+236=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8494EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8494EC is #7B6B13. Grayscale: #989898. Windows color (decimal): -8088340 or 15504516. OLE color: 15504516.

HSL color Cylindrical-coordinate representation of color #8494EC: hue angle of 230.77º 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 #8494EC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132148236-
CMYK0.440.3700.07
HSL230.77º73.24%72.16%-
HSV(B)230.77º44.07%92.55%-
XYZ35.2532.1483.7-
YUV153.25174.7112.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=25.58%
G=28.68%
B=45.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321482360.440.3700.07230.7773.2472.16
Hex8494EC2C2507e74948
Octal204224354544507347111110
Binary10000100100101001110110010110010010101111110011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8494EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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