#78A5C6

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

Shades of Polo Blue #78A5C6

Tints of Polo Blue #78A5C6

Color information

#78A5C6 (or 0x78A5C6) is unknown color: approx Polo Blue. HEX triplet: 78, A5 and C6. RGB value is (120,165,198). Sum of RGB (Red+Green+Blue) = 120+165+198=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #78A5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5C6 is #875A39. Grayscale: #9B9B9B. Windows color (decimal): -8870458 or 13018488. OLE color: 13018488.

HSL color Cylindrical-coordinate representation of color #78A5C6: hue angle of 205.38º 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 #78A5C6 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120165198-
CMYK0.390.1700.22
HSL205.38º40.62%62.35%-
HSV(B)205.38º39.39%77.65%-
XYZ31.3934.9858.52-
YUV155.31152.09102.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=24.84%
G=34.16%
B=40.99%

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
Decimal1201651980.390.1700.22205.3840.6262.35
Hex78A5C62711016cd293e
Octal17024530647210263155176
Binary111100010100101110001101001111000101011011001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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