#7E9EEF

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

Shades of Jordy Blue #7E9EEF

Tints of Jordy Blue #7E9EEF

Color information

#7E9EEF (or 0x7E9EEF) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9E and EF. RGB value is (126,158,239). Sum of RGB (Red+Green+Blue) = 126+158+239=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EEF is #816110. Grayscale: #9D9D9D. Windows color (decimal): -8478993 or 15703678. OLE color: 15703678.

HSL color Cylindrical-coordinate representation of color #7E9EEF: hue angle of 223.01º degrees, saturation: 0.78, 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 #7E9EEF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126158239-
CMYK0.470.3400.06
HSL223.01º77.93%71.57%-
HSV(B)223.01º47.28%93.73%-
XYZ36.4135.1286.52-
YUV157.67173.9105.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=24.09%
G=30.21%
B=45.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261582390.470.3400.06223.0177.9371.57
Hex7E9EEF2F2206df4e48
Octal176236357574206337116110
Binary1111110100111101110111110111110001001101101111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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