#829CDD

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

Shades of Portage #829CDD

Tints of Portage #829CDD

Color information

#829CDD (or 0x829CDD) is unknown color: approx Portage. HEX triplet: 82, 9C and DD. RGB value is (130,156,221). Sum of RGB (Red+Green+Blue) = 130+156+221=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #829CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDD is #7D6322. Grayscale: #9B9B9B. Windows color (decimal): -8217379 or 14523522. OLE color: 14523522.

HSL color Cylindrical-coordinate representation of color #829CDD: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829CDD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130156221-
CMYK0.410.2900.13
HSL222.86º57.23%68.82%-
HSV(B)222.86º41.18%86.67%-
XYZ34.1533.7473.12-
YUV155.64164.89109.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=25.64%
G=30.77%
B=43.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301562210.410.2900.13222.8657.2368.82
Hex829CDD291D0Ddf3945
Octal202234335513501533771105
Binary1000001010011100110111011010011110101101110111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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