#879FCA

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

Shades of Polo Blue #879FCA

Tints of Polo Blue #879FCA

Color information

#879FCA (or 0x879FCA) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and CA. RGB value is (135,159,202). Sum of RGB (Red+Green+Blue) = 135+159+202=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #879FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCA is #786035. Grayscale: #9C9C9C. Windows color (decimal): -7888950 or 13279111. OLE color: 13279111.

HSL color Cylindrical-coordinate representation of color #879FCA: hue angle of 218.51º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #879FCA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135159202-
CMYK0.330.2100.21
HSL218.51º38.73%66.08%-
HSV(B)218.51º33.17%79.22%-
XYZ33.0534.2160.74-
YUV156.73153.55112.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=27.22%
G=32.06%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351592020.330.2100.21218.5138.7366.08
Hex879FCA2115015db2742
Octal207237312412502533347102
Binary10000111100111111100101010000110101010101110110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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