#829AE7

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

Shades of Portage #829AE7

Tints of Portage #829AE7

Color information

#829AE7 (or 0x829AE7) is unknown color: approx Portage. HEX triplet: 82, 9A and E7. RGB value is (130,154,231). Sum of RGB (Red+Green+Blue) = 130+154+231=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #829AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AE7 is #7D6518. Grayscale: #9B9B9B. Windows color (decimal): -8217881 or 15178370. OLE color: 15178370.

HSL color Cylindrical-coordinate representation of color #829AE7: hue angle of 225.74º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829AE7 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130154231-
CMYK0.440.3300.09
HSL225.74º67.79%70.78%-
HSV(B)225.74º43.72%90.59%-
XYZ35.1933.6380.24-
YUV155.6170.55109.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 231 (90.62% from 255) = 44.85%
R=25.24%
G=29.90%
B=44.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301542310.440.3300.09225.7467.7970.78
Hex829AE72C2109e24447
Octal2022323475441011342104107
Binary100000101001101011100111101100100001010011110001010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,231); }

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

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

 a { background-color: rgb(130,154,231); }

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

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

 span { border-color: rgb(130,154,231); }

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