#779EBF

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

Shades of Polo Blue #779EBF

Tints of Polo Blue #779EBF

Color information

#779EBF (or 0x779EBF) is unknown color: approx Polo Blue. HEX triplet: 77, 9E and BF. RGB value is (119,158,191). Sum of RGB (Red+Green+Blue) = 119+158+191=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #779EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBF is #886140. Grayscale: #959595. Windows color (decimal): -8937793 or 12557943. OLE color: 12557943.

HSL color Cylindrical-coordinate representation of color #779EBF: hue angle of 207.5º degrees, saturation: 0.36, 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 #779EBF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119158191-
CMYK0.380.1700.25
HSL207.5º36%60.78%-
HSV(B)207.5º37.7%74.9%-
XYZ29.2432.1453.95-
YUV150.1151.08105.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 40.81%
R=25.43%
G=33.76%
B=40.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191581910.380.1700.25207.53660.78
Hex779EBF2611019d0243d
Octal16723627746210313204475
Binary111011110011110101111111001101000101100111010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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