#879FC9

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

Shades of Polo Blue #879FC9

Tints of Polo Blue #879FC9

Color information

#879FC9 (or 0x879FC9) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and C9. RGB value is (135,159,201). Sum of RGB (Red+Green+Blue) = 135+159+201=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #879FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC9 is #786036. Grayscale: #9C9C9C. Windows color (decimal): -7888951 or 13213575. OLE color: 13213575.

HSL color Cylindrical-coordinate representation of color #879FC9: hue angle of 218.18º degrees, saturation: 0.38, 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 #879FC9 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135159201-
CMYK0.330.2100.21
HSL218.18º37.93%65.88%-
HSV(B)218.18º32.84%78.82%-
XYZ32.9334.1660.12-
YUV156.61153.05112.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=27.27%
G=32.12%
B=40.61%

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
Decimal1351592010.330.2100.21218.1837.9365.88
Hex879FC92115015da2642
Octal207237311412502533246102
Binary10000111100111111100100110000110101010101110110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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