#779FC2

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

Shades of Polo Blue #779FC2

Tints of Polo Blue #779FC2

Color information

#779FC2 (or 0x779FC2) is unknown color: approx Polo Blue. HEX triplet: 77, 9F and C2. RGB value is (119,159,194). Sum of RGB (Red+Green+Blue) = 119+159+194=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #779FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FC2 is #88603D. Grayscale: #969696. Windows color (decimal): -8937534 or 12754807. OLE color: 12754807.

HSL color Cylindrical-coordinate representation of color #779FC2: hue angle of 208º 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 #779FC2 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119159194-
CMYK0.390.1800.24
HSL208º38.07%61.37%-
HSV(B)208º38.66%76.08%-
XYZ29.7432.6155.77-
YUV151.03152.25105.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 194 (76.17% from 255) = 41.10%
R=25.21%
G=33.69%
B=41.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191591940.390.1800.2420838.0761.37
Hex779FC22712018d0263d
Octal16723730247220303204675
Binary111011110011111110000101001111001001100011010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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