#87A5C9

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

Shades of Polo Blue #87A5C9

Tints of Polo Blue #87A5C9

Color information

#87A5C9 (or 0x87A5C9) is unknown color: approx Polo Blue. HEX triplet: 87, A5 and C9. RGB value is (135,165,201). Sum of RGB (Red+Green+Blue) = 135+165+201=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #87A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5C9 is #785A36. Grayscale: #9F9F9F. Windows color (decimal): -7887415 or 13215111. OLE color: 13215111.

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

Color convert

RGB135165201-
CMYK0.330.1800.21
HSL212.73º37.93%65.88%-
HSV(B)212.73º32.84%78.82%-
XYZ33.9936.2860.47-
YUV160.13151.06110.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=26.95%
G=32.93%
B=40.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351652010.330.1800.21212.7337.9365.88
Hex87A5C92112015d52642
Octal207245311412202532546102
Binary10000111101001011100100110000110010010101110101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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