#828AF1

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

Shades of Portage #828AF1

Tints of Portage #828AF1

Color information

#828AF1 (or 0x828AF1) is unknown color: approx Portage. HEX triplet: 82, 8A and F1. RGB value is (130,138,241). Sum of RGB (Red+Green+Blue) = 130+138+241=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #828AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF1 is #7D750E. Grayscale: #929292. Windows color (decimal): -8221967 or 15829634. OLE color: 15829634.

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

Color convert

RGB130138241-
CMYK0.460.4300.05
HSL235.68º79.86%72.75%-
HSV(B)235.68º46.06%94.51%-
XYZ34.1729.2787.07-
YUV147.35180.85115.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=25.54%
G=27.11%
B=47.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301382410.460.4300.05235.6879.8672.75
Hex828AF12E2B05ec5049
Octal202212361565305354120111
Binary10000010100010101111000110111010101101011110110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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