#829BCA

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

Shades of Polo Blue #829BCA

Tints of Polo Blue #829BCA

Color information

#829BCA (or 0x829BCA) is unknown color: approx Polo Blue. HEX triplet: 82, 9B and CA. RGB value is (130,155,202). Sum of RGB (Red+Green+Blue) = 130+155+202=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #829BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCA is #7D6435. Grayscale: #989898. Windows color (decimal): -8217654 or 13278082. OLE color: 13278082.

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

Color convert

RGB130155202-
CMYK0.360.2300.21
HSL219.17º40.45%65.1%-
HSV(B)219.17º35.64%79.22%-
XYZ31.5932.4560.48-
YUV152.88155.72111.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=26.69%
G=31.83%
B=41.48%

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
Decimal1301552020.360.2300.21219.1740.4565.1
Hex829BCA2417015db2841
Octal202233312442702533350101
Binary10000010100110111100101010010010111010101110110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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