#829ed7

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

Shades of Portage #829ED7

Tints of Portage #829ED7

Color information

#829ED7 (or 0x829ED7) is unknown color: approx Portage. HEX triplet: 82, 9E and D7. RGB value is (130,158,215). Sum of RGB (Red+Green+Blue) = 130+158+215=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #829ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED7 is #7D6128. Grayscale: #9B9B9B. Windows color (decimal): -8216873 or 14130818. OLE color: 14130818.

HSL color Cylindrical-coordinate representation of color #829ED7: hue angle of 220.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829ED7 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130158215-
CMYK0.400.2700.16
HSL220.24º51.52%67.65%-
HSV(B)220.24º39.53%84.31%-
XYZ33.734.1169.1-
YUV156.13161.22109.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=25.84%
G=31.41%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301582150.400.2700.16220.2451.5267.65
Hex829ED7281B010dc3444
Octal202236327503302033464104
Binary10000010100111101101011110100011011010000110111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ed7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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