#8089DE

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

Shades of Portage #8089DE

Tints of Portage #8089DE

Color information

#8089DE (or 0x8089DE) is unknown color: approx Portage. HEX triplet: 80, 89 and DE. RGB value is (128,137,222). Sum of RGB (Red+Green+Blue) = 128+137+222=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8089DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089DE is #7F7621. Grayscale: #8F8F8F. Windows color (decimal): -8353314 or 14584192. OLE color: 14584192.

HSL color Cylindrical-coordinate representation of color #8089DE: hue angle of 234.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8089DE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128137222-
CMYK0.420.3800.13
HSL234.26º58.75%68.63%-
HSV(B)234.26º42.34%87.06%-
XYZ31.0327.7572.83-
YUV144172.02116.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=26.28%
G=28.13%
B=45.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281372220.420.3800.13234.2658.7568.63
Hex8089DE2A260Dea3b45
Octal200211336524601535273105
Binary10000000100010011101111010101010011001101111010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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