#789CBF

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

Shades of Polo Blue #789CBF

Tints of Polo Blue #789CBF

Color information

#789CBF (or 0x789CBF) is unknown color: approx Polo Blue. HEX triplet: 78, 9C and BF. RGB value is (120,156,191). Sum of RGB (Red+Green+Blue) = 120+156+191=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #789CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CBF is #876340. Grayscale: #959595. Windows color (decimal): -8872769 or 12557432. OLE color: 12557432.

HSL color Cylindrical-coordinate representation of color #789CBF: hue angle of 209.58º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789CBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120156191-
CMYK0.370.1800.25
HSL209.58º35.68%60.98%-
HSV(B)209.58º37.17%74.9%-
XYZ29.0431.5353.85-
YUV149.23151.57107.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 40.90%
R=25.70%
G=33.40%
B=40.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201561910.370.1800.25209.5835.6860.98
Hex789CBF2512019d2243d
Octal17023427745220313224475
Binary111100010011100101111111001011001001100111010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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