Html Css Color HEX #779ACB Polo Blue

📋 copy color: '#779ACB'

red 119 ◦ green 154 ◦ blue 203

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

Shades of Polo Blue #779ACB

Tints of Polo Blue #779ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 25%
G = 32.35%
B = 42.65%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#779ACB (or 0x779ACB) is known color: Polo Blue. HEX triplet: 77, 9A and CB. RGB value is (119,154,203). Sum of RGB (Red+Green+Blue) = 119+154+203=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #779ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ACB is #886534. Grayscale: #949494. Windows color (decimal): -8938805 or 13343351. OLE color: 13343351.

HSL color Cylindrical-coordinate representation of color #779ACB: hue angle of 215º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779ACB is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 154 203 -
CMYK 0.41 0.24 0 0.20
HSL 215º 0.45% 0.63% -
HSV(B) 215º 0.41% 0.8% -
XYZ 29.94 31.34 60.97 -
YUV 149.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 119 154 203 0.41 0.24 0 0.20 215 0.45 0.63
Hex 77 9A CB 29 18 0 14 D7 2D 3F
Octal 167 232 313 51 30 0 24 327 55 77
Binary 1110111 10011010 11001011 101001 11000 0 10100 11010111 101101 111111

Color Harmonies of #779ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ACB

Black with #779ACB

Text Example


Text Example

White with #779ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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