#8093EC

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

Shades of Portage #8093EC

Tints of Portage #8093EC

Color information

#8093EC (or 0x8093EC) is unknown color: approx Portage. HEX triplet: 80, 93 and EC. RGB value is (128,147,236). Sum of RGB (Red+Green+Blue) = 128+147+236=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #8093EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8093EC is #7F6C13. Grayscale: #979797. Windows color (decimal): -8350740 or 15504256. OLE color: 15504256.

HSL color Cylindrical-coordinate representation of color #8093EC: hue angle of 229.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8093EC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128147236-
CMYK0.460.3800.07
HSL229.44º73.97%71.37%-
HSV(B)229.44º45.76%92.55%-
XYZ34.4831.5183.62-
YUV151.46175.71111.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=25.05%
G=28.77%
B=46.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281472360.460.3800.07229.4473.9771.37
Hex8093EC2E2607e54a47
Octal200223354564607345112107
Binary10000000100100111110110010111010011001111110010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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