#87A9D7

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

Shades of Polo Blue #87A9D7

Tints of Polo Blue #87A9D7

Color information

#87A9D7 (or 0x87A9D7) is unknown color: approx Polo Blue. HEX triplet: 87, A9 and D7. RGB value is (135,169,215). Sum of RGB (Red+Green+Blue) = 135+169+215=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #87A9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9D7 is #785628. Grayscale: #A3A3A3. Windows color (decimal): -7886377 or 14133639. OLE color: 14133639.

HSL color Cylindrical-coordinate representation of color #87A9D7: hue angle of 214.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87A9D7 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135169215-
CMYK0.370.2100.16
HSL214.5º50%68.63%-
HSV(B)214.5º37.21%84.31%-
XYZ36.4538.4369.79-
YUV164.08156.74107.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=26.01%
G=32.56%
B=41.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351692150.370.2100.16214.55068.63
Hex87A9D72515010d63245
Octal207251327452502032662105
Binary10000111101010011101011110010110101010000110101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,169,215); }

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

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

 a { background-color: rgb(135,169,215); }

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

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

 span { border-color: rgb(135,169,215); }

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