#87A7D9

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

Shades of Polo Blue #87A7D9

Tints of Polo Blue #87A7D9

Color information

#87A7D9 (or 0x87A7D9) is unknown color: approx Polo Blue. HEX triplet: 87, A7 and D9. RGB value is (135,167,217). Sum of RGB (Red+Green+Blue) = 135+167+217=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #87A7D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7D9 is #785826. Grayscale: #A2A2A2. Windows color (decimal): -7886887 or 14264199. OLE color: 14264199.

HSL color Cylindrical-coordinate representation of color #87A7D9: hue angle of 216.59º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A7D9 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135167217-
CMYK0.380.2300.15
HSL216.59º51.9%69.02%-
HSV(B)216.59º37.79%85.1%-
XYZ36.3337.871.03-
YUV163.13158.4107.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=26.01%
G=32.18%
B=41.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351672170.380.2300.15216.5951.969.02
Hex87A7D926170Fd93445
Octal207247331462701733164105
Binary1000011110100111110110011001101011101111110110011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A7D9; }

 p { color: rgb(135,167,217); }

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

<style>
 a { background-color: #87A7D9; }

 a { background-color: rgb(135,167,217); }

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

<style>
 span { border-color: #87A7D9; }

 span { border-color: rgb(135,167,217); }

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