#789AC5

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

Shades of Polo Blue #789AC5

Tints of Polo Blue #789AC5

Color information

#789AC5 (or 0x789AC5) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and C5. RGB value is (120,154,197). Sum of RGB (Red+Green+Blue) = 120+154+197=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #789AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC5 is #87653A. Grayscale: #949494. Windows color (decimal): -8873275 or 12950136. OLE color: 12950136.

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

Color convert

RGB120154197-
CMYK0.390.2200.23
HSL213.51º39.9%62.16%-
HSV(B)213.51º39.09%77.25%-
XYZ29.3831.1457.28-
YUV148.74155.24107.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=25.48%
G=32.70%
B=41.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201541970.390.2200.23213.5139.962.16
Hex789AC52716017d6283e
Octal17023230547260273265076
Binary111100010011010110001011001111011001011111010110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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