#8094ED

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

Shades of Portage #8094ED

Tints of Portage #8094ED

Color information

#8094ED (or 0x8094ED) is unknown color: approx Portage. HEX triplet: 80, 94 and ED. RGB value is (128,148,237). Sum of RGB (Red+Green+Blue) = 128+148+237=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #8094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8094ED is #7F6B12. Grayscale: #979797. Windows color (decimal): -8350483 or 15570048. OLE color: 15570048.

HSL color Cylindrical-coordinate representation of color #8094ED: hue angle of 228.99º 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 #8094ED is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128148237-
CMYK0.460.3800.07
HSL228.99º75.17%71.57%-
HSV(B)228.99º45.99%92.94%-
XYZ34.7831.8884.44-
YUV152.17175.87110.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=24.95%
G=28.85%
B=46.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281482370.460.3800.07228.9975.1771.57
Hex8094ED2E2607e54b48
Octal200224355564607345113110
Binary10000000100101001110110110111010011001111110010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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