#879FCD

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

Shades of Polo Blue #879FCD

Tints of Polo Blue #879FCD

Color information

#879FCD (or 0x879FCD) is unknown color: approx Polo Blue. HEX triplet: 87, 9F and CD. RGB value is (135,159,205). Sum of RGB (Red+Green+Blue) = 135+159+205=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #879FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCD is #786032. Grayscale: #9C9C9C. Windows color (decimal): -7888947 or 13475719. OLE color: 13475719.

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

Color convert

RGB135159205-
CMYK0.340.2200.20
HSL219.43º41.18%66.67%-
HSV(B)219.43º34.15%80.39%-
XYZ33.4134.3562.63-
YUV157.07155.05112.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=27.05%
G=31.86%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351592050.340.2200.20219.4341.1866.67
Hex879FCD2216014db2943
Octal207237315422602433351103
Binary10000111100111111100110110001010110010100110110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,159,205); }

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

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

 a { background-color: rgb(135,159,205); }

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

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

 span { border-color: rgb(135,159,205); }

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