#8491EA

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

Shades of Portage #8491EA

Tints of Portage #8491EA

Color information

#8491EA (or 0x8491EA) is unknown color: approx Portage. HEX triplet: 84, 91 and EA. RGB value is (132,145,234). Sum of RGB (Red+Green+Blue) = 132+145+234=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8491EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8491EA is #7B6E15. Grayscale: #969696. Windows color (decimal): -8089110 or 15372676. OLE color: 15372676.

HSL color Cylindrical-coordinate representation of color #8491EA: hue angle of 232.35º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8491EA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132145234-
CMYK0.440.3800.08
HSL232.35º70.83%71.76%-
HSV(B)232.35º43.59%91.76%-
XYZ34.4931.182.03-
YUV151.26174.69114.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=25.83%
G=28.38%
B=45.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321452340.440.3800.08232.3570.8371.76
Hex8491EA2C2608e84748
Octal2042213525446010350107110
Binary100001001001000111101010101100100110010001110100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8491EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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