#7E9EF4

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

Shades of Jordy Blue #7E9EF4

Tints of Jordy Blue #7E9EF4

Color information

#7E9EF4 (or 0x7E9EF4) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9E and F4. RGB value is (126,158,244). Sum of RGB (Red+Green+Blue) = 126+158+244=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E9EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EF4 is #81610B. Grayscale: #9D9D9D. Windows color (decimal): -8478988 or 16031358. OLE color: 16031358.

HSL color Cylindrical-coordinate representation of color #7E9EF4: hue angle of 223.73º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E9EF4 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB126158244-
CMYK0.480.3500.04
HSL223.73º84.29%72.55%-
HSV(B)223.73º48.36%95.69%-
XYZ37.1635.4290.47-
YUV158.24176.4105.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=23.86%
G=29.92%
B=46.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1261582440.480.3500.04223.7384.2972.55
Hex7E9EF4302304e05449
Octal176236364604304340124111
Binary1111110100111101111010011000010001101001110000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E9EF4; }

 p { color: rgb(126,158,244); }

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

<style>
 a { background-color: #7E9EF4; }

 a { background-color: rgb(126,158,244); }

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

<style>
 span { border-color: #7E9EF4; }

 span { border-color: rgb(126,158,244); }

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