#879ECB

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

Shades of Polo Blue #879ECB

Tints of Polo Blue #879ECB

Color information

#879ECB (or 0x879ECB) is unknown color: approx Polo Blue. HEX triplet: 87, 9E and CB. RGB value is (135,158,203). Sum of RGB (Red+Green+Blue) = 135+158+203=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #879ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ECB is #786134. Grayscale: #9C9C9C. Windows color (decimal): -7889205 or 13344391. OLE color: 13344391.

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

Color convert

RGB135158203-
CMYK0.330.2200.20
HSL219.71º39.53%66.27%-
HSV(B)219.71º33.5%79.61%-
XYZ3333.9261.31-
YUV156.25154.38112.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=27.22%
G=31.85%
B=40.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351582030.330.2200.20219.7139.5366.27
Hex879ECB2116014dc2842
Octal207236313412602433450102
Binary10000111100111101100101110000110110010100110111001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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