Html Css Color HEX #779FC9 Polo Blue

📋 copy color: '#779FC9'

red 119 ◦ green 159 ◦ blue 201

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

Shades of Polo Blue #779FC9

Tints of Polo Blue #779FC9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

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

R = 24.84%
G = 33.19%
B = 41.96%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#779FC9 (or 0x779FC9) is known color: Polo Blue. HEX triplet: 77, 9F and C9. RGB value is (119,159,201). Sum of RGB (Red+Green+Blue) = 119+159+201=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #779FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FC9 is #886036. Grayscale: #979797. Windows color (decimal): -8937527 or 13213559. OLE color: 13213559.

HSL color Cylindrical-coordinate representation of color #779FC9: hue angle of 210.73º 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 #779FC9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 159 201 -
CMYK 0.41 0.21 0 0.21
HSL 210.73º 0.43% 0.63% -
HSV(B) 210.73º 0.41% 0.79% -
XYZ 30.55 32.94 60.01 -
YUV 151.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 119 159 201 0.41 0.21 0 0.21 210.73 0.43 0.63
Hex 77 9F C9 29 15 0 15 D3 2B 3F
Octal 167 237 311 51 25 0 25 323 53 77
Binary 1110111 10011111 11001001 101001 10101 0 10101 11010011 101011 111111

Color Harmonies of #779FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FC9

Black with #779FC9

Text Example


Text Example

White with #779FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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