#829ACB

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

Shades of Polo Blue #829ACB

Tints of Polo Blue #829ACB

Color information

#829ACB (or 0x829ACB) is unknown color: approx Polo Blue. HEX triplet: 82, 9A and CB. RGB value is (130,154,203). Sum of RGB (Red+Green+Blue) = 130+154+203=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #829ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACB is #7D6534. Grayscale: #989898. Windows color (decimal): -8217909 or 13343362. OLE color: 13343362.

HSL color Cylindrical-coordinate representation of color #829ACB: hue angle of 220.27º degrees, saturation: 0.41, 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 #829ACB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130154203-
CMYK0.360.2400.20
HSL220.27º41.24%65.29%-
HSV(B)220.27º35.96%79.61%-
XYZ31.5432.1761.05-
YUV152.41156.55112.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=26.69%
G=31.62%
B=41.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301542030.360.2400.20220.2741.2465.29
Hex829ACB2418014dc2941
Octal202232313443002433451101
Binary10000010100110101100101110010011000010100110111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,203); }

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

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

 a { background-color: rgb(130,154,203); }

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

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

 span { border-color: rgb(130,154,203); }

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