#789CDA

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

Shades of Jordy Blue #789CDA

Tints of Jordy Blue #789CDA

Color information

#789CDA (or 0x789CDA) is unknown color: approx Jordy Blue. HEX triplet: 78, 9C and DA. RGB value is (120,156,218). Sum of RGB (Red+Green+Blue) = 120+156+218=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #789CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CDA is #876325. Grayscale: #989898. Windows color (decimal): -8872742 or 14326904. OLE color: 14326904.

HSL color Cylindrical-coordinate representation of color #789CDA: hue angle of 217.96º degrees, saturation: 0.57, 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 #789CDA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120156218-
CMYK0.450.2800.15
HSL217.96º56.98%66.27%-
HSV(B)217.96º44.95%85.49%-
XYZ32.2932.8370.97-
YUV152.3165.07104.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=24.29%
G=31.58%
B=44.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201562180.450.2800.15217.9656.9866.27
Hex789CDA2D1C0Fda3942
Octal170234332553401733271102
Binary111100010011100110110101011011110001111110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,156,218); }

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

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

 a { background-color: rgb(120,156,218); }

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

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

 span { border-color: rgb(120,156,218); }

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