#828CF5

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

Shades of Portage #828CF5

Tints of Portage #828CF5

Color information

#828CF5 (or 0x828CF5) is unknown color: approx Portage. HEX triplet: 82, 8C and F5. RGB value is (130,140,245). Sum of RGB (Red+Green+Blue) = 130+140+245=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #828CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CF5 is #7D730A. Grayscale: #949494. Windows color (decimal): -8221451 or 16092290. OLE color: 16092290.

HSL color Cylindrical-coordinate representation of color #828CF5: hue angle of 234.78º degrees, saturation: 0.85, 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 #828CF5 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130140245-
CMYK0.470.4300.04
HSL234.78º85.19%73.53%-
HSV(B)234.78º46.94%96.08%-
XYZ35.0730.0990.35-
YUV148.98182.19114.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=25.24%
G=27.18%
B=47.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301402450.470.4300.04234.7885.1973.53
Hex828CF52F2B04eb554a
Octal202214365575304353125112
Binary10000010100011001111010110111110101101001110101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,245); }

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

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

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

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

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

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

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