#8282E5

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

Shades of Portage #8282E5

Tints of Portage #8282E5

Color information

#8282E5 (or 0x8282E5) is unknown color: approx Portage. HEX triplet: 82, 82 and E5. RGB value is (130,130,229). Sum of RGB (Red+Green+Blue) = 130+130+229=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #8282E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282E5 is #7D7D1A. Grayscale: #8C8C8C. Windows color (decimal): -8224027 or 15041154. OLE color: 15041154.

HSL color Cylindrical-coordinate representation of color #8282E5: hue angle of 240º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8282E5 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130130229-
CMYK0.430.4300.10
HSL240º65.56%70.39%-
HSV(B)240º43.23%89.8%-
XYZ31.3326.3777.57-
YUV141.29177.5119.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=26.58%
G=26.58%
B=46.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301302290.430.4300.1024065.5670.39
Hex8282E52B2B0Af04246
Octal2022023455353012360102106
Binary100000101000001011100101101011101011010101111000010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8282E5; }

 p { color: rgb(130,130,229); }

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

<style>
 a { background-color: #8282E5; }

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

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

<style>
 span { border-color: #8282E5; }

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

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