#828FE1

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

Shades of Portage #828FE1

Tints of Portage #828FE1

Color information

#828FE1 (or 0x828FE1) is unknown color: approx Portage. HEX triplet: 82, 8F and E1. RGB value is (130,143,225). Sum of RGB (Red+Green+Blue) = 130+143+225=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #828FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FE1 is #7D701E. Grayscale: #949494. Windows color (decimal): -8220703 or 14782338. OLE color: 14782338.

HSL color Cylindrical-coordinate representation of color #828FE1: hue angle of 231.79º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828FE1 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130143225-
CMYK0.420.3600.12
HSL231.79º61.29%69.61%-
HSV(B)231.79º42.22%88.24%-
XYZ32.6229.8375.27-
YUV148.46171.19114.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=26.10%
G=28.71%
B=45.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301432250.420.3600.12231.7961.2969.61
Hex828FE12A240Ce83d46
Octal202217341524401435075106
Binary10000010100011111110000110101010010001100111010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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