#879FCC

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

Shades of Polo Blue #879FCC

Tints of Polo Blue #879FCC

Color information

#879FCC (or 0x879FCC) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and CC. RGB value is (135,159,204). Sum of RGB (Red+Green+Blue) = 135+159+204=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #879FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCC is #786033. Grayscale: #9C9C9C. Windows color (decimal): -7888948 or 13410183. OLE color: 13410183.

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

Color convert

RGB135159204-
CMYK0.340.2200.2
HSL219.13º40.35%66.47%-
HSV(B)219.13º33.82%80%-
XYZ33.2934.3161.99-
YUV156.95154.55112.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=27.11%
G=31.93%
B=40.96%

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
Decimal1351592040.340.2200.2219.1340.3566.47
Hex879FCC2216014db2842
Octal207237314422602433350102
Binary10000111100111111100110010001010110010100110110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879FCC; }

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

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

<style>
 a { background-color: #879FCC; }

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

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

<style>
 span { border-color: #879FCC; }

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

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