#789AC3

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

Shades of Polo Blue #789AC3

Tints of Polo Blue #789AC3

Color information

#789AC3 (or 0x789AC3) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and C3. RGB value is (120,154,195). Sum of RGB (Red+Green+Blue) = 120+154+195=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #789AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC3 is #87653C. Grayscale: #949494. Windows color (decimal): -8873277 or 12819064. OLE color: 12819064.

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

Color convert

RGB120154195-
CMYK0.380.2100.24
HSL212.8º38.46%61.76%-
HSV(B)212.8º38.46%76.47%-
XYZ29.1531.0456.09-
YUV148.51154.24107.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.59%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=25.59%
G=32.84%
B=41.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201541950.380.2100.24212.838.4661.76
Hex789AC32615018d5263e
Octal17023230346250303254676
Binary111100010011010110000111001101010101100011010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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