#789DBE

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

Shades of Polo Blue #789DBE

Tints of Polo Blue #789DBE

Color information

#789DBE (or 0x789DBE) is unknown color: approx Polo Blue. HEX triplet: 78, 9D and BE. RGB value is (120,157,190). Sum of RGB (Red+Green+Blue) = 120+157+190=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #789DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DBE is #876241. Grayscale: #959595. Windows color (decimal): -8872514 or 12492152. OLE color: 12492152.

HSL color Cylindrical-coordinate representation of color #789DBE: hue angle of 208.29º degrees, saturation: 0.35, 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 #789DBE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120157190-
CMYK0.370.1700.25
HSL208.29º35%60.78%-
HSV(B)208.29º36.84%74.51%-
XYZ29.131.8253.32-
YUV149.7150.74106.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=25.70%
G=33.62%
B=40.69%

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
Decimal1201571900.370.1700.25208.293560.78
Hex789DBE2511019d0233d
Octal17023527645210313204375
Binary111100010011101101111101001011000101100111010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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