#779CC9

Color #779CC9 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #779CC9

Tints of Polo Blue #779CC9

Color information

#779CC9 (or 0x779CC9) is unknown color: approx Polo Blue. HEX triplet: 77, 9C and C9. RGB value is (119,156,201). Sum of RGB (Red+Green+Blue) = 119+156+201=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #779CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC9 is #886336. Grayscale: #959595. Windows color (decimal): -8938295 or 13212791. OLE color: 13212791.

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

Color convert

RGB119156201-
CMYK0.410.2200.21
HSL212.93º43.16%62.75%-
HSV(B)212.93º40.8%78.82%-
XYZ30.0431.9259.84-
YUV150.07156.74105.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=25%
G=32.77%
B=42.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191562010.410.2200.21212.9343.1662.75
Hex779CC92916015d52b3f
Octal16723431151260253255377
Binary111011110011100110010011010011011001010111010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #779CC9;
 }
 .AnyTagClassName
 {
   color: #779CC9;
 }
</style>
background-color css

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

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

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

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

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

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