#829CCB

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

Shades of Polo Blue #829CCB

Tints of Polo Blue #829CCB

Color information

#829CCB (or 0x829CCB) is unknown color: approx Polo Blue. HEX triplet: 82, 9C and CB. RGB value is (130,156,203). Sum of RGB (Red+Green+Blue) = 130+156+203=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #829CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCB is #7D6334. Grayscale: #999999. Windows color (decimal): -8217397 or 13343874. OLE color: 13343874.

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

Color convert

RGB130156203-
CMYK0.360.2300.20
HSL218.63º41.24%65.29%-
HSV(B)218.63º35.96%79.61%-
XYZ31.8732.8361.16-
YUV153.58155.89111.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=26.58%
G=31.90%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301562030.360.2300.20218.6341.2465.29
Hex829CCB2417014db2941
Octal202234313442702433351101
Binary10000010100111001100101110010010111010100110110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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