#879DCC

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

Shades of Polo Blue #879DCC

Tints of Polo Blue #879DCC

Color information

#879DCC (or 0x879DCC) is unknown color: approx Polo Blue. HEX triplet: 87, 9D and CC. RGB value is (135,157,204). Sum of RGB (Red+Green+Blue) = 135+157+204=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #879DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DCC is #786233. Grayscale: #9B9B9B. Windows color (decimal): -7889460 or 13409671. OLE color: 13409671.

HSL color Cylindrical-coordinate representation of color #879DCC: hue angle of 220.87º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879DCC is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135157204-
CMYK0.340.2300.2
HSL220.87º40.35%66.47%-
HSV(B)220.87º33.82%80%-
XYZ32.9533.6261.88-
YUV155.78155.21113.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=27.22%
G=31.65%
B=41.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351572040.340.2300.2220.8740.3566.47
Hex879DCC2217014dd2842
Octal207235314422702433550102
Binary10000111100111011100110010001010111010100110111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,157,204); }

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

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

 a { background-color: rgb(135,157,204); }

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

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

 span { border-color: rgb(135,157,204); }

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