#829BF2

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

Shades of Portage #829BF2

Tints of Portage #829BF2

Color information

#829BF2 (or 0x829BF2) is unknown color: approx Portage. HEX triplet: 82, 9B and F2. RGB value is (130,155,242). Sum of RGB (Red+Green+Blue) = 130+155+242=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #829BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BF2 is #7D640D. Grayscale: #9D9D9D. Windows color (decimal): -8217614 or 15899522. OLE color: 15899522.

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

Color convert

RGB130155242-
CMYK0.460.3600.05
HSL226.61º81.16%72.94%-
HSV(B)226.61º46.28%94.9%-
XYZ36.9534.688.74-
YUV157.44175.72108.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=24.67%
G=29.41%
B=45.92%

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
Decimal1301552420.460.3600.05226.6181.1672.94
Hex829BF22E2405e35149
Octal202233362564405343121111
Binary10000010100110111111001010111010010001011110001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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