#7E9EF0

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

Shades of Jordy Blue #7E9EF0

Tints of Jordy Blue #7E9EF0

Color information

#7E9EF0 (or 0x7E9EF0) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9E and F0. RGB value is (126,158,240). Sum of RGB (Red+Green+Blue) = 126+158+240=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E9EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EF0 is #81610F. Grayscale: #9D9D9D. Windows color (decimal): -8478992 or 15769214. OLE color: 15769214.

HSL color Cylindrical-coordinate representation of color #7E9EF0: hue angle of 223.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E9EF0 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126158240-
CMYK0.480.3400.06
HSL223.16º79.17%71.76%-
HSV(B)223.16º47.5%94.12%-
XYZ36.5635.1887.3-
YUV157.78174.4105.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.05%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=24.05%
G=30.15%
B=45.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261582400.480.3400.06223.1679.1771.76
Hex7E9EF0302206df4f48
Octal176236360604206337117110
Binary1111110100111101111000011000010001001101101111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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