#779EC1

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

Shades of Polo Blue #779EC1

Tints of Polo Blue #779EC1

Color information

#779EC1 (or 0x779EC1) is unknown color: approx Polo Blue. HEX triplet: 77, 9E and C1. RGB value is (119,158,193). Sum of RGB (Red+Green+Blue) = 119+158+193=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #779EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC1 is #88613E. Grayscale: #969696. Windows color (decimal): -8937791 or 12689015. OLE color: 12689015.

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

Color convert

RGB119158193-
CMYK0.380.1800.24
HSL208.38º37.37%61.18%-
HSV(B)208.38º38.34%75.69%-
XYZ29.4632.2355.12-
YUV150.33152.08105.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.32%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=25.32%
G=33.62%
B=41.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191581930.380.1800.24208.3837.3761.18
Hex779EC12612018d0253d
Octal16723630146220303204575
Binary111011110011110110000011001101001001100011010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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