#87A0CD

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

Shades of Polo Blue #87A0CD

Tints of Polo Blue #87A0CD

Color information

#87A0CD (or 0x87A0CD) is unknown color: approx Polo Blue. HEX triplet: 87, A0 and CD. RGB value is (135,160,205). Sum of RGB (Red+Green+Blue) = 135+160+205=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #87A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0CD is #785F32. Grayscale: #9D9D9D. Windows color (decimal): -7888691 or 13475975. OLE color: 13475975.

HSL color Cylindrical-coordinate representation of color #87A0CD: hue angle of 218.57º 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 #87A0CD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135160205-
CMYK0.340.2200.20
HSL218.57º41.18%66.67%-
HSV(B)218.57º34.15%80.39%-
XYZ33.5834.762.69-
YUV157.65154.72111.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 205 (80.47% from 255) = 41%
R=27%
G=32%
B=41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351602050.340.2200.20218.5741.1866.67
Hex87A0CD2216014db2943
Octal207240315422602433351103
Binary10000111101000001100110110001010110010100110110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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