#789AD9

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

Shades of Jordy Blue #789AD9

Tints of Jordy Blue #789AD9

Color information

#789AD9 (or 0x789AD9) is unknown color: approx Jordy Blue. HEX triplet: 78, 9A and D9. RGB value is (120,154,217). Sum of RGB (Red+Green+Blue) = 120+154+217=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #789AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AD9 is #876526. Grayscale: #969696. Windows color (decimal): -8873255 or 14260856. OLE color: 14260856.

HSL color Cylindrical-coordinate representation of color #789AD9: hue angle of 218.97º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789AD9 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120154217-
CMYK0.450.2900.15
HSL218.97º56.07%66.08%-
HSV(B)218.97º44.7%85.1%-
XYZ31.8332.1170.17-
YUV151.02165.24105.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=24.44%
G=31.36%
B=44.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201542170.450.2900.15218.9756.0766.08
Hex789AD92D1D0Fdb3842
Octal170232331553501733370102
Binary111100010011010110110011011011110101111110110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,154,217); }

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

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

 a { background-color: rgb(120,154,217); }

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

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

 span { border-color: rgb(120,154,217); }

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