#8093EA

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

Shades of Portage #8093EA

Tints of Portage #8093EA

Color information

#8093EA (or 0x8093EA) is unknown color: approx Portage. HEX triplet: 80, 93 and EA. RGB value is (128,147,234). Sum of RGB (Red+Green+Blue) = 128+147+234=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #8093EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8093EA is #7F6C15. Grayscale: #969696. Windows color (decimal): -8350742 or 15373184. OLE color: 15373184.

HSL color Cylindrical-coordinate representation of color #8093EA: hue angle of 229.25º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8093EA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128147234-
CMYK0.450.3700.08
HSL229.25º71.62%70.98%-
HSV(B)229.25º45.3%91.76%-
XYZ34.1931.482.1-
YUV151.24174.71111.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=25.15%
G=28.88%
B=45.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281472340.450.3700.08229.2571.6270.98
Hex8093EA2D2508e54847
Octal2002233525545010345110107
Binary100000001001001111101010101101100101010001110010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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