#779ECA

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

Shades of Polo Blue #779ECA

Tints of Polo Blue #779ECA

Color information

#779ECA (or 0x779ECA) is unknown color: approx Polo Blue. HEX triplet: 77, 9E and CA. RGB value is (119,158,202). Sum of RGB (Red+Green+Blue) = 119+158+202=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #779ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ECA is #886135. Grayscale: #979797. Windows color (decimal): -8937782 or 13278839. OLE color: 13278839.

HSL color Cylindrical-coordinate representation of color #779ECA: hue angle of 211.81º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779ECA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119158202-
CMYK0.410.2200.21
HSL211.81º43.92%62.94%-
HSV(B)211.81º41.09%79.22%-
XYZ30.532.6460.57-
YUV151.35156.58104.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=24.84%
G=32.99%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191582020.410.2200.21211.8143.9262.94
Hex779ECA2916015d42c3f
Octal16723631251260253245477
Binary111011110011110110010101010011011001010111010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779ECA; }

 p { color: rgb(119,158,202); }

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

<style>
 a { background-color: #779ECA; }

 a { background-color: rgb(119,158,202); }

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

<style>
 span { border-color: #779ECA; }

 span { border-color: rgb(119,158,202); }

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