#828FF2

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

Shades of Portage #828FF2

Tints of Portage #828FF2

Color information

#828FF2 (or 0x828FF2) is unknown color: approx Portage. HEX triplet: 82, 8F and F2. RGB value is (130,143,242). Sum of RGB (Red+Green+Blue) = 130+143+242=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #828FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FF2 is #7D700D. Grayscale: #959595. Windows color (decimal): -8220686 or 15896450. OLE color: 15896450.

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

Color convert

RGB130143242-
CMYK0.460.4100.05
HSL233.04º81.16%72.94%-
HSV(B)233.04º46.28%94.9%-
XYZ35.0630.888.1-
YUV150.4179.69113.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 242 (94.92% from 255) = 46.99%
R=25.24%
G=27.77%
B=46.99%

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
Decimal1301432420.460.4100.05233.0481.1672.94
Hex828FF22E2905e95149
Octal202217362565105351121111
Binary10000010100011111111001010111010100101011110100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,242); }

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

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

 a { background-color: rgb(130,143,242); }

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

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

 span { border-color: rgb(130,143,242); }

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