#87A7CA

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

Shades of Polo Blue #87A7CA

Tints of Polo Blue #87A7CA

Color information

#87A7CA (or 0x87A7CA) is unknown color: approx Polo Blue. HEX triplet: 87, A7 and CA. RGB value is (135,167,202). Sum of RGB (Red+Green+Blue) = 135+167+202=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7CA is #785835. Grayscale: #A1A1A1. Windows color (decimal): -7886902 or 13281159. OLE color: 13281159.

HSL color Cylindrical-coordinate representation of color #87A7CA: hue angle of 211.34º 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 #87A7CA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135167202-
CMYK0.330.1700.21
HSL211.34º38.73%66.08%-
HSV(B)211.34º33.17%79.22%-
XYZ34.4737.0561.21-
YUV161.42150.9109.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=26.79%
G=33.13%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351672020.330.1700.21211.3438.7366.08
Hex87A7CA2111015d32742
Octal207247312412102532347102
Binary10000111101001111100101010000110001010101110100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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