#828EF6

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

Shades of Portage #828EF6

Tints of Portage #828EF6

Color information

#828EF6 (or 0x828EF6) is unknown color: approx Portage. HEX triplet: 82, 8E and F6. RGB value is (130,142,246). Sum of RGB (Red+Green+Blue) = 130+142+246=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #828EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EF6 is #7D7109. Grayscale: #959595. Windows color (decimal): -8220938 or 16158338. OLE color: 16158338.

HSL color Cylindrical-coordinate representation of color #828EF6: hue angle of 233.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828EF6 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130142246-
CMYK0.470.4200.04
HSL233.79º86.57%73.73%-
HSV(B)233.79º47.15%96.47%-
XYZ35.5130.7591.25-
YUV150.27182.02113.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 246 (96.48% from 255) = 47.49%
R=25.10%
G=27.41%
B=47.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301422460.470.4200.04233.7986.5773.73
Hex828EF62F2A04ea574a
Octal202216366575204352127112
Binary10000010100011101111011010111110101001001110101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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