#829DE9

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

Shades of Portage #829DE9

Tints of Portage #829DE9

Color information

#829DE9 (or 0x829DE9) is unknown color: approx Portage. HEX triplet: 82, 9D and E9. RGB value is (130,157,233). Sum of RGB (Red+Green+Blue) = 130+157+233=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #829DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DE9 is #7D6216. Grayscale: #9D9D9D. Windows color (decimal): -8217111 or 15310210. OLE color: 15310210.

HSL color Cylindrical-coordinate representation of color #829DE9: hue angle of 224.27º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829DE9 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130157233-
CMYK0.440.3300.09
HSL224.27º70.07%71.18%-
HSV(B)224.27º44.21%91.37%-
XYZ35.9734.7481.9-
YUV157.59170.55108.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 233 (91.41% from 255) = 44.81%
R=25%
G=30.19%
B=44.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301572330.440.3300.09224.2770.0771.18
Hex829DE92C2109e04647
Octal2022353515441011340106107
Binary100000101001110111101001101100100001010011110000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,233); }

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

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

 a { background-color: rgb(130,157,233); }

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

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

 span { border-color: rgb(130,157,233); }

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