#779FCA

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

Shades of Polo Blue #779FCA

Tints of Polo Blue #779FCA

Color information

#779FCA (or 0x779FCA) is unknown color: approx Polo Blue. HEX triplet: 77, 9F and CA. RGB value is (119,159,202). Sum of RGB (Red+Green+Blue) = 119+159+202=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #779FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FCA is #886035. Grayscale: #979797. Windows color (decimal): -8937526 or 13279095. OLE color: 13279095.

HSL color Cylindrical-coordinate representation of color #779FCA: hue angle of 211.08º 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 #779FCA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119159202-
CMYK0.410.2100.21
HSL211.08º43.92%62.94%-
HSV(B)211.08º41.09%79.22%-
XYZ30.6732.9860.63-
YUV151.94156.25104.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=24.79%
G=33.12%
B=42.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191592020.410.2100.21211.0843.9262.94
Hex779FCA2915015d32c3f
Octal16723731251250253235477
Binary111011110011111110010101010011010101010111010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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