#829CDE

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

Shades of Portage #829CDE

Tints of Portage #829CDE

Color information

#829CDE (or 0x829CDE) is unknown color: approx Portage. HEX triplet: 82, 9C and DE. RGB value is (130,156,222). Sum of RGB (Red+Green+Blue) = 130+156+222=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #829CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDE is #7D6321. Grayscale: #9B9B9B. Windows color (decimal): -8217378 or 14589058. OLE color: 14589058.

HSL color Cylindrical-coordinate representation of color #829CDE: hue angle of 223.04º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829CDE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130156222-
CMYK0.410.3000.13
HSL223.04º58.23%69.02%-
HSV(B)223.04º41.44%87.06%-
XYZ34.2833.873.82-
YUV155.75165.39109.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.59%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=25.59%
G=30.71%
B=43.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301562220.410.3000.13223.0458.2369.02
Hex829CDE291E0Ddf3a45
Octal202234336513601533772105
Binary1000001010011100110111101010011111001101110111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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