#829DDA

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

Shades of Portage #829DDA

Tints of Portage #829DDA

Color information

#829DDA (or 0x829DDA) is unknown color: approx Portage. HEX triplet: 82, 9D and DA. RGB value is (130,157,218). Sum of RGB (Red+Green+Blue) = 130+157+218=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #829DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDA is #7D6225. Grayscale: #9B9B9B. Windows color (decimal): -8217126 or 14327170. OLE color: 14327170.

HSL color Cylindrical-coordinate representation of color #829DDA: hue angle of 221.59º 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 #829DDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130157218-
CMYK0.400.2800.15
HSL221.59º54.32%68.24%-
HSV(B)221.59º40.37%85.49%-
XYZ33.9233.9271.09-
YUV155.88163.05109.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=25.74%
G=31.09%
B=43.17%

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
Decimal1301572180.400.2800.15221.5954.3268.24
Hex829DDA281C0Fde3644
Octal202235332503401733666104
Binary1000001010011101110110101010001110001111110111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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