#829ED8

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

Shades of Portage #829ED8

Tints of Portage #829ED8

Color information

#829ED8 (or 0x829ED8) is unknown color: approx Portage. HEX triplet: 82, 9E and D8. RGB value is (130,158,216). Sum of RGB (Red+Green+Blue) = 130+158+216=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #829ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED8 is #7D6127. Grayscale: #9B9B9B. Windows color (decimal): -8216872 or 14196354. OLE color: 14196354.

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

Color convert

RGB130158216-
CMYK0.400.2700.15
HSL220.47º52.44%67.84%-
HSV(B)220.47º39.81%84.71%-
XYZ33.8334.1669.78-
YUV156.24161.72109.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 216 (84.77% from 255) = 42.86%
R=25.79%
G=31.35%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301582160.400.2700.15220.4752.4467.84
Hex829ED8281B0Fdc3444
Octal202236330503301733464104
Binary1000001010011110110110001010001101101111110111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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