#829CF2

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

Shades of Portage #829CF2

Tints of Portage #829CF2

Color information

#829CF2 (or 0x829CF2) is unknown color: approx Portage. HEX triplet: 82, 9C and F2. RGB value is (130,156,242). Sum of RGB (Red+Green+Blue) = 130+156+242=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #829CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CF2 is #7D630D. Grayscale: #9D9D9D. Windows color (decimal): -8217358 or 15899778. OLE color: 15899778.

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

Color convert

RGB130156242-
CMYK0.460.3600.05
HSL226.07º81.16%72.94%-
HSV(B)226.07º46.28%94.9%-
XYZ37.1234.9388.79-
YUV158.03175.39108.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=24.62%
G=29.55%
B=45.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301562420.460.3600.05226.0781.1672.94
Hex829CF22E2405e25149
Octal202234362564405342121111
Binary10000010100111001111001010111010010001011110001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829CF2; }

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

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

<style>
 a { background-color: #829CF2; }

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

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

<style>
 span { border-color: #829CF2; }

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

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