#829ACE

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

Shades of Portage #829ACE

Tints of Portage #829ACE

Color information

#829ACE (or 0x829ACE) is unknown color: approx Portage. HEX triplet: 82, 9A and CE. RGB value is (130,154,206). Sum of RGB (Red+Green+Blue) = 130+154+206=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #829ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACE is #7D6531. Grayscale: #989898. Windows color (decimal): -8217906 or 13539970. OLE color: 13539970.

HSL color Cylindrical-coordinate representation of color #829ACE: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829ACE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130154206-
CMYK0.370.2500.19
HSL221.05º43.68%65.88%-
HSV(B)221.05º36.89%80.78%-
XYZ31.932.3162.95-
YUV152.75158.05111.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=26.53%
G=31.43%
B=42.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301542060.370.2500.19221.0543.6865.88
Hex829ACE2519013dd2c42
Octal202232316453102333554102
Binary10000010100110101100111010010111001010011110111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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