#8488EA

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

Shades of Portage #8488EA

Tints of Portage #8488EA

Color information

#8488EA (or 0x8488EA) is unknown color: approx Portage. HEX triplet: 84, 88 and EA. RGB value is (132,136,234). Sum of RGB (Red+Green+Blue) = 132+136+234=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #8488EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488EA is #7B7715. Grayscale: #919191. Windows color (decimal): -8091414 or 15370372. OLE color: 15370372.

HSL color Cylindrical-coordinate representation of color #8488EA: hue angle of 237.65º 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 #8488EA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132136234-
CMYK0.440.4200.08
HSL237.65º70.83%71.76%-
HSV(B)237.65º43.59%91.76%-
XYZ33.1728.4581.59-
YUV145.98177.67118.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=26.29%
G=27.09%
B=46.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321362340.440.4200.08237.6570.8371.76
Hex8488EA2C2A08ee4748
Octal2042103525452010356107110
Binary100001001000100011101010101100101010010001110111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8488EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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