#82A4CE

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

Shades of Polo Blue #82A4CE

Tints of Polo Blue #82A4CE

Color information

#82A4CE (or 0x82A4CE) is unknown color: approx Polo Blue. HEX triplet: 82, A4 and CE. RGB value is (130,164,206). Sum of RGB (Red+Green+Blue) = 130+164+206=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #82A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4CE is #7D5B31. Grayscale: #9E9E9E. Windows color (decimal): -8215346 or 13542530. OLE color: 13542530.

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

Color convert

RGB130164206-
CMYK0.370.2000.19
HSL213.16º43.68%65.88%-
HSV(B)213.16º36.89%80.78%-
XYZ33.6235.7563.52-
YUV158.62154.74107.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=26%
G=32.8%
B=41.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301642060.370.2000.19213.1643.6865.88
Hex82A4CE2514013d52c42
Octal202244316452402332554102
Binary10000010101001001100111010010110100010011110101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A4CE; }

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

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

<style>
 a { background-color: #82A4CE; }

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

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

<style>
 span { border-color: #82A4CE; }

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

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