#829CD9

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

Shades of Portage #829CD9

Tints of Portage #829CD9

Color information

#829CD9 (or 0x829CD9) is unknown color: approx Portage. HEX triplet: 82, 9C and D9. RGB value is (130,156,217). Sum of RGB (Red+Green+Blue) = 130+156+217=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #829CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CD9 is #7D6326. Grayscale: #9A9A9A. Windows color (decimal): -8217383 or 14261378. OLE color: 14261378.

HSL color Cylindrical-coordinate representation of color #829CD9: hue angle of 222.07º degrees, saturation: 0.53, 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 #829CD9 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130156217-
CMYK0.400.2800.15
HSL222.07º53.37%68.04%-
HSV(B)222.07º40.09%85.1%-
XYZ33.6233.5370.35-
YUV155.18162.89110.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=25.84%
G=31.01%
B=43.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301562170.400.2800.15222.0753.3768.04
Hex829CD9281C0Fde3544
Octal202234331503401733665104
Binary1000001010011100110110011010001110001111110111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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