#829CD4

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

Shades of Portage #829CD4

Tints of Portage #829CD4

Color information

#829CD4 (or 0x829CD4) is unknown color: approx Portage. HEX triplet: 82, 9C and D4. RGB value is (130,156,212). Sum of RGB (Red+Green+Blue) = 130+156+212=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #829CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CD4 is #7D632B. Grayscale: #9A9A9A. Windows color (decimal): -8217388 or 13933698. OLE color: 13933698.

HSL color Cylindrical-coordinate representation of color #829CD4: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829CD4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB130156212-
CMYK0.390.2600.17
HSL220.98º48.81%67.06%-
HSV(B)220.98º38.68%83.14%-
XYZ32.9833.2866.97-
YUV154.61160.39110.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=26.10%
G=31.33%
B=42.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1301562120.390.2600.17220.9848.8167.06
Hex829CD4271A011dd3143
Octal202234324473202133561103
Binary10000010100111001101010010011111010010001110111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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