#789DCA

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

Shades of Polo Blue #789DCA

Tints of Polo Blue #789DCA

Color information

#789DCA (or 0x789DCA) is unknown color: approx Polo Blue. HEX triplet: 78, 9D and CA. RGB value is (120,157,202). Sum of RGB (Red+Green+Blue) = 120+157+202=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #789DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DCA is #876235. Grayscale: #969696. Windows color (decimal): -8872502 or 13278584. OLE color: 13278584.

HSL color Cylindrical-coordinate representation of color #789DCA: hue angle of 212.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789DCA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120157202-
CMYK0.410.2200.21
HSL212.93º43.62%63.14%-
HSV(B)212.93º40.59%79.22%-
XYZ30.4632.3760.52-
YUV151.07156.74105.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.05%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=25.05%
G=32.78%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201572020.410.2200.21212.9343.6263.14
Hex789DCA2916015d52c3f
Octal17023531251260253255477
Binary111100010011101110010101010011011001010111010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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