#829FBD

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

Shades of Polo Blue #829FBD

Tints of Polo Blue #829FBD

Color information

#829FBD (or 0x829FBD) is unknown color: approx Polo Blue. HEX triplet: 82, 9F and BD. RGB value is (130,159,189). Sum of RGB (Red+Green+Blue) = 130+159+189=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #829FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FBD is #7D6042. Grayscale: #999999. Windows color (decimal): -8216643 or 12427138. OLE color: 12427138.

HSL color Cylindrical-coordinate representation of color #829FBD: hue angle of 210.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829FBD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130159189-
CMYK0.310.1600.26
HSL210.51º30.89%62.55%-
HSV(B)210.51º31.22%74.12%-
XYZ30.7933.2252.93-
YUV153.75147.89111.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=27.20%
G=33.26%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301591890.310.1600.26210.5130.8962.55
Hex829FBD1F1001Ad31f3f
Octal20223727537200323233777
Binary10000010100111111011110111111100000110101101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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