#789AC6

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

Shades of Polo Blue #789AC6

Tints of Polo Blue #789AC6

Color information

#789AC6 (or 0x789AC6) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and C6. RGB value is (120,154,198). Sum of RGB (Red+Green+Blue) = 120+154+198=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #789AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC6 is #876539. Grayscale: #949494. Windows color (decimal): -8873274 or 13015672. OLE color: 13015672.

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

Color convert

RGB120154198-
CMYK0.390.2200.22
HSL213.85º40.62%62.35%-
HSV(B)213.85º39.39%77.65%-
XYZ29.4931.1857.89-
YUV148.85155.74107.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=25.42%
G=32.63%
B=41.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201541980.390.2200.22213.8540.6262.35
Hex789AC62716016d6293e
Octal17023230647260263265176
Binary111100010011010110001101001111011001011011010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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