#789ACE

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

Shades of Polo Blue #789ACE

Tints of Polo Blue #789ACE

Color information

#789ACE (or 0x789ACE) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and CE. RGB value is (120,154,206). Sum of RGB (Red+Green+Blue) = 120+154+206=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #789ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ACE is #876531. Grayscale: #959595. Windows color (decimal): -8873266 or 13539960. OLE color: 13539960.

HSL color Cylindrical-coordinate representation of color #789ACE: hue angle of 216.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #789ACE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120154206-
CMYK0.420.2500.19
HSL216.28º46.74%63.92%-
HSV(B)216.28º41.75%80.78%-
XYZ30.4431.5662.88-
YUV149.76159.74106.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=25%
G=32.08%
B=42.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201542060.420.2500.19216.2846.7463.92
Hex789ACE2A19013d82f40
Octal170232316523102333057100
Binary1111000100110101100111010101011001010011110110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,154,206); }

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

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

 a { background-color: rgb(120,154,206); }

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

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

 span { border-color: rgb(120,154,206); }

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