#789BC1

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

Shades of Polo Blue #789BC1

Tints of Polo Blue #789BC1

Color information

#789BC1 (or 0x789BC1) is unknown color: approx Polo Blue. HEX triplet: 78, 9B and C1. RGB value is (120,155,193). Sum of RGB (Red+Green+Blue) = 120+155+193=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #789BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC1 is #87643E. Grayscale: #949494. Windows color (decimal): -8873023 or 12688248. OLE color: 12688248.

HSL color Cylindrical-coordinate representation of color #789BC1: hue angle of 211.23º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789BC1 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120155193-
CMYK0.380.2000.24
HSL211.23º37.06%61.37%-
HSV(B)211.23º37.82%75.69%-
XYZ29.0931.2954.96-
YUV148.87152.9107.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.64%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=25.64%
G=33.12%
B=41.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201551930.380.2000.24211.2337.0661.37
Hex789BC12614018d3253d
Octal17023330146240303234575
Binary111100010011011110000011001101010001100011010011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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