#828EF2

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

Shades of Portage #828EF2

Tints of Portage #828EF2

Color information

#828EF2 (or 0x828EF2) is unknown color: approx Portage. HEX triplet: 82, 8E and F2. RGB value is (130,142,242). Sum of RGB (Red+Green+Blue) = 130+142+242=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #828EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EF2 is #7D710D. Grayscale: #959595. Windows color (decimal): -8220942 or 15896194. OLE color: 15896194.

HSL color Cylindrical-coordinate representation of color #828EF2: hue angle of 233.57º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828EF2 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130142242-
CMYK0.460.4100.05
HSL233.57º81.16%72.94%-
HSV(B)233.57º46.28%94.9%-
XYZ34.9130.588.05-
YUV149.81180.02113.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 242 (94.92% from 255) = 47.08%
R=25.29%
G=27.63%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301422420.460.4100.05233.5781.1672.94
Hex828EF22E2905ea5149
Octal202216362565105352121111
Binary10000010100011101111001010111010100101011110101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,242); }

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

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

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

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

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

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

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