#879ED1

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

Shades of Polo Blue #879ED1

Tints of Polo Blue #879ED1

Color information

#879ED1 (or 0x879ED1) is unknown color: approx Polo Blue. HEX triplet: 87, 9E and D1. RGB value is (135,158,209). Sum of RGB (Red+Green+Blue) = 135+158+209=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #879ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ED1 is #78612E. Grayscale: #9C9C9C. Windows color (decimal): -7889199 or 13737607. OLE color: 13737607.

HSL color Cylindrical-coordinate representation of color #879ED1: hue angle of 221.35º degrees, saturation: 0.45, 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 #879ED1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135158209-
CMYK0.350.2400.18
HSL221.35º44.58%67.45%-
HSV(B)221.35º35.41%81.96%-
XYZ33.7334.2165.15-
YUV156.94157.38112.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=26.89%
G=31.47%
B=41.63%

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
Decimal1351582090.350.2400.18221.3544.5867.45
Hex879ED12318012dd2d43
Octal207236321433002233555103
Binary10000111100111101101000110001111000010010110111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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