#829CC2

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

Shades of Polo Blue #829CC2

Tints of Polo Blue #829CC2

Color information

#829CC2 (or 0x829CC2) is unknown color: approx Polo Blue. HEX triplet: 82, 9C and C2. RGB value is (130,156,194). Sum of RGB (Red+Green+Blue) = 130+156+194=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #829CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CC2 is #7D633D. Grayscale: #989898. Windows color (decimal): -8217406 or 12754050. OLE color: 12754050.

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

Color convert

RGB130156194-
CMYK0.330.2000.24
HSL215.62º34.41%63.53%-
HSV(B)215.62º32.99%76.08%-
XYZ30.8332.4255.67-
YUV152.56151.39111.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=27.08%
G=32.5%
B=40.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301561940.330.2000.24215.6234.4163.53
Hex829CC22114018d82240
Octal202234302412403033042100
Binary10000010100111001100001010000110100011000110110001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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