#879FC4

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

Shades of Polo Blue #879FC4

Tints of Polo Blue #879FC4

Color information

#879FC4 (or 0x879FC4) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and C4. RGB value is (135,159,196). Sum of RGB (Red+Green+Blue) = 135+159+196=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #879FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC4 is #78603B. Grayscale: #9B9B9B. Windows color (decimal): -7888956 or 12885895. OLE color: 12885895.

HSL color Cylindrical-coordinate representation of color #879FC4: hue angle of 216.39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #879FC4 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB135159196-
CMYK0.310.1900.23
HSL216.39º34.08%64.9%-
HSV(B)216.39º31.12%76.86%-
XYZ32.3533.9357.07-
YUV156.04150.55112.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 196 (76.95% from 255) = 40%
R=27.55%
G=32.45%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351591960.310.1900.23216.3934.0864.9
Hex879FC41F13017d82241
Octal207237304372302733042101
Binary1000011110011111110001001111110011010111110110001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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