#829BDA

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

Shades of Portage #829BDA

Tints of Portage #829BDA

Color information

#829BDA (or 0x829BDA) is unknown color: approx Portage. HEX triplet: 82, 9B and DA. RGB value is (130,155,218). Sum of RGB (Red+Green+Blue) = 130+155+218=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #829BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDA is #7D6425. Grayscale: #9A9A9A. Windows color (decimal): -8217638 or 14326658. OLE color: 14326658.

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

Color convert

RGB130155218-
CMYK0.400.2900.15
HSL222.95º54.32%68.24%-
HSV(B)222.95º40.37%85.49%-
XYZ33.5833.2570.98-
YUV154.71163.72110.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=25.84%
G=30.82%
B=43.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301552180.400.2900.15222.9554.3268.24
Hex829BDA281D0Fdf3644
Octal202233332503501733766104
Binary1000001010011011110110101010001110101111110111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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