#87A0CC

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

Shades of Polo Blue #87A0CC

Tints of Polo Blue #87A0CC

Color information

#87A0CC (or 0x87A0CC) is unknown color: approx Polo Blue. HEX triplet: 87, A0 and CC. RGB value is (135,160,204). Sum of RGB (Red+Green+Blue) = 135+160+204=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #87A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0CC is #785F33. Grayscale: #9D9D9D. Windows color (decimal): -7888692 or 13410439. OLE color: 13410439.

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

Color convert

RGB135160204-
CMYK0.340.2200.2
HSL218.26º40.35%66.47%-
HSV(B)218.26º33.82%80%-
XYZ33.4634.6562.05-
YUV157.54154.22111.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=27.05%
G=32.06%
B=40.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351602040.340.2200.2218.2640.3566.47
Hex87A0CC2216014da2842
Octal207240314422602433250102
Binary10000111101000001100110010001010110010100110110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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