#829FDA

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

Shades of Portage #829FDA

Tints of Portage #829FDA

Color information

#829FDA (or 0x829FDA) is unknown color: approx Portage. HEX triplet: 82, 9F and DA. RGB value is (130,159,218). Sum of RGB (Red+Green+Blue) = 130+159+218=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #829FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FDA is #7D6025. Grayscale: #9C9C9C. Windows color (decimal): -8216614 or 14327682. OLE color: 14327682.

HSL color Cylindrical-coordinate representation of color #829FDA: hue angle of 220.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829FDA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130159218-
CMYK0.400.2700.15
HSL220.23º54.32%68.24%-
HSV(B)220.23º40.37%85.49%-
XYZ34.2634.671.2-
YUV157.06162.39108.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=25.64%
G=31.36%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301592180.400.2700.15220.2354.3268.24
Hex829FDA281B0Fdc3644
Octal202237332503301733466104
Binary1000001010011111110110101010001101101111110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,218); }

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

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

 a { background-color: rgb(130,159,218); }

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

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

 span { border-color: rgb(130,159,218); }

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