#8089E0

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

Shades of Portage #8089E0

Tints of Portage #8089E0

Color information

#8089E0 (or 0x8089E0) is unknown color: approx Portage. HEX triplet: 80, 89 and E0. RGB value is (128,137,224). Sum of RGB (Red+Green+Blue) = 128+137+224=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #8089E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089E0 is #7F761F. Grayscale: #8F8F8F. Windows color (decimal): -8353312 or 14715264. OLE color: 14715264.

HSL color Cylindrical-coordinate representation of color #8089E0: hue angle of 234.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8089E0 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128137224-
CMYK0.430.3900.12
HSL234.38º60.76%69.02%-
HSV(B)234.38º42.86%87.84%-
XYZ31.327.8674.25-
YUV144.23173.02116.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=26.18%
G=28.02%
B=45.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281372240.430.3900.12234.3860.7669.02
Hex8089E02B270Cea3d45
Octal200211340534701435275105
Binary10000000100010011110000010101110011101100111010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8089E0; }

 p { color: rgb(128,137,224); }

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

<style>
 a { background-color: #8089E0; }

 a { background-color: rgb(128,137,224); }

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

<style>
 span { border-color: #8089E0; }

 span { border-color: rgb(128,137,224); }

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