#789be1

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

Shades of Jordy Blue #789BE1

Tints of Jordy Blue #789BE1

Color information

#789BE1 (or 0x789BE1) is unknown color: approx Jordy Blue. HEX triplet: 78, 9B and E1. RGB value is (120,155,225). Sum of RGB (Red+Green+Blue) = 120+155+225=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #789BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BE1 is #87641E. Grayscale: #989898. Windows color (decimal): -8872991 or 14785400. OLE color: 14785400.

HSL color Cylindrical-coordinate representation of color #789BE1: hue angle of 220º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789BE1 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120155225-
CMYK0.470.3100.12
HSL220º63.64%67.65%-
HSV(B)220º46.67%88.24%-
XYZ33.0632.8775.84-
YUV152.51168.9104.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 225 (88.28% from 255) = 45%
R=24%
G=31%
B=45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1201552250.470.3100.1222063.6467.65
Hex789BE12F1F0Cdc4044
Octal1702333415737014334100104
Binary1111000100110111110000110111111111011001101110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,155,225); }

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

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

 a { background-color: rgb(120,155,225); }

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

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

 span { border-color: rgb(120,155,225); }

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