#829AD7

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

Shades of Portage #829AD7

Tints of Portage #829AD7

Color information

#829AD7 (or 0x829AD7) is unknown color: approx Portage. HEX triplet: 82, 9A and D7. RGB value is (130,154,215). Sum of RGB (Red+Green+Blue) = 130+154+215=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #829AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AD7 is #7D6528. Grayscale: #999999. Windows color (decimal): -8217897 or 14129794. OLE color: 14129794.

HSL color Cylindrical-coordinate representation of color #829AD7: hue angle of 223.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829AD7 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130154215-
CMYK0.400.2800.16
HSL223.06º51.52%67.65%-
HSV(B)223.06º39.53%84.31%-
XYZ33.0332.7668.87-
YUV153.78162.55111.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.05%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=26.05%
G=30.86%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301542150.400.2800.16223.0651.5267.65
Hex829AD7281C010df3444
Octal202232327503402033764104
Binary10000010100110101101011110100011100010000110111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,215); }

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

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

 a { background-color: rgb(130,154,215); }

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

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

 span { border-color: rgb(130,154,215); }

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