#779FE7

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

Shades of Jordy Blue #779FE7

Tints of Jordy Blue #779FE7

Color information

#779FE7 (or 0x779FE7) is unknown color: approx Jordy Blue. HEX triplet: 77, 9F and E7. RGB value is (119,159,231). Sum of RGB (Red+Green+Blue) = 119+159+231=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #779FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FE7 is #886018. Grayscale: #9A9A9A. Windows color (decimal): -8937497 or 15179639. OLE color: 15179639.

HSL color Cylindrical-coordinate representation of color #779FE7: hue angle of 218.57º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779FE7 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119159231-
CMYK0.480.3100.09
HSL218.57º70%68.63%-
HSV(B)218.57º48.48%90.59%-
XYZ34.4334.4980.44-
YUV155.25170.75102.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 231 (90.62% from 255) = 45.38%
R=23.38%
G=31.24%
B=45.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191592310.480.3100.09218.577068.63
Hex779FE7301F09db4645
Octal1672373476037011333106105
Binary1110111100111111110011111000011111010011101101110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779FE7; }

 p { color: rgb(119,159,231); }

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

<style>
 a { background-color: #779FE7; }

 a { background-color: rgb(119,159,231); }

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

<style>
 span { border-color: #779FE7; }

 span { border-color: rgb(119,159,231); }

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