#7E9FDB

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

Shades of Jordy Blue #7E9FDB

Tints of Jordy Blue #7E9FDB

Color information

#7E9FDB (or 0x7E9FDB) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9F and DB. RGB value is (126,159,219). Sum of RGB (Red+Green+Blue) = 126+159+219=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FDB is #816024. Grayscale: #9B9B9B. Windows color (decimal): -8478757 or 14393214. OLE color: 14393214.

HSL color Cylindrical-coordinate representation of color #7E9FDB: hue angle of 218.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9FDB is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126159219-
CMYK0.420.2700.14
HSL218.71º56.36%67.65%-
HSV(B)218.71º42.47%85.88%-
XYZ33.7934.3571.87-
YUV155.97163.57106.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=25%
G=31.55%
B=43.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261592190.420.2700.14218.7156.3667.65
Hex7E9FDB2A1B0Edb3844
Octal176237333523301633370104
Binary111111010011111110110111010101101101110110110111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,219); }

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

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

 a { background-color: rgb(126,159,219); }

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

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

 span { border-color: rgb(126,159,219); }

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