#8085ec

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

Shades of Portage #8085EC

Tints of Portage #8085EC

Color information

#8085EC (or 0x8085EC) is unknown color: approx Portage. HEX triplet: 80, 85 and EC. RGB value is (128,133,236). Sum of RGB (Red+Green+Blue) = 128+133+236=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #8085EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085EC is #7F7A13. Grayscale: #8E8E8E. Windows color (decimal): -8354324 or 15500672. OLE color: 15500672.

HSL color Cylindrical-coordinate representation of color #8085EC: hue angle of 237.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8085EC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128133236-
CMYK0.460.4400.07
HSL237.22º73.97%71.37%-
HSV(B)237.22º45.76%92.55%-
XYZ32.4327.4282.94-
YUV143.25180.34117.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=25.75%
G=26.76%
B=47.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281332360.460.4400.07237.2273.9771.37
Hex8085EC2E2C07ed4a47
Octal200205354565407355112107
Binary10000000100001011110110010111010110001111110110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8085ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8085ec; }

 p { color: rgb(128,133,236); }

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

<style>
 a { background-color: #8085ec; }

 a { background-color: rgb(128,133,236); }

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

<style>
 span { border-color: #8085ec; }

 span { border-color: rgb(128,133,236); }

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