#829CCA

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

Shades of Polo Blue #829CCA

Tints of Polo Blue #829CCA

Color information

#829CCA (or 0x829CCA) is unknown color: approx Polo Blue. HEX triplet: 82, 9C and CA. RGB value is (130,156,202). Sum of RGB (Red+Green+Blue) = 130+156+202=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #829CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCA is #7D6335. Grayscale: #999999. Windows color (decimal): -8217398 or 13278338. OLE color: 13278338.

HSL color Cylindrical-coordinate representation of color #829CCA: hue angle of 218.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829CCA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130156202-
CMYK0.360.2300.21
HSL218.33º40.45%65.1%-
HSV(B)218.33º35.64%79.22%-
XYZ31.7632.7960.53-
YUV153.47155.39111.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=26.64%
G=31.97%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301562020.360.2300.21218.3340.4565.1
Hex829CCA2417015da2841
Octal202234312442702533250101
Binary10000010100111001100101010010010111010101110110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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