#829bce

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

Shades of Polo Blue #829BCE

Tints of Polo Blue #829BCE

Color information

#829BCE (or 0x829BCE) is unknown color: approx Polo Blue. HEX triplet: 82, 9B and CE. RGB value is (130,155,206). Sum of RGB (Red+Green+Blue) = 130+155+206=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #829BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCE is #7D6431. Grayscale: #999999. Windows color (decimal): -8217650 or 13540226. OLE color: 13540226.

HSL color Cylindrical-coordinate representation of color #829BCE: hue angle of 220.26º 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 #829BCE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130155206-
CMYK0.370.2500.19
HSL220.26º43.68%65.88%-
HSV(B)220.26º36.89%80.78%-
XYZ32.0732.6463-
YUV153.34157.72111.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=26.48%
G=31.57%
B=41.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301552060.370.2500.19220.2643.6865.88
Hex829BCE2519013dc2c42
Octal202233316453102333454102
Binary10000010100110111100111010010111001010011110111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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