#789DCC

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

Shades of Polo Blue #789DCC

Tints of Polo Blue #789DCC

Color information

#789DCC (or 0x789DCC) is unknown color: approx Polo Blue. HEX triplet: 78, 9D and CC. RGB value is (120,157,204). Sum of RGB (Red+Green+Blue) = 120+157+204=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #789DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DCC is #876233. Grayscale: #979797. Windows color (decimal): -8872500 or 13409656. OLE color: 13409656.

HSL color Cylindrical-coordinate representation of color #789DCC: hue angle of 213.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789DCC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120157204-
CMYK0.410.2300.2
HSL213.57º45.16%63.53%-
HSV(B)213.57º41.18%80%-
XYZ30.732.4761.78-
YUV151.29157.74105.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=24.95%
G=32.64%
B=42.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201572040.410.2300.2213.5745.1663.53
Hex789DCC2917014d62d40
Octal170235314512702432655100
Binary1111000100111011100110010100110111010100110101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,157,204); }

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

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

 a { background-color: rgb(120,157,204); }

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

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

 span { border-color: rgb(120,157,204); }

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