#829ED0

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

Shades of Polo Blue #829ED0

Tints of Polo Blue #829ED0

Color information

#829ED0 (or 0x829ED0) is unknown color: approx Polo Blue. HEX triplet: 82, 9E and D0. RGB value is (130,158,208). Sum of RGB (Red+Green+Blue) = 130+158+208=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #829ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED0 is #7D612F. Grayscale: #9B9B9B. Windows color (decimal): -8216880 or 13672066. OLE color: 13672066.

HSL color Cylindrical-coordinate representation of color #829ED0: hue angle of 218.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829ED0 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130158208-
CMYK0.380.2400.18
HSL218.46º45.35%66.27%-
HSV(B)218.46º37.5%81.57%-
XYZ32.8233.7564.46-
YUV155.33157.72109.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=26.21%
G=31.85%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301582080.380.2400.18218.4645.3566.27
Hex829ED02618012da2d42
Octal202236320463002233255102
Binary10000010100111101101000010011011000010010110110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,158,208); }

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

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

 a { background-color: rgb(130,158,208); }

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

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

 span { border-color: rgb(130,158,208); }

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