#828BE6

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

Shades of Portage #828BE6

Tints of Portage #828BE6

Color information

#828BE6 (or 0x828BE6) is unknown color: approx Portage. HEX triplet: 82, 8B and E6. RGB value is (130,139,230). Sum of RGB (Red+Green+Blue) = 130+139+230=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #828BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BE6 is #7D7419. Grayscale: #929292. Windows color (decimal): -8221722 or 15108994. OLE color: 15108994.

HSL color Cylindrical-coordinate representation of color #828BE6: hue angle of 234.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #828BE6 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130139230-
CMYK0.430.4000.10
HSL234.6º66.67%70.59%-
HSV(B)234.6º43.48%90.2%-
XYZ32.7228.9278.72-
YUV146.68175.02116.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 230 (90.23% from 255) = 46.09%
R=26.05%
G=27.86%
B=46.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301392300.430.4000.10234.666.6770.59
Hex828BE62B280Aeb4347
Octal2022133465350012353103107
Binary100000101000101111100110101011101000010101110101110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,230); }

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

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

 a { background-color: rgb(130,139,230); }

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

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

 span { border-color: rgb(130,139,230); }

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