#789FD1

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

Shades of Jordy Blue #789FD1

Tints of Jordy Blue #789FD1

Color information

#789FD1 (or 0x789FD1) is unknown color: approx Jordy Blue. HEX triplet: 78, 9F and D1. RGB value is (120,159,209). Sum of RGB (Red+Green+Blue) = 120+159+209=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #789FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FD1 is #87602E. Grayscale: #989898. Windows color (decimal): -8871983 or 13737848. OLE color: 13737848.

HSL color Cylindrical-coordinate representation of color #789FD1: hue angle of 213.71º 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 #789FD1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120159209-
CMYK0.430.2400.18
HSL213.71º49.17%64.51%-
HSV(B)213.71º42.58%81.96%-
XYZ31.6533.3965.1-
YUV153.04159.58104.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=24.59%
G=32.58%
B=42.83%

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
Decimal1201592090.430.2400.18213.7149.1764.51
Hex789FD12B18012d63141
Octal170237321533002232661101
Binary1111000100111111101000110101111000010010110101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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