#87A5CD

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

Shades of Polo Blue #87A5CD

Tints of Polo Blue #87A5CD

Color information

#87A5CD (or 0x87A5CD) is unknown color: approx Polo Blue. HEX triplet: 87, A5 and CD. RGB value is (135,165,205). Sum of RGB (Red+Green+Blue) = 135+165+205=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #87A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5CD is #785A32. Grayscale: #A0A0A0. Windows color (decimal): -7887411 or 13477255. OLE color: 13477255.

HSL color Cylindrical-coordinate representation of color #87A5CD: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A5CD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135165205-
CMYK0.340.2000.20
HSL214.29º41.18%66.67%-
HSV(B)214.29º34.15%80.39%-
XYZ34.4736.4762.98-
YUV160.59153.06109.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=26.73%
G=32.67%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351652050.340.2000.20214.2941.1866.67
Hex87A5CD2214014d62943
Octal207245315422402432651103
Binary10000111101001011100110110001010100010100110101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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