#829CDC

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

Shades of Portage #829CDC

Tints of Portage #829CDC

Color information

#829CDC (or 0x829CDC) is unknown color: approx Portage. HEX triplet: 82, 9C and DC. RGB value is (130,156,220). Sum of RGB (Red+Green+Blue) = 130+156+220=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #829CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDC is #7D6323. Grayscale: #9B9B9B. Windows color (decimal): -8217380 or 14457986. OLE color: 14457986.

HSL color Cylindrical-coordinate representation of color #829CDC: hue angle of 222.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829CDC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130156220-
CMYK0.410.2900.14
HSL222.67º56.25%68.63%-
HSV(B)222.67º40.91%86.27%-
XYZ34.0133.6972.42-
YUV155.52164.39109.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=25.69%
G=30.83%
B=43.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301562200.410.2900.14222.6756.2568.63
Hex829CDC291D0Edf3845
Octal202234334513501633770105
Binary1000001010011100110111001010011110101110110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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