#879ED0

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

Shades of Polo Blue #879ED0

Tints of Polo Blue #879ED0

Color information

#879ED0 (or 0x879ED0) is unknown color: approx Polo Blue. HEX triplet: 87, 9E and D0. RGB value is (135,158,208). Sum of RGB (Red+Green+Blue) = 135+158+208=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #879ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ED0 is #78612F. Grayscale: #9C9C9C. Windows color (decimal): -7889200 or 13672071. OLE color: 13672071.

HSL color Cylindrical-coordinate representation of color #879ED0: hue angle of 221.1º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #879ED0 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135158208-
CMYK0.350.2400.18
HSL221.1º43.71%67.25%-
HSV(B)221.1º35.1%81.57%-
XYZ33.634.1664.5-
YUV156.82156.88112.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=26.95%
G=31.54%
B=41.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351582080.350.2400.18221.143.7167.25
Hex879ED02318012dd2c43
Octal207236320433002233554103
Binary10000111100111101101000010001111000010010110111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,208); }

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

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

 a { background-color: rgb(135,158,208); }

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

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

 span { border-color: rgb(135,158,208); }

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