#829DCC

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

Shades of Polo Blue #829DCC

Tints of Polo Blue #829DCC

Color information

#829DCC (or 0x829DCC) is unknown color: approx Polo Blue. HEX triplet: 82, 9D and CC. RGB value is (130,157,204). Sum of RGB (Red+Green+Blue) = 130+157+204=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #829DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DCC is #7D6233. Grayscale: #9A9A9A. Windows color (decimal): -8217140 or 13409666. OLE color: 13409666.

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

Color convert

RGB130157204-
CMYK0.360.2300.2
HSL218.11º42.05%65.49%-
HSV(B)218.11º36.27%80%-
XYZ32.1633.2261.84-
YUV154.28156.05110.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=26.48%
G=31.98%
B=41.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301572040.360.2300.2218.1142.0565.49
Hex829DCC2417014da2a41
Octal202235314442702433252101
Binary10000010100111011100110010010010111010100110110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,204); }

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

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

 a { background-color: rgb(130,157,204); }

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

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

 span { border-color: rgb(130,157,204); }

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