#829ECC

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

Shades of Polo Blue #829ECC

Tints of Polo Blue #829ECC

Color information

#829ECC (or 0x829ECC) is unknown color: approx Polo Blue. HEX triplet: 82, 9E and CC. RGB value is (130,158,204). Sum of RGB (Red+Green+Blue) = 130+158+204=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #829ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ECC is #7D6133. Grayscale: #9A9A9A. Windows color (decimal): -8216884 or 13409922. OLE color: 13409922.

HSL color Cylindrical-coordinate representation of color #829ECC: hue angle of 217.3º 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 #829ECC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130158204-
CMYK0.360.2300.2
HSL217.3º42.05%65.49%-
HSV(B)217.3º36.27%80%-
XYZ32.3333.5661.9-
YUV154.87155.72110.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=26.42%
G=32.11%
B=41.46%

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
Decimal1301582040.360.2300.2217.342.0565.49
Hex829ECC2417014d92a41
Octal202236314442702433152101
Binary10000010100111101100110010010010111010100110110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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