#78A4C6

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

Shades of Polo Blue #78A4C6

Tints of Polo Blue #78A4C6

Color information

#78A4C6 (or 0x78A4C6) is unknown color: approx Polo Blue. HEX triplet: 78, A4 and C6. RGB value is (120,164,198). Sum of RGB (Red+Green+Blue) = 120+164+198=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #78A4C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4C6 is #875B39. Grayscale: #9A9A9A. Windows color (decimal): -8870714 or 13018232. OLE color: 13018232.

HSL color Cylindrical-coordinate representation of color #78A4C6: hue angle of 206.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78A4C6 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120164198-
CMYK0.390.1700.22
HSL206.15º40.62%62.35%-
HSV(B)206.15º39.39%77.65%-
XYZ31.2134.6258.46-
YUV154.72152.42103.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=24.90%
G=34.02%
B=41.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201641980.390.1700.22206.1540.6262.35
Hex78A4C62711016ce293e
Octal17024430647210263165176
Binary111100010100100110001101001111000101011011001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A4C6; }

 p { color: rgb(120,164,198); }

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

<style>
 a { background-color: #78A4C6; }

 a { background-color: rgb(120,164,198); }

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

<style>
 span { border-color: #78A4C6; }

 span { border-color: rgb(120,164,198); }

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