#8393EA

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

Shades of Portage #8393EA

Tints of Portage #8393EA

Color information

#8393EA (or 0x8393EA) is unknown color: approx Portage. HEX triplet: 83, 93 and EA. RGB value is (131,147,234). Sum of RGB (Red+Green+Blue) = 131+147+234=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #8393EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8393EA is #7C6C15. Grayscale: #979797. Windows color (decimal): -8154134 or 15373187. OLE color: 15373187.

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

Color convert

RGB131147234-
CMYK0.440.3700.08
HSL230.68º71.03%71.57%-
HSV(B)230.68º44.02%91.76%-
XYZ34.6531.6382.12-
YUV152.13174.2112.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=25.59%
G=28.71%
B=45.70%

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
Decimal1311472340.440.3700.08230.6871.0371.57
Hex8393EA2C2508e74748
Octal2032233525445010347107110
Binary100000111001001111101010101100100101010001110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,147,234); }

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

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

 a { background-color: rgb(131,147,234); }

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

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

 span { border-color: rgb(131,147,234); }

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