#8285EC

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

Shades of Portage #8285EC

Tints of Portage #8285EC

Color information

#8285EC (or 0x8285EC) is unknown color: approx Portage. HEX triplet: 82, 85 and EC. RGB value is (130,133,236). Sum of RGB (Red+Green+Blue) = 130+133+236=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8285EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285EC is #7D7A13. Grayscale: #8F8F8F. Windows color (decimal): -8223252 or 15500674. OLE color: 15500674.

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

Color convert

RGB130133236-
CMYK0.450.4400.07
HSL238.3º73.61%71.76%-
HSV(B)238.3º44.92%92.55%-
XYZ32.7327.5882.95-
YUV143.84180.01118.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=26.05%
G=26.65%
B=47.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301332360.450.4400.07238.373.6171.76
Hex8285EC2D2C07ee4a48
Octal202205354555407356112110
Binary10000010100001011110110010110110110001111110111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8285EC; }

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

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

<style>
 a { background-color: #8285EC; }

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

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

<style>
 span { border-color: #8285EC; }

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

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