#789EC1

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

Shades of Polo Blue #789EC1

Tints of Polo Blue #789EC1

Color information

#789EC1 (or 0x789EC1) is unknown color: approx Polo Blue. HEX triplet: 78, 9E and C1. RGB value is (120,158,193). Sum of RGB (Red+Green+Blue) = 120+158+193=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #789EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC1 is #87613E. Grayscale: #969696. Windows color (decimal): -8872255 or 12689016. OLE color: 12689016.

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

Color convert

RGB120158193-
CMYK0.380.1800.24
HSL208.77º37.06%61.37%-
HSV(B)208.77º37.82%75.69%-
XYZ29.632.355.13-
YUV150.63151.91106.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=25.48%
G=33.55%
B=40.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201581930.380.1800.24208.7737.0661.37
Hex789EC12612018d1253d
Octal17023630146220303214575
Binary111100010011110110000011001101001001100011010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,158,193); }

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

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

 a { background-color: rgb(120,158,193); }

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

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

 span { border-color: rgb(120,158,193); }

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