#87A2CD

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

Shades of Polo Blue #87A2CD

Tints of Polo Blue #87A2CD

Color information

#87A2CD (or 0x87A2CD) is unknown color: approx Polo Blue. HEX triplet: 87, A2 and CD. RGB value is (135,162,205). Sum of RGB (Red+Green+Blue) = 135+162+205=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #87A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2CD is #785D32. Grayscale: #9E9E9E. Windows color (decimal): -7888179 or 13476487. OLE color: 13476487.

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

Color convert

RGB135162205-
CMYK0.340.2100.20
HSL216.86º41.18%66.67%-
HSV(B)216.86º34.15%80.39%-
XYZ33.9335.462.8-
YUV158.83154.05111-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=26.89%
G=32.27%
B=40.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351622050.340.2100.20216.8641.1866.67
Hex87A2CD2215014d92943
Octal207242315422502433151103
Binary10000111101000101100110110001010101010100110110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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