Html Css Color HEX #779ACD Polo Blue

📋 copy color: '#779ACD'

red 119 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #779ACD

Tints of Polo Blue #779ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.22%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 24.9%
G = 32.22%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779ACD (or 0x779ACD) is known color: Polo Blue. HEX triplet: 77, 9A and CD. RGB value is (119,154,205). Sum of RGB (Red+Green+Blue) = 119+154+205=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #779ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ACD is #886532. Grayscale: #959595. Windows color (decimal): -8938803 or 13474423. OLE color: 13474423.

HSL color Cylindrical-coordinate representation of color #779ACD: hue angle of 215.58º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779ACD is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 154 205 -
CMYK 0.42 0.25 0 0.20
HSL 215.58º 0.46% 0.64% -
HSV(B) 215.58º 0.42% 0.8% -
XYZ 30.18 31.44 62.24 -
YUV 149.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 119 154 205 0.42 0.25 0 0.20 215.58 0.46 0.64
Hex 77 9A CD 2A 19 0 14 D8 2E 40
Octal 167 232 315 52 31 0 24 330 56 100
Binary 1110111 10011010 11001101 101010 11001 0 10100 11011000 101110 1000000

Color Harmonies of #779ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ACD

Black with #779ACD

Text Example


Text Example

White with #779ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,205); }

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

background-color css

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

 a { background-color: rgb(119,154,205); }

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

border-color css

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

 span { border-color: rgb(119,154,205); }

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