Html Css Color HEX #779BBF Polo Blue

📋 copy color: '#779BBF'

red 119 ◦ green 155 ◦ blue 191

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

Shades of Polo Blue #779BBF

Tints of Polo Blue #779BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 25.59%
G = 33.33%
B = 41.08%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#779BBF (or 0x779BBF) is known color: Polo Blue. HEX triplet: 77, 9B and BF. RGB value is (119,155,191). Sum of RGB (Red+Green+Blue) = 119+155+191=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #779BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BBF is #886440. Grayscale: #949494. Windows color (decimal): -8938561 or 12557175. OLE color: 12557175.

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

Color convert

RGB 119 155 191 -
CMYK 0.38 0.19 0 0.25
HSL 210º 0.36% 0.61% -
HSV(B) 210º 0.38% 0.75% -
XYZ 28.73 31.13 53.78 -
YUV 148.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 119 155 191 0.38 0.19 0 0.25 210 0.36 0.61
Hex 77 9B BF 26 13 0 19 D2 24 3D
Octal 167 233 277 46 23 0 31 322 44 75
Binary 1110111 10011011 10111111 100110 10011 0 11001 11010010 100100 111101

Color Harmonies of #779BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BBF

Black with #779BBF

Text Example


Text Example

White with #779BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,191); }

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

background-color css

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

 a { background-color: rgb(119,155,191); }

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

border-color css

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

 span { border-color: rgb(119,155,191); }

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