#828FF1

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

Shades of Portage #828FF1

Tints of Portage #828FF1

Color information

#828FF1 (or 0x828FF1) is unknown color: approx Portage. HEX triplet: 82, 8F and F1. RGB value is (130,143,241). Sum of RGB (Red+Green+Blue) = 130+143+241=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #828FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FF1 is #7D700E. Grayscale: #959595. Windows color (decimal): -8220687 or 15830914. OLE color: 15830914.

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

Color convert

RGB130143241-
CMYK0.460.4100.05
HSL232.97º79.86%72.75%-
HSV(B)232.97º46.06%94.51%-
XYZ34.9130.7487.31-
YUV150.28179.19113.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=25.29%
G=27.82%
B=46.89%

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
Decimal1301432410.460.4100.05232.9779.8672.75
Hex828FF12E2905e95049
Octal202217361565105351120111
Binary10000010100011111111000110111010100101011110100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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