#789AC9

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

Shades of Polo Blue #789AC9

Tints of Polo Blue #789AC9

Color information

#789AC9 (or 0x789AC9) is unknown color: approx Polo Blue. HEX triplet: 78, 9A and C9. RGB value is (120,154,201). Sum of RGB (Red+Green+Blue) = 120+154+201=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #789AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC9 is #876536. Grayscale: #949494. Windows color (decimal): -8873271 or 13212280. OLE color: 13212280.

HSL color Cylindrical-coordinate representation of color #789AC9: hue angle of 214.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #789AC9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120154201-
CMYK0.400.2300.21
HSL214.81º42.86%62.94%-
HSV(B)214.81º40.3%78.82%-
XYZ29.8431.3259.73-
YUV149.19157.24107.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=25.26%
G=32.42%
B=42.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201542010.400.2300.21214.8142.8662.94
Hex789AC92817015d72b3f
Octal17023231150270253275377
Binary111100010011010110010011010001011101010111010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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