#87A5DA

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

Shades of Polo Blue #87A5DA

Tints of Polo Blue #87A5DA

Color information

#87A5DA (or 0x87A5DA) is unknown color: approx Polo Blue. HEX triplet: 87, A5 and DA. RGB value is (135,165,218). Sum of RGB (Red+Green+Blue) = 135+165+218=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #87A5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5DA is #785A25. Grayscale: #A1A1A1. Windows color (decimal): -7887398 or 14329223. OLE color: 14329223.

HSL color Cylindrical-coordinate representation of color #87A5DA: hue angle of 218.31º degrees, saturation: 0.53, 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 #87A5DA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135165218-
CMYK0.380.2400.15
HSL218.31º52.87%69.22%-
HSV(B)218.31º38.07%85.49%-
XYZ36.137.1271.59-
YUV162.07159.56108.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=26.06%
G=31.85%
B=42.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351652180.380.2400.15218.3152.8769.22
Hex87A5DA26180Fda3545
Octal207245332463001733265105
Binary1000011110100101110110101001101100001111110110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,165,218); }

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

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

 a { background-color: rgb(135,165,218); }

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

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

 span { border-color: rgb(135,165,218); }

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