#829BC6

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

Shades of Polo Blue #829BC6

Tints of Polo Blue #829BC6

Color information

#829BC6 (or 0x829BC6) is unknown color: approx Polo Blue. HEX triplet: 82, 9B and C6. RGB value is (130,155,198). Sum of RGB (Red+Green+Blue) = 130+155+198=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #829BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BC6 is #7D6439. Grayscale: #989898. Windows color (decimal): -8217658 or 13015938. OLE color: 13015938.

HSL color Cylindrical-coordinate representation of color #829BC6: hue angle of 217.94º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #829BC6 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130155198-
CMYK0.340.2200.22
HSL217.94º37.36%64.31%-
HSV(B)217.94º34.34%77.65%-
XYZ31.1232.2758.01-
YUV152.43153.72112-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=26.92%
G=32.09%
B=40.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301551980.340.2200.22217.9437.3664.31
Hex829BC62216016da2540
Octal202233306422602633245100
Binary10000010100110111100011010001010110010110110110101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,155,198); }

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

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

 a { background-color: rgb(130,155,198); }

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

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

 span { border-color: rgb(130,155,198); }

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