#879FC1

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

Shades of Polo Blue #879FC1

Tints of Polo Blue #879FC1

Color information

#879FC1 (or 0x879FC1) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and C1. RGB value is (135,159,193). Sum of RGB (Red+Green+Blue) = 135+159+193=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #879FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC1 is #78603E. Grayscale: #9B9B9B. Windows color (decimal): -7888959 or 12689287. OLE color: 12689287.

HSL color Cylindrical-coordinate representation of color #879FC1: hue angle of 215.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879FC1 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135159193-
CMYK0.300.1800.24
HSL215.17º31.87%64.31%-
HSV(B)215.17º30.05%75.69%-
XYZ32.0233.855.29-
YUV155.7149.05113.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=27.72%
G=32.65%
B=39.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351591930.300.1800.24215.1731.8764.31
Hex879FC11E12018d72040
Octal207237301362203032740100
Binary1000011110011111110000011111010010011000110101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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