#829BD8

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

Shades of Portage #829BD8

Tints of Portage #829BD8

Color information

#829BD8 (or 0x829BD8) is unknown color: approx Portage. HEX triplet: 82, 9B and D8. RGB value is (130,155,216). Sum of RGB (Red+Green+Blue) = 130+155+216=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #829BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD8 is #7D6427. Grayscale: #9A9A9A. Windows color (decimal): -8217640 or 14195586. OLE color: 14195586.

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

Color convert

RGB130155216-
CMYK0.400.2800.15
HSL222.56º52.44%67.84%-
HSV(B)222.56º39.81%84.71%-
XYZ33.3233.1569.61-
YUV154.48162.72110.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=25.95%
G=30.94%
B=43.11%

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
Decimal1301552160.400.2800.15222.5652.4467.84
Hex829BD8281C0Fdf3444
Octal202233330503401733764104
Binary1000001010011011110110001010001110001111110111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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