#789CCC

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

Shades of Polo Blue #789CCC

Tints of Polo Blue #789CCC

Color information

#789CCC (or 0x789CCC) is unknown color: approx Polo Blue. HEX triplet: 78, 9C and CC. RGB value is (120,156,204). Sum of RGB (Red+Green+Blue) = 120+156+204=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #789CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CCC is #876333. Grayscale: #969696. Windows color (decimal): -8872756 or 13409400. OLE color: 13409400.

HSL color Cylindrical-coordinate representation of color #789CCC: hue angle of 214.29º 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 #789CCC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120156204-
CMYK0.410.2400.2
HSL214.29º45.16%63.53%-
HSV(B)214.29º41.18%80%-
XYZ30.5332.1361.72-
YUV150.71158.07106.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=25%
G=32.5%
B=42.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201562040.410.2400.2214.2945.1663.53
Hex789CCC2918014d62d40
Octal170234314513002432655100
Binary1111000100111001100110010100111000010100110101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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