#829BD6

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

Shades of Portage #829BD6

Tints of Portage #829BD6

Color information

#829BD6 (or 0x829BD6) is unknown color: approx Portage. HEX triplet: 82, 9B and D6. RGB value is (130,155,214). Sum of RGB (Red+Green+Blue) = 130+155+214=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #829BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD6 is #7D6429. Grayscale: #999999. Windows color (decimal): -8217642 or 14064514. OLE color: 14064514.

HSL color Cylindrical-coordinate representation of color #829BD6: hue angle of 222.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829BD6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130155214-
CMYK0.390.2800.16
HSL222.14º50.6%67.45%-
HSV(B)222.14º39.25%83.92%-
XYZ33.0633.0468.25-
YUV154.25161.72110.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=26.05%
G=31.06%
B=42.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301552140.390.2800.16222.1450.667.45
Hex829BD6271C010de3343
Octal202233326473402033663103
Binary10000010100110111101011010011111100010000110111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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