#829CE7

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

Shades of Portage #829CE7

Tints of Portage #829CE7

Color information

#829CE7 (or 0x829CE7) is unknown color: approx Portage. HEX triplet: 82, 9C and E7. RGB value is (130,156,231). Sum of RGB (Red+Green+Blue) = 130+156+231=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #829CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CE7 is #7D6318. Grayscale: #9C9C9C. Windows color (decimal): -8217369 or 15178882. OLE color: 15178882.

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

Color convert

RGB130156231-
CMYK0.440.3200.09
HSL224.55º67.79%70.78%-
HSV(B)224.55º43.72%90.59%-
XYZ35.5234.2980.35-
YUV156.78169.89108.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=25.15%
G=30.17%
B=44.68%

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
Decimal1301562310.440.3200.09224.5567.7970.78
Hex829CE72C2009e14447
Octal2022343475440011341104107
Binary100000101001110011100111101100100000010011110000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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