#789DE6

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

Shades of Jordy Blue #789DE6

Tints of Jordy Blue #789DE6

Color information

#789DE6 (or 0x789DE6) is unknown color: approx Jordy Blue. HEX triplet: 78, 9D and E6. RGB value is (120,157,230). Sum of RGB (Red+Green+Blue) = 120+157+230=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #789DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789DE6 is #876219. Grayscale: #999999. Windows color (decimal): -8872474 or 15113592. OLE color: 15113592.

HSL color Cylindrical-coordinate representation of color #789DE6: hue angle of 219.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #789DE6 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120157230-
CMYK0.480.3200.10
HSL219.82º68.75%68.63%-
HSV(B)219.82º47.83%90.2%-
XYZ34.0933.8279.59-
YUV154.26170.74103.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=23.67%
G=30.97%
B=45.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201572300.480.3200.10219.8268.7568.63
Hex789DE630200Adc4545
Octal1702353466040012334105105
Binary11110001001110111100110110000100000010101101110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,157,230); }

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

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

 a { background-color: rgb(120,157,230); }

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

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

 span { border-color: rgb(120,157,230); }

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