#789BBF

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

Shades of Polo Blue #789BBF

Tints of Polo Blue #789BBF

Color information

#789BBF (or 0x789BBF) is unknown color: approx Polo Blue. HEX triplet: 78, 9B and BF. RGB value is (120,155,191). Sum of RGB (Red+Green+Blue) = 120+155+191=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #789BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BBF is #876440. Grayscale: #949494. Windows color (decimal): -8873025 or 12557176. OLE color: 12557176.

HSL color Cylindrical-coordinate representation of color #789BBF: hue angle of 210.42º 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 #789BBF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120155191-
CMYK0.370.1900.25
HSL210.42º35.68%60.98%-
HSV(B)210.42º37.17%74.9%-
XYZ28.8731.253.79-
YUV148.64151.9107.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 191 (75% from 255) = 40.99%
R=25.75%
G=33.26%
B=40.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201551910.370.1900.25210.4235.6860.98
Hex789BBF2513019d2243d
Octal17023327745230313224475
Binary111100010011011101111111001011001101100111010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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