#789ED1

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

Shades of Jordy Blue #789ED1

Tints of Jordy Blue #789ED1

Color information

#789ED1 (or 0x789ED1) is unknown color: approx Jordy Blue. HEX triplet: 78, 9E and D1. RGB value is (120,158,209). Sum of RGB (Red+Green+Blue) = 120+158+209=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #789ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ED1 is #87612E. Grayscale: #989898. Windows color (decimal): -8872239 or 13737592. OLE color: 13737592.

HSL color Cylindrical-coordinate representation of color #789ED1: hue angle of 214.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #789ED1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120158209-
CMYK0.430.2400.18
HSL214.38º49.17%64.51%-
HSV(B)214.38º42.58%81.96%-
XYZ31.4833.0565.04-
YUV152.45159.91104.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.64%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=24.64%
G=32.44%
B=42.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201582090.430.2400.18214.3849.1764.51
Hex789ED12B18012d63141
Octal170236321533002232661101
Binary1111000100111101101000110101111000010010110101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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