#779EC0

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

Shades of Polo Blue #779EC0

Tints of Polo Blue #779EC0

Color information

#779EC0 (or 0x779EC0) is unknown color: approx Polo Blue. HEX triplet: 77, 9E and C0. RGB value is (119,158,192). Sum of RGB (Red+Green+Blue) = 119+158+192=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #779EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC0 is #88613F. Grayscale: #969696. Windows color (decimal): -8937792 or 12623479. OLE color: 12623479.

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

Color convert

RGB119158192-
CMYK0.380.1800.25
HSL207.95º36.68%60.98%-
HSV(B)207.95º38.02%75.29%-
XYZ29.3532.1854.53-
YUV150.22151.58105.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=25.37%
G=33.69%
B=40.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191581920.380.1800.25207.9536.6860.98
Hex779EC02612019d0253d
Octal16723630046220313204575
Binary111011110011110110000001001101001001100111010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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