#8089ed

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

Shades of Portage #8089ED

Tints of Portage #8089ED

Color information

#8089ED (or 0x8089ED) is unknown color: approx Portage. HEX triplet: 80, 89 and ED. RGB value is (128,137,237). Sum of RGB (Red+Green+Blue) = 128+137+237=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #8089ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8089ED is #7F7612. Grayscale: #919191. Windows color (decimal): -8353299 or 15567232. OLE color: 15567232.

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

Color convert

RGB128137237-
CMYK0.460.4200.07
HSL235.05º75.17%71.57%-
HSV(B)235.05º45.99%92.94%-
XYZ33.1328.5983.89-
YUV145.71179.52115.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=25.50%
G=27.29%
B=47.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281372370.460.4200.07235.0575.1771.57
Hex8089ED2E2A07eb4b48
Octal200211355565207353113110
Binary10000000100010011110110110111010101001111110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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