#87A2CE

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

Shades of Polo Blue #87A2CE

Tints of Polo Blue #87A2CE

Color information

#87A2CE (or 0x87A2CE) is unknown color: approx Polo Blue. HEX triplet: 87, A2 and CE. RGB value is (135,162,206). Sum of RGB (Red+Green+Blue) = 135+162+206=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2CE is #785D31. Grayscale: #9E9E9E. Windows color (decimal): -7888178 or 13542023. OLE color: 13542023.

HSL color Cylindrical-coordinate representation of color #87A2CE: hue angle of 217.18º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A2CE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135162206-
CMYK0.340.2100.19
HSL217.18º42.01%66.86%-
HSV(B)217.18º34.47%80.78%-
XYZ34.0535.4563.44-
YUV158.94154.55110.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=26.84%
G=32.21%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351622060.340.2100.19217.1842.0166.86
Hex87A2CE2215013d92a43
Octal207242316422502333152103
Binary10000111101000101100111010001010101010011110110011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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