#789CD1

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

Shades of Jordy Blue #789CD1

Tints of Jordy Blue #789CD1

Color information

#789CD1 (or 0x789CD1) is unknown color: approx Jordy Blue. HEX triplet: 78, 9C and D1. RGB value is (120,156,209). Sum of RGB (Red+Green+Blue) = 120+156+209=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #789CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CD1 is #87632E. Grayscale: #979797. Windows color (decimal): -8872751 or 13737080. OLE color: 13737080.

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

Color convert

RGB120156209-
CMYK0.430.2500.18
HSL215.73º49.17%64.51%-
HSV(B)215.73º42.58%81.96%-
XYZ31.1432.3764.93-
YUV151.28160.57105.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.74%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=24.74%
G=32.16%
B=43.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201562090.430.2500.18215.7349.1764.51
Hex789CD12B19012d83141
Octal170234321533102233061101
Binary1111000100111001101000110101111001010010110110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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