#7E9DEA

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

Shades of Jordy Blue #7E9DEA

Tints of Jordy Blue #7E9DEA

Color information

#7E9DEA (or 0x7E9DEA) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9D and EA. RGB value is (126,157,234). Sum of RGB (Red+Green+Blue) = 126+157+234=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E9DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9DEA is #816215. Grayscale: #9C9C9C. Windows color (decimal): -8479254 or 15375742. OLE color: 15375742.

HSL color Cylindrical-coordinate representation of color #7E9DEA: hue angle of 222.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E9DEA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126157234-
CMYK0.460.3300.08
HSL222.78º72%70.59%-
HSV(B)222.78º46.15%91.76%-
XYZ35.5134.4982.63-
YUV156.51171.73106.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=24.37%
G=30.37%
B=45.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261572340.460.3300.08222.787270.59
Hex7E9DEA2E2108df4847
Octal1762353525641010337110107
Binary11111101001110111101010101110100001010001101111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,157,234); }

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

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

 a { background-color: rgb(126,157,234); }

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

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

 span { border-color: rgb(126,157,234); }

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