#828AEA

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

Shades of Portage #828AEA

Tints of Portage #828AEA

Color information

#828AEA (or 0x828AEA) is unknown color: approx Portage. HEX triplet: 82, 8A and EA. RGB value is (130,138,234). Sum of RGB (Red+Green+Blue) = 130+138+234=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #828AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AEA is #7D7515. Grayscale: #929292. Windows color (decimal): -8221974 or 15370882. OLE color: 15370882.

HSL color Cylindrical-coordinate representation of color #828AEA: hue angle of 235.38º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828AEA is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130138234-
CMYK0.440.4100.08
HSL235.38º71.23%71.37%-
HSV(B)235.38º44.44%91.76%-
XYZ33.1528.8681.67-
YUV146.55177.35116.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=25.90%
G=27.49%
B=46.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301382340.440.4100.08235.3871.2371.37
Hex828AEA2C2908eb4747
Octal2022123525451010353107107
Binary100000101000101011101010101100101001010001110101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828AEA; }

 p { color: rgb(130,138,234); }

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

<style>
 a { background-color: #828AEA; }

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

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

<style>
 span { border-color: #828AEA; }

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

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