#83A7D5

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

Shades of Polo Blue #83A7D5

Tints of Polo Blue #83A7D5

Color information

#83A7D5 (or 0x83A7D5) is unknown color: approx Polo Blue. HEX triplet: 83, A7 and D5. RGB value is (131,167,213). Sum of RGB (Red+Green+Blue) = 131+167+213=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #83A7D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7D5 is #7C582A. Grayscale: #A1A1A1. Windows color (decimal): -8149035 or 14002051. OLE color: 14002051.

HSL color Cylindrical-coordinate representation of color #83A7D5: hue angle of 213.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83A7D5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131167213-
CMYK0.380.2200.16
HSL213.66º49.4%67.45%-
HSV(B)213.66º38.5%83.53%-
XYZ35.1937.2768.29-
YUV161.48157.07106.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=25.64%
G=32.68%
B=41.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311672130.380.2200.16213.6649.467.45
Hex83A7D52616010d63143
Octal203247325462602032661103
Binary10000011101001111101010110011010110010000110101101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A7D5; }

 p { color: rgb(131,167,213); }

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

<style>
 a { background-color: #83A7D5; }

 a { background-color: rgb(131,167,213); }

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

<style>
 span { border-color: #83A7D5; }

 span { border-color: rgb(131,167,213); }

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