#8293EC

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

Shades of Portage #8293EC

Tints of Portage #8293EC

Color information

#8293EC (or 0x8293EC) is unknown color: approx Portage. HEX triplet: 82, 93 and EC. RGB value is (130,147,236). Sum of RGB (Red+Green+Blue) = 130+147+236=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #8293EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293EC is #7D6C13. Grayscale: #979797. Windows color (decimal): -8219668 or 15504258. OLE color: 15504258.

HSL color Cylindrical-coordinate representation of color #8293EC: hue angle of 230.38º degrees, saturation: 0.74, 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 #8293EC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130147236-
CMYK0.450.3800.07
HSL230.38º73.61%71.76%-
HSV(B)230.38º44.92%92.55%-
XYZ34.7831.6783.64-
YUV152.06175.37112.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.34%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=25.34%
G=28.65%
B=46.00%

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
Decimal1301472360.450.3800.07230.3873.6171.76
Hex8293EC2D2607e64a48
Octal202223354554607346112110
Binary10000010100100111110110010110110011001111110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8293EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8293EC; }

 p { color: rgb(130,147,236); }

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

<style>
 a { background-color: #8293EC; }

 a { background-color: rgb(130,147,236); }

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

<style>
 span { border-color: #8293EC; }

 span { border-color: rgb(130,147,236); }

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