#789BC6

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

Shades of Polo Blue #789BC6

Tints of Polo Blue #789BC6

Color information

#789BC6 (or 0x789BC6) is unknown color: approx Polo Blue. HEX triplet: 78, 9B and C6. RGB value is (120,155,198). Sum of RGB (Red+Green+Blue) = 120+155+198=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #789BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC6 is #876439. Grayscale: #959595. Windows color (decimal): -8873018 or 13015928. OLE color: 13015928.

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

Color convert

RGB120155198-
CMYK0.390.2200.22
HSL213.08º40.62%62.35%-
HSV(B)213.08º39.39%77.65%-
XYZ29.6631.5157.95-
YUV149.44155.4107-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=25.37%
G=32.77%
B=41.86%

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
Decimal1201551980.390.2200.22213.0840.6262.35
Hex789BC62716016d5293e
Octal17023330647260263255176
Binary111100010011011110001101001111011001011011010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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