#829BD0

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

Shades of Portage #829BD0

Tints of Portage #829BD0

Color information

#829BD0 (or 0x829BD0) is unknown color: approx Portage. HEX triplet: 82, 9B and D0. RGB value is (130,155,208). Sum of RGB (Red+Green+Blue) = 130+155+208=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #829BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD0 is #7D642F. Grayscale: #999999. Windows color (decimal): -8217648 or 13671298. OLE color: 13671298.

HSL color Cylindrical-coordinate representation of color #829BD0: hue angle of 220.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829BD0 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130155208-
CMYK0.380.2500.18
HSL220.77º45.35%66.27%-
HSV(B)220.77º37.5%81.57%-
XYZ32.3132.7464.29-
YUV153.57158.72111.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=26.37%
G=31.44%
B=42.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301552080.380.2500.18220.7745.3566.27
Hex829BD02619012dd2d42
Octal202233320463102233555102
Binary10000010100110111101000010011011001010010110111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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