#87A5CC

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

Shades of Polo Blue #87A5CC

Tints of Polo Blue #87A5CC

Color information

#87A5CC (or 0x87A5CC) is unknown color: approx Polo Blue. HEX triplet: 87, A5 and CC. RGB value is (135,165,204). Sum of RGB (Red+Green+Blue) = 135+165+204=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #87A5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5CC is #785A33. Grayscale: #A0A0A0. Windows color (decimal): -7887412 or 13411719. OLE color: 13411719.

HSL color Cylindrical-coordinate representation of color #87A5CC: hue angle of 213.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A5CC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135165204-
CMYK0.340.1900.2
HSL213.91º40.35%66.47%-
HSV(B)213.91º33.82%80%-
XYZ34.3536.4262.35-
YUV160.48152.56109.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=26.79%
G=32.74%
B=40.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351652040.340.1900.2213.9140.3566.47
Hex87A5CC2213014d62842
Octal207245314422302432650102
Binary10000111101001011100110010001010011010100110101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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