#829EE7

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

Shades of Portage #829EE7

Tints of Portage #829EE7

Color information

#829EE7 (or 0x829EE7) is unknown color: approx Portage. HEX triplet: 82, 9E and E7. RGB value is (130,158,231). Sum of RGB (Red+Green+Blue) = 130+158+231=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #829EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EE7 is #7D6118. Grayscale: #9D9D9D. Windows color (decimal): -8216857 or 15179394. OLE color: 15179394.

HSL color Cylindrical-coordinate representation of color #829EE7: hue angle of 223.37º degrees, saturation: 0.68, 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 #829EE7 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130158231-
CMYK0.440.3200.09
HSL223.37º67.79%70.78%-
HSV(B)223.37º43.72%90.59%-
XYZ35.8634.9780.46-
YUV157.95169.22108.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=25.05%
G=30.44%
B=44.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301582310.440.3200.09223.3767.7970.78
Hex829EE72C2009df4447
Octal2022363475440011337104107
Binary100000101001111011100111101100100000010011101111110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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