#789ADF

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

Shades of Jordy Blue #789ADF

Tints of Jordy Blue #789ADF

Color information

#789ADF (or 0x789ADF) is unknown color: approx Jordy Blue. HEX triplet: 78, 9A and DF. RGB value is (120,154,223). Sum of RGB (Red+Green+Blue) = 120+154+223=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #789ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ADF is #876520. Grayscale: #979797. Windows color (decimal): -8873249 or 14654072. OLE color: 14654072.

HSL color Cylindrical-coordinate representation of color #789ADF: hue angle of 220.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789ADF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120154223-
CMYK0.460.3100.13
HSL220.19º61.68%67.25%-
HSV(B)220.19º46.19%87.45%-
XYZ32.6232.4374.35-
YUV151.7168.24105.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.14%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=24.14%
G=30.99%
B=44.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201542230.460.3100.13220.1961.6867.25
Hex789ADF2E1F0Ddc3e43
Octal170232337563701533476103
Binary111100010011010110111111011101111101101110111001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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