#789CC5

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

Shades of Polo Blue #789CC5

Tints of Polo Blue #789CC5

Color information

#789CC5 (or 0x789CC5) is unknown color: approx Polo Blue. HEX triplet: 78, 9C and C5. RGB value is (120,156,197). Sum of RGB (Red+Green+Blue) = 120+156+197=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #789CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CC5 is #87633A. Grayscale: #959595. Windows color (decimal): -8872763 or 12950648. OLE color: 12950648.

HSL color Cylindrical-coordinate representation of color #789CC5: hue angle of 211.95º 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 #789CC5 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB120156197-
CMYK0.390.2100.23
HSL211.95º39.9%62.16%-
HSV(B)211.95º39.09%77.25%-
XYZ29.7131.857.4-
YUV149.91154.57106.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=25.37%
G=32.98%
B=41.65%

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
Decimal1201561970.390.2100.23211.9539.962.16
Hex789CC52715017d4283e
Octal17023430547250273245076
Binary111100010011100110001011001111010101011111010100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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