#7E9DDD

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

Shades of Jordy Blue #7E9DDD

Tints of Jordy Blue #7E9DDD

Color information

#7E9DDD (or 0x7E9DDD) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9D and DD. RGB value is (126,157,221). Sum of RGB (Red+Green+Blue) = 126+157+221=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E9DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DDD is #816222. Grayscale: #9A9A9A. Windows color (decimal): -8479267 or 14523774. OLE color: 14523774.

HSL color Cylindrical-coordinate representation of color #7E9DDD: hue angle of 220.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E9DDD is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126157221-
CMYK0.430.2900.13
HSL220.42º58.28%68.04%-
HSV(B)220.42º42.99%86.67%-
XYZ33.7133.7773.15-
YUV155.03165.23107.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=25%
G=31.15%
B=43.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261572210.430.2900.13220.4258.2868.04
Hex7E9DDD2B1D0Ddc3a44
Octal176235335533501533472104
Binary111111010011101110111011010111110101101110111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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