#829CDA

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

Shades of Portage #829CDA

Tints of Portage #829CDA

Color information

#829CDA (or 0x829CDA) is unknown color: approx Portage. HEX triplet: 82, 9C and DA. RGB value is (130,156,218). Sum of RGB (Red+Green+Blue) = 130+156+218=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #829CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDA is #7D6325. Grayscale: #9B9B9B. Windows color (decimal): -8217382 or 14326914. OLE color: 14326914.

HSL color Cylindrical-coordinate representation of color #829CDA: hue angle of 222.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829CDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130156218-
CMYK0.400.2800.15
HSL222.27º54.32%68.24%-
HSV(B)222.27º40.37%85.49%-
XYZ33.7533.5871.03-
YUV155.29163.39109.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=25.79%
G=30.95%
B=43.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301562180.400.2800.15222.2754.3268.24
Hex829CDA281C0Fde3644
Octal202234332503401733666104
Binary1000001010011100110110101010001110001111110111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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