#829BDC

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

Shades of Portage #829BDC

Tints of Portage #829BDC

Color information

#829BDC (or 0x829BDC) is unknown color: approx Portage. HEX triplet: 82, 9B and DC. RGB value is (130,155,220). Sum of RGB (Red+Green+Blue) = 130+155+220=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #829BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDC is #7D6423. Grayscale: #9A9A9A. Windows color (decimal): -8217636 or 14457730. OLE color: 14457730.

HSL color Cylindrical-coordinate representation of color #829BDC: hue angle of 223.33º 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 #829BDC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130155220-
CMYK0.410.3000.14
HSL223.33º56.25%68.63%-
HSV(B)223.33º40.91%86.27%-
XYZ33.8533.3672.36-
YUV154.94164.72110.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=25.74%
G=30.69%
B=43.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301552200.410.3000.14223.3356.2568.63
Hex829BDC291E0Edf3845
Octal202233334513601633770105
Binary1000001010011011110111001010011111001110110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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