#789EBF

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

Shades of Polo Blue #789EBF

Tints of Polo Blue #789EBF

Color information

#789EBF (or 0x789EBF) is unknown color: approx Polo Blue. HEX triplet: 78, 9E and BF. RGB value is (120,158,191). Sum of RGB (Red+Green+Blue) = 120+158+191=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #789EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBF is #876140. Grayscale: #969696. Windows color (decimal): -8872257 or 12557944. OLE color: 12557944.

HSL color Cylindrical-coordinate representation of color #789EBF: hue angle of 207.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789EBF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120158191-
CMYK0.370.1700.25
HSL207.89º35.68%60.98%-
HSV(B)207.89º37.17%74.9%-
XYZ29.3832.2153.96-
YUV150.4150.91106.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.59%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 40.72%
R=25.59%
G=33.69%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201581910.370.1700.25207.8935.6860.98
Hex789EBF2511019d0243d
Octal17023627745210313204475
Binary111100010011110101111111001011000101100111010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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