#779ECD

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

Shades of Polo Blue #779ECD

Tints of Polo Blue #779ECD

Color information

#779ECD (or 0x779ECD) is unknown color: approx Polo Blue. HEX triplet: 77, 9E and CD. RGB value is (119,158,205). Sum of RGB (Red+Green+Blue) = 119+158+205=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #779ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ECD is #886132. Grayscale: #979797. Windows color (decimal): -8937779 or 13475447. OLE color: 13475447.

HSL color Cylindrical-coordinate representation of color #779ECD: hue angle of 212.79º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779ECD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119158205-
CMYK0.420.2300.20
HSL212.79º46.24%63.53%-
HSV(B)212.79º41.95%80.39%-
XYZ30.8532.7862.46-
YUV151.7158.08104.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.69%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=24.69%
G=32.78%
B=42.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191582050.420.2300.20212.7946.2463.53
Hex779ECD2A17014d52e40
Octal167236315522702432556100
Binary1110111100111101100110110101010111010100110101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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