Html Css Color HEX #779DC1 Polo Blue

📋 copy color: '#779DC1'

red 119 ◦ green 157 ◦ blue 193

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

Shades of Polo Blue #779DC1

Tints of Polo Blue #779DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 25.37%
G = 33.48%
B = 41.15%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#779DC1 (or 0x779DC1) is known color: Polo Blue. HEX triplet: 77, 9D and C1. RGB value is (119,157,193). Sum of RGB (Red+Green+Blue) = 119+157+193=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #779DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DC1 is #88623E. Grayscale: #959595. Windows color (decimal): -8938047 or 12688759. OLE color: 12688759.

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

Color convert

RGB 119 157 193 -
CMYK 0.38 0.19 0 0.24
HSL 209.19º 0.37% 0.61% -
HSV(B) 209.19º 0.38% 0.76% -
XYZ 29.29 31.89 55.06 -
YUV 149.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 119 157 193 0.38 0.19 0 0.24 209.19 0.37 0.61
Hex 77 9D C1 26 13 0 18 D1 25 3D
Octal 167 235 301 46 23 0 30 321 45 75
Binary 1110111 10011101 11000001 100110 10011 0 11000 11010001 100101 111101

Color Harmonies of #779DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DC1

Black with #779DC1

Text Example


Text Example

White with #779DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,193); }

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

background-color css

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

 a { background-color: rgb(119,157,193); }

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

border-color css

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

 span { border-color: rgb(119,157,193); }

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