#779BCB

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

Shades of Polo Blue #779BCB

Tints of Polo Blue #779BCB

Color information

#779BCB (or 0x779BCB) is unknown color: approx Polo Blue. HEX triplet: 77, 9B and CB. RGB value is (119,155,203). Sum of RGB (Red+Green+Blue) = 119+155+203=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #779BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BCB is #886434. Grayscale: #959595. Windows color (decimal): -8938549 or 13343607. OLE color: 13343607.

HSL color Cylindrical-coordinate representation of color #779BCB: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779BCB is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119155203-
CMYK0.410.2400.20
HSL214.29º44.68%63.14%-
HSV(B)214.29º41.38%79.61%-
XYZ30.1131.6861.03-
YUV149.71158.07106.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=24.95%
G=32.49%
B=42.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191552030.410.2400.20214.2944.6863.14
Hex779BCB2918014d62d3f
Octal16723331351300243265577
Binary111011110011011110010111010011100001010011010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,203); }

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

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

 a { background-color: rgb(119,155,203); }

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

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

 span { border-color: rgb(119,155,203); }

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