Html Css Color HEX #779BC9 Polo Blue

📋 copy color: '#779BC9'

red 119 ◦ green 155 ◦ blue 201

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

Shades of Polo Blue #779BC9

Tints of Polo Blue #779BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 25.05%
G = 32.63%
B = 42.32%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#779BC9 (or 0x779BC9) is known color: Polo Blue. HEX triplet: 77, 9B and C9. RGB value is (119,155,201). Sum of RGB (Red+Green+Blue) = 119+155+201=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #779BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC9 is #886436. Grayscale: #959595. Windows color (decimal): -8938551 or 13212535. OLE color: 13212535.

HSL color Cylindrical-coordinate representation of color #779BC9: hue angle of 213.66º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779BC9 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 155 201 -
CMYK 0.41 0.23 0 0.21
HSL 213.66º 0.43% 0.63% -
HSV(B) 213.66º 0.41% 0.79% -
XYZ 29.87 31.58 59.78 -
YUV 149.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 119 155 201 0.41 0.23 0 0.21 213.66 0.43 0.63
Hex 77 9B C9 29 17 0 15 D6 2B 3F
Octal 167 233 311 51 27 0 25 326 53 77
Binary 1110111 10011011 11001001 101001 10111 0 10101 11010110 101011 111111

Color Harmonies of #779BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BC9

Black with #779BC9

Text Example


Text Example

White with #779BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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