#8394ED

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

Shades of Portage #8394ED

Tints of Portage #8394ED

Color information

#8394ED (or 0x8394ED) is unknown color: approx Portage. HEX triplet: 83, 94 and ED. RGB value is (131,148,237). Sum of RGB (Red+Green+Blue) = 131+148+237=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #8394ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394ED is #7C6B12. Grayscale: #989898. Windows color (decimal): -8153875 or 15570051. OLE color: 15570051.

HSL color Cylindrical-coordinate representation of color #8394ED: hue angle of 230.38º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8394ED is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131148237-
CMYK0.450.3800.07
HSL230.38º74.65%72.16%-
HSV(B)230.38º44.73%92.94%-
XYZ35.2432.1284.46-
YUV153.06175.37112.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=25.39%
G=28.68%
B=45.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311482370.450.3800.07230.3874.6572.16
Hex8394ED2D2607e64b48
Octal203224355554607346113110
Binary10000011100101001110110110110110011001111110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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