#829FCE

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

Shades of Polo Blue #829FCE

Tints of Polo Blue #829FCE

Color information

#829FCE (or 0x829FCE) is unknown color: approx Polo Blue. HEX triplet: 82, 9F and CE. RGB value is (130,159,206). Sum of RGB (Red+Green+Blue) = 130+159+206=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #829FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCE is #7D6031. Grayscale: #9B9B9B. Windows color (decimal): -8216626 or 13541250. OLE color: 13541250.

HSL color Cylindrical-coordinate representation of color #829FCE: hue angle of 217.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829FCE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130159206-
CMYK0.370.2300.19
HSL217.11º43.68%65.88%-
HSV(B)217.11º36.89%80.78%-
XYZ32.743463.23-
YUV155.69156.39109.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=26.26%
G=32.12%
B=41.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301592060.370.2300.19217.1143.6865.88
Hex829FCE2517013d92c42
Octal202237316452702333154102
Binary10000010100111111100111010010110111010011110110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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