#779ABE

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

Shades of Polo Blue #779ABE

Tints of Polo Blue #779ABE

Color information

#779ABE (or 0x779ABE) is unknown color: approx Polo Blue. HEX triplet: 77, 9A and BE. RGB value is (119,154,190). Sum of RGB (Red+Green+Blue) = 119+154+190=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #779ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ABE is #886541. Grayscale: #939393. Windows color (decimal): -8938818 or 12491383. OLE color: 12491383.

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

Color convert

RGB119154190-
CMYK0.370.1900.25
HSL210.42º35.32%60.59%-
HSV(B)210.42º37.37%74.51%-
XYZ28.4630.7553.15-
YUV147.64151.9107.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.70%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=25.70%
G=33.26%
B=41.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191541900.370.1900.25210.4235.3260.59
Hex779ABE2513019d2233d
Octal16723227645230313224375
Binary111011110011010101111101001011001101100111010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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