#7E9EEC

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

Shades of Jordy Blue #7E9EEC

Tints of Jordy Blue #7E9EEC

Color information

#7E9EEC (or 0x7E9EEC) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9E and EC. RGB value is (126,158,236). Sum of RGB (Red+Green+Blue) = 126+158+236=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E9EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EEC is #816113. Grayscale: #9C9C9C. Windows color (decimal): -8478996 or 15507070. OLE color: 15507070.

HSL color Cylindrical-coordinate representation of color #7E9EEC: hue angle of 222.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E9EEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126158236-
CMYK0.470.3300.07
HSL222.55º74.32%70.98%-
HSV(B)222.55º46.61%92.55%-
XYZ35.9734.9584.21-
YUV157.32172.4105.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=24.23%
G=30.38%
B=45.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261582360.470.3300.07222.5574.3270.98
Hex7E9EEC2F2107df4a47
Octal176236354574107337112107
Binary1111110100111101110110010111110000101111101111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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