#8394EF

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

Shades of Portage #8394EF

Tints of Portage #8394EF

Color information

#8394EF (or 0x8394EF) is unknown color: approx Portage. HEX triplet: 83, 94 and EF. RGB value is (131,148,239). Sum of RGB (Red+Green+Blue) = 131+148+239=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #8394EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394EF is #7C6B10. Grayscale: #989898. Windows color (decimal): -8153873 or 15701123. OLE color: 15701123.

HSL color Cylindrical-coordinate representation of color #8394EF: hue angle of 230.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8394EF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131148239-
CMYK0.450.3800.06
HSL230.56º77.14%72.55%-
HSV(B)230.56º45.19%93.73%-
XYZ35.5332.2486.01-
YUV153.29176.37112.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.29%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=25.29%
G=28.57%
B=46.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311482390.450.3800.06230.5677.1472.55
Hex8394EF2D2606e74d49
Octal203224357554606347115111
Binary10000011100101001110111110110110011001101110011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8394EF; }

 p { color: rgb(131,148,239); }

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

<style>
 a { background-color: #8394EF; }

 a { background-color: rgb(131,148,239); }

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

<style>
 span { border-color: #8394EF; }

 span { border-color: rgb(131,148,239); }

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