#87A4DA

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

Shades of Polo Blue #87A4DA

Tints of Polo Blue #87A4DA

Color information

#87A4DA (or 0x87A4DA) is unknown color: approx Polo Blue. HEX triplet: 87, A4 and DA. RGB value is (135,164,218). Sum of RGB (Red+Green+Blue) = 135+164+218=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #87A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4DA is #785B25. Grayscale: #A1A1A1. Windows color (decimal): -7887654 or 14328967. OLE color: 14328967.

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

Color convert

RGB135164218-
CMYK0.380.2500.15
HSL219.04º52.87%69.22%-
HSV(B)219.04º38.07%85.49%-
XYZ35.9236.7671.53-
YUV161.48159.89109.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=26.11%
G=31.72%
B=42.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351642180.380.2500.15219.0452.8769.22
Hex87A4DA26190Fdb3545
Octal207244332463101733365105
Binary1000011110100100110110101001101100101111110110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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