#879FC3

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

Shades of Polo Blue #879FC3

Tints of Polo Blue #879FC3

Color information

#879FC3 (or 0x879FC3) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and C3. RGB value is (135,159,195). Sum of RGB (Red+Green+Blue) = 135+159+195=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #879FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC3 is #78603C. Grayscale: #9B9B9B. Windows color (decimal): -7888957 or 12820359. OLE color: 12820359.

HSL color Cylindrical-coordinate representation of color #879FC3: hue angle of 216º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #879FC3 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135159195-
CMYK0.310.1800.24
HSL216º33.33%64.71%-
HSV(B)216º30.77%76.47%-
XYZ32.2433.8956.47-
YUV155.93150.05113.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=27.61%
G=32.52%
B=39.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351591950.310.1800.2421633.3364.71
Hex879FC31F12018d82141
Octal207237303372203033041101
Binary1000011110011111110000111111110010011000110110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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