#87A0CA

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

Shades of Polo Blue #87A0CA

Tints of Polo Blue #87A0CA

Color information

#87A0CA (or 0x87A0CA) is unknown color: approx Polo Blue. HEX triplet: 87, A0 and CA. RGB value is (135,160,202). Sum of RGB (Red+Green+Blue) = 135+160+202=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0CA is #785F35. Grayscale: #9D9D9D. Windows color (decimal): -7888694 or 13279367. OLE color: 13279367.

HSL color Cylindrical-coordinate representation of color #87A0CA: hue angle of 217.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A0CA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135160202-
CMYK0.330.2100.21
HSL217.61º38.73%66.08%-
HSV(B)217.61º33.17%79.22%-
XYZ33.2234.5660.8-
YUV157.31153.22112.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=27.16%
G=32.19%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351602020.330.2100.21217.6138.7366.08
Hex87A0CA2115015da2742
Octal207240312412502533247102
Binary10000111101000001100101010000110101010101110110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,160,202); }

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

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

 a { background-color: rgb(135,160,202); }

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

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

 span { border-color: rgb(135,160,202); }

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