#879ECE

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

Shades of Polo Blue #879ECE

Tints of Polo Blue #879ECE

Color information

#879ECE (or 0x879ECE) is unknown color: approx Polo Blue. HEX triplet: 87, 9E and CE. RGB value is (135,158,206). Sum of RGB (Red+Green+Blue) = 135+158+206=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #879ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ECE is #786131. Grayscale: #9C9C9C. Windows color (decimal): -7889202 or 13540999. OLE color: 13540999.

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

Color convert

RGB135158206-
CMYK0.340.2300.19
HSL220.56º42.01%66.86%-
HSV(B)220.56º34.47%80.78%-
XYZ33.3634.0663.21-
YUV156.6155.88112.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=27.05%
G=31.66%
B=41.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351582060.340.2300.19220.5642.0166.86
Hex879ECE2217013dd2a43
Octal207236316422702333552103
Binary10000111100111101100111010001010111010011110111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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