#789BC5

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

Shades of Polo Blue #789BC5

Tints of Polo Blue #789BC5

Color information

#789BC5 (or 0x789BC5) is unknown color: approx Polo Blue. HEX triplet: 78, 9B and C5. RGB value is (120,155,197). Sum of RGB (Red+Green+Blue) = 120+155+197=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #789BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC5 is #87643A. Grayscale: #959595. Windows color (decimal): -8873019 or 12950392. OLE color: 12950392.

HSL color Cylindrical-coordinate representation of color #789BC5: hue angle of 212.73º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #789BC5 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB120155197-
CMYK0.390.2100.23
HSL212.73º39.9%62.16%-
HSV(B)212.73º39.09%77.25%-
XYZ29.5531.4757.34-
YUV149.32154.9107.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=25.42%
G=32.84%
B=41.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201551970.390.2100.23212.7339.962.16
Hex789BC52715017d5283e
Octal17023330547250273255076
Binary111100010011011110001011001111010101011111010101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789BC5; }

 p { color: rgb(120,155,197); }

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

<style>
 a { background-color: #789BC5; }

 a { background-color: rgb(120,155,197); }

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

<style>
 span { border-color: #789BC5; }

 span { border-color: rgb(120,155,197); }

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