Html Css Color HEX #779EBF Polo Blue

📋 copy color: '#779EBF'

red 119 ◦ green 158 ◦ blue 191

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

Shades of Polo Blue #779EBF

Tints of Polo Blue #779EBF

RGB

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

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

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

R = 25.43%
G = 33.76%
B = 40.81%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#779EBF (or 0x779EBF) is known color: Polo Blue. HEX triplet: 77, 9E and BF. RGB value is (119,158,191). Sum of RGB (Red+Green+Blue) = 119+158+191=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #779EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBF is #886140. Grayscale: #959595. Windows color (decimal): -8937793 or 12557943. OLE color: 12557943.

HSL color Cylindrical-coordinate representation of color #779EBF: hue angle of 207.5º 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 #779EBF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 158 191 -
CMYK 0.38 0.17 0 0.25
HSL 207.5º 0.36% 0.61% -
HSV(B) 207.5º 0.38% 0.75% -
XYZ 29.24 32.14 53.95 -
YUV 150.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 119 158 191 0.38 0.17 0 0.25 207.5 0.36 0.61
Hex 77 9E BF 26 11 0 19 D0 24 3D
Octal 167 236 277 46 21 0 31 320 44 75
Binary 1110111 10011110 10111111 100110 10001 0 11001 11010000 100100 111101

Color Harmonies of #779EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EBF

Black with #779EBF

Text Example


Text Example

White with #779EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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