#789DCD

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

Shades of Polo Blue #789DCD

Tints of Polo Blue #789DCD

Color information

#789DCD (or 0x789DCD) is unknown color: approx Polo Blue. HEX triplet: 78, 9D and CD. RGB value is (120,157,205). Sum of RGB (Red+Green+Blue) = 120+157+205=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #789DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DCD is #876232. Grayscale: #979797. Windows color (decimal): -8872499 or 13475192. OLE color: 13475192.

HSL color Cylindrical-coordinate representation of color #789DCD: hue angle of 213.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789DCD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120157205-
CMYK0.410.2300.20
HSL213.88º45.95%63.73%-
HSV(B)213.88º41.46%80.39%-
XYZ30.8232.5162.41-
YUV151.41158.24105.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=24.90%
G=32.57%
B=42.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201572050.410.2300.20213.8845.9563.73
Hex789DCD2917014d62e40
Octal170235315512702432656100
Binary1111000100111011100110110100110111010100110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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