#87A4D2

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

Shades of Polo Blue #87A4D2

Tints of Polo Blue #87A4D2

Color information

#87A4D2 (or 0x87A4D2) is unknown color: approx Polo Blue. HEX triplet: 87, A4 and D2. RGB value is (135,164,210). Sum of RGB (Red+Green+Blue) = 135+164+210=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #87A4D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4D2 is #785B2D. Grayscale: #A0A0A0. Windows color (decimal): -7887662 or 13804679. OLE color: 13804679.

HSL color Cylindrical-coordinate representation of color #87A4D2: hue angle of 216.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87A4D2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135164210-
CMYK0.360.2200.18
HSL216.8º45.45%67.65%-
HSV(B)216.8º35.71%82.35%-
XYZ34.936.3566.15-
YUV160.57155.89109.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 210 (82.42% from 255) = 41.26%
R=26.52%
G=32.22%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351642100.360.2200.18216.845.4567.65
Hex87A4D22416012d92d44
Octal207244322442602233155104
Binary10000111101001001101001010010010110010010110110011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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