#779BC2

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

Shades of Polo Blue #779BC2

Tints of Polo Blue #779BC2

Color information

#779BC2 (or 0x779BC2) is unknown color: approx Polo Blue. HEX triplet: 77, 9B and C2. RGB value is (119,155,194). Sum of RGB (Red+Green+Blue) = 119+155+194=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #779BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC2 is #88643D. Grayscale: #949494. Windows color (decimal): -8938558 or 12753783. OLE color: 12753783.

HSL color Cylindrical-coordinate representation of color #779BC2: hue angle of 211.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779BC2 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119155194-
CMYK0.390.2000.24
HSL211.2º38.07%61.37%-
HSV(B)211.2º38.66%76.08%-
XYZ29.0731.2655.54-
YUV148.68153.57106.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=25.43%
G=33.12%
B=41.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191551940.390.2000.24211.238.0761.37
Hex779BC22714018d3263d
Octal16723330247240303234675
Binary111011110011011110000101001111010001100011010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,194); }

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

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

 a { background-color: rgb(119,155,194); }

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

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

 span { border-color: rgb(119,155,194); }

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