#779CCD

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

Shades of Polo Blue #779CCD

Tints of Polo Blue #779CCD

Color information

#779CCD (or 0x779CCD) is unknown color: approx Polo Blue. HEX triplet: 77, 9C and CD. RGB value is (119,156,205). Sum of RGB (Red+Green+Blue) = 119+156+205=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #779CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CCD is #886332. Grayscale: #969696. Windows color (decimal): -8938291 or 13474935. OLE color: 13474935.

HSL color Cylindrical-coordinate representation of color #779CCD: hue angle of 214.19º 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 #779CCD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119156205-
CMYK0.420.2400.20
HSL214.19º46.24%63.53%-
HSV(B)214.19º41.95%80.39%-
XYZ30.5232.1162.35-
YUV150.52158.74105.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=24.79%
G=32.5%
B=42.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191562050.420.2400.20214.1946.2463.53
Hex779CCD2A18014d62e40
Octal167234315523002432656100
Binary1110111100111001100110110101011000010100110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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