#789DC9

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

Shades of Polo Blue #789DC9

Tints of Polo Blue #789DC9

Color information

#789DC9 (or 0x789DC9) is unknown color: approx Polo Blue. HEX triplet: 78, 9D and C9. RGB value is (120,157,201). Sum of RGB (Red+Green+Blue) = 120+157+201=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #789DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DC9 is #876236. Grayscale: #969696. Windows color (decimal): -8872503 or 13213048. OLE color: 13213048.

HSL color Cylindrical-coordinate representation of color #789DC9: hue angle of 212.59º 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 #789DC9 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120157201-
CMYK0.400.2200.21
HSL212.59º42.86%62.94%-
HSV(B)212.59º40.3%78.82%-
XYZ30.3532.3259.9-
YUV150.95156.24105.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=25.10%
G=32.85%
B=42.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201572010.400.2200.21212.5942.8662.94
Hex789DC92816015d52b3f
Octal17023531150260253255377
Binary111100010011101110010011010001011001010111010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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