#779AC6

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

Shades of Polo Blue #779AC6

Tints of Polo Blue #779AC6

Color information

#779AC6 (or 0x779AC6) is unknown color: approx Polo Blue. HEX triplet: 77, 9A and C6. RGB value is (119,154,198). Sum of RGB (Red+Green+Blue) = 119+154+198=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #779AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AC6 is #886539. Grayscale: #949494. Windows color (decimal): -8938810 or 13015671. OLE color: 13015671.

HSL color Cylindrical-coordinate representation of color #779AC6: hue angle of 213.42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #779AC6 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119154198-
CMYK0.400.2200.22
HSL213.42º40.93%62.16%-
HSV(B)213.42º39.9%77.65%-
XYZ29.3631.1157.88-
YUV148.55155.9106.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=25.27%
G=32.70%
B=42.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191541980.400.2200.22213.4240.9362.16
Hex779AC62816016d5293e
Octal16723230650260263255176
Binary111011110011010110001101010001011001011011010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,198); }

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

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

 a { background-color: rgb(119,154,198); }

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

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

 span { border-color: rgb(119,154,198); }

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