#829FCB

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

Shades of Polo Blue #829FCB

Tints of Polo Blue #829FCB

Color information

#829FCB (or 0x829FCB) is unknown color: approx Polo Blue. HEX triplet: 82, 9F and CB. RGB value is (130,159,203). Sum of RGB (Red+Green+Blue) = 130+159+203=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #829FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCB is #7D6034. Grayscale: #9B9B9B. Windows color (decimal): -8216629 or 13344642. OLE color: 13344642.

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

Color convert

RGB130159203-
CMYK0.360.2200.20
HSL216.16º41.24%65.29%-
HSV(B)216.16º35.96%79.61%-
XYZ32.3833.8561.33-
YUV155.34154.89109.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=26.42%
G=32.32%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301592030.360.2200.20216.1641.2465.29
Hex829FCB2416014d82941
Octal202237313442602433051101
Binary10000010100111111100101110010010110010100110110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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