Html Css Color HEX #779ECE Polo Blue

📋 copy color: '#779ECE'

red 119 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #779ECE

Tints of Polo Blue #779ECE

RGB

 RED value IS 119 (46.88% from 255) = 24.64%

 GREEN value IS 158 (62.11% from 255) = 32.71%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 24.64%
G = 32.71%
B = 42.65%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#779ECE (or 0x779ECE) is known color: Polo Blue. HEX triplet: 77, 9E and CE. RGB value is (119,158,206). Sum of RGB (Red+Green+Blue) = 119+158+206=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #779ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ECE is #886131. Grayscale: #979797. Windows color (decimal): -8937778 or 13540983. OLE color: 13540983.

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

Color convert

RGB 119 158 206 -
CMYK 0.42 0.23 0 0.19
HSL 213.1º 0.47% 0.64% -
HSV(B) 213.1º 0.42% 0.81% -
XYZ 30.98 32.83 63.1 -
YUV 151.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 119 158 206 0.42 0.23 0 0.19 213.1 0.47 0.64
Hex 77 9E CE 2A 17 0 13 D5 2F 40
Octal 167 236 316 52 27 0 23 325 57 100
Binary 1110111 10011110 11001110 101010 10111 0 10011 11010101 101111 1000000

Color Harmonies of #779ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ECE

Black with #779ECE

Text Example


Text Example

White with #779ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779ECE;
 }
 .AnyTagClassName
 {
   color: #779ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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