#829CC1

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

Shades of Polo Blue #829CC1

Tints of Polo Blue #829CC1

Color information

#829CC1 (or 0x829CC1) is unknown color: approx Polo Blue. HEX triplet: 82, 9C and C1. RGB value is (130,156,193). Sum of RGB (Red+Green+Blue) = 130+156+193=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #829CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CC1 is #7D633E. Grayscale: #989898. Windows color (decimal): -8217407 or 12688514. OLE color: 12688514.

HSL color Cylindrical-coordinate representation of color #829CC1: hue angle of 215.24º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829CC1 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130156193-
CMYK0.330.1900.24
HSL215.24º33.69%63.33%-
HSV(B)215.24º32.64%75.69%-
XYZ30.7232.3755.08-
YUV152.44150.89111.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=27.14%
G=32.57%
B=40.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301561930.330.1900.24215.2433.6963.33
Hex829CC12113018d7223f
Octal20223430141230303274277
Binary1000001010011100110000011000011001101100011010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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