Html Css Color HEX #779EC3 Polo Blue

📋 copy color: '#779EC3'

red 119 ◦ green 158 ◦ blue 195

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

Shades of Polo Blue #779EC3

Tints of Polo Blue #779EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 25.21%
G = 33.47%
B = 41.31%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#779EC3 (or 0x779EC3) is known color: Polo Blue. HEX triplet: 77, 9E and C3. RGB value is (119,158,195). Sum of RGB (Red+Green+Blue) = 119+158+195=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #779EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC3 is #88613C. Grayscale: #969696. Windows color (decimal): -8937789 or 12820087. OLE color: 12820087.

HSL color Cylindrical-coordinate representation of color #779EC3: hue angle of 209.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779EC3 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 158 195 -
CMYK 0.39 0.19 0 0.24
HSL 209.21º 0.39% 0.62% -
HSV(B) 209.21º 0.39% 0.76% -
XYZ 29.68 32.32 56.3 -
YUV 150.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 119 158 195 0.39 0.19 0 0.24 209.21 0.39 0.62
Hex 77 9E C3 27 13 0 18 D1 27 3E
Octal 167 236 303 47 23 0 30 321 47 76
Binary 1110111 10011110 11000011 100111 10011 0 11000 11010001 100111 111110

Color Harmonies of #779EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EC3

Black with #779EC3

Text Example


Text Example

White with #779EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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