#8094DE

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

Shades of Portage #8094DE

Tints of Portage #8094DE

Color information

#8094DE (or 0x8094DE) is unknown color: approx Portage. HEX triplet: 80, 94 and DE. RGB value is (128,148,222). Sum of RGB (Red+Green+Blue) = 128+148+222=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #8094DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094DE is #7F6B21. Grayscale: #969696. Windows color (decimal): -8350498 or 14587008. OLE color: 14587008.

HSL color Cylindrical-coordinate representation of color #8094DE: hue angle of 227.23º 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 #8094DE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128148222-
CMYK0.420.3300.13
HSL227.23º58.75%68.63%-
HSV(B)227.23º42.34%87.06%-
XYZ32.6831.0473.38-
YUV150.46168.37111.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=25.70%
G=29.72%
B=44.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281482220.420.3300.13227.2358.7568.63
Hex8094DE2A210De33b45
Octal200224336524101534373105
Binary10000000100101001101111010101010000101101111000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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