#789AC4

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

Shades of Polo Blue #789AC4

Tints of Polo Blue #789AC4

Color information

#789AC4 (or 0x789AC4) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and C4. RGB value is (120,154,196). Sum of RGB (Red+Green+Blue) = 120+154+196=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #789AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC4 is #87653B. Grayscale: #949494. Windows color (decimal): -8873276 or 12884600. OLE color: 12884600.

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

Color convert

RGB120154196-
CMYK0.390.2100.23
HSL213.16º39.18%61.96%-
HSV(B)213.16º38.78%76.86%-
XYZ29.2731.0956.68-
YUV148.62154.74107.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.53%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=25.53%
G=32.77%
B=41.70%

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
Decimal1201541960.390.2100.23213.1639.1861.96
Hex789AC42715017d5273e
Octal17023230447250273254776
Binary111100010011010110001001001111010101011111010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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