Html Css Color HEX #779ECD Polo Blue

📋 copy color: '#779ECD'

red 119 ◦ green 158 ◦ blue 205

#779ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #779ECD

Tints of Polo Blue #779ECD

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 value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779ECD (or 0x779ECD) is known color: 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

RGB 119 158 205 -
CMYK 0.42 0.23 0 0.20
HSL 212.79º 0.46% 0.64% -
HSV(B) 212.79º 0.42% 0.8% -
XYZ 30.85 32.78 62.46 -
YUV 151.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 119 158 205 0.42 0.23 0 0.20 212.79 0.46 0.64
Hex 77 9E CD 2A 17 0 14 D5 2E 40
Octal 167 236 315 52 27 0 24 325 56 100
Binary 1110111 10011110 11001101 101010 10111 0 10100 11010101 101110 1000000

Color Harmonies of #779ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ECD

Black with #779ECD

Text Example


Text Example

White with #779ECD

Text Example


Text Example

HTML Codes & Css Web 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>