#8493EB

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

Shades of Portage #8493EB

Tints of Portage #8493EB

Color information

#8493EB (or 0x8493EB) is unknown color: approx Portage. HEX triplet: 84, 93 and EB. RGB value is (132,147,235). Sum of RGB (Red+Green+Blue) = 132+147+235=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #8493EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493EB is #7B6C14. Grayscale: #989898. Windows color (decimal): -8088597 or 15438724. OLE color: 15438724.

HSL color Cylindrical-coordinate representation of color #8493EB: hue angle of 231.26º degrees, saturation: 0.72, 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 #8493EB is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132147235-
CMYK0.440.3700.08
HSL231.26º72.03%71.96%-
HSV(B)231.26º43.83%92.16%-
XYZ34.9431.7782.89-
YUV152.55174.53113.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.68%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=25.68%
G=28.60%
B=45.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321472350.440.3700.08231.2672.0371.96
Hex8493EB2C2508e74848
Octal2042233535445010347110110
Binary100001001001001111101011101100100101010001110011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8493EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8493EB; }

 p { color: rgb(132,147,235); }

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

<style>
 a { background-color: #8493EB; }

 a { background-color: rgb(132,147,235); }

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

<style>
 span { border-color: #8493EB; }

 span { border-color: rgb(132,147,235); }

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