#828EF1

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

Shades of Portage #828EF1

Tints of Portage #828EF1

Color information

#828EF1 (or 0x828EF1) is unknown color: approx Portage. HEX triplet: 82, 8E and F1. RGB value is (130,142,241). Sum of RGB (Red+Green+Blue) = 130+142+241=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #828EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EF1 is #7D710E. Grayscale: #959595. Windows color (decimal): -8220943 or 15830658. OLE color: 15830658.

HSL color Cylindrical-coordinate representation of color #828EF1: hue angle of 233.51º degrees, saturation: 0.8, 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 #828EF1 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130142241-
CMYK0.460.4100.05
HSL233.51º79.86%72.75%-
HSV(B)233.51º46.06%94.51%-
XYZ34.7630.4487.26-
YUV149.7179.52113.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.34%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=25.34%
G=27.68%
B=46.98%

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
Decimal1301422410.460.4100.05233.5179.8672.75
Hex828EF12E2905ea5049
Octal202216361565105352120111
Binary10000010100011101111000110111010100101011110101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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