#789EDE

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

Shades of Jordy Blue #789EDE

Tints of Jordy Blue #789EDE

Color information

#789EDE (or 0x789EDE) is unknown color: approx Jordy Blue. HEX triplet: 78, 9E and DE. RGB value is (120,158,222). Sum of RGB (Red+Green+Blue) = 120+158+222=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #789EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDE is #876121. Grayscale: #999999. Windows color (decimal): -8872226 or 14589560. OLE color: 14589560.

HSL color Cylindrical-coordinate representation of color #789EDE: hue angle of 217.65º degrees, saturation: 0.61, 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 #789EDE is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120158222-
CMYK0.460.2900.13
HSL217.65º60.71%67.06%-
HSV(B)217.65º45.95%87.06%-
XYZ33.1633.7273.87-
YUV153.93166.41103.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=24%
G=31.6%
B=44.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201582220.460.2900.13217.6560.7167.06
Hex789EDE2E1D0Dda3d43
Octal170236336563501533275103
Binary111100010011110110111101011101110101101110110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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