#82A0D7

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

Shades of Polo Blue #82A0D7

Tints of Polo Blue #82A0D7

Color information

#82A0D7 (or 0x82A0D7) is unknown color: approx Polo Blue. HEX triplet: 82, A0 and D7. RGB value is (130,160,215). Sum of RGB (Red+Green+Blue) = 130+160+215=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #82A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0D7 is #7D5F28. Grayscale: #9D9D9D. Windows color (decimal): -8216361 or 14131330. OLE color: 14131330.

HSL color Cylindrical-coordinate representation of color #82A0D7: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A0D7 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130160215-
CMYK0.400.2600.16
HSL218.82º51.52%67.65%-
HSV(B)218.82º39.53%84.31%-
XYZ34.0434.7969.21-
YUV157.3160.56108.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 215 (84.38% from 255) = 42.57%
R=25.74%
G=31.68%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301602150.400.2600.16218.8251.5267.65
Hex82A0D7281A010db3444
Octal202240327503202033364104
Binary10000010101000001101011110100011010010000110110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,215); }

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

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

 a { background-color: rgb(130,160,215); }

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

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

 span { border-color: rgb(130,160,215); }

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