#7E9FF3

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

Shades of Jordy Blue #7E9FF3

Tints of Jordy Blue #7E9FF3

Color information

#7E9FF3 (or 0x7E9FF3) is unknown color: approx Jordy Blue. HEX triplet: 7E, 9F and F3. RGB value is (126,159,243). Sum of RGB (Red+Green+Blue) = 126+159+243=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E9FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9FF3 is #81600C. Grayscale: #9E9E9E. Windows color (decimal): -8478733 or 15966078. OLE color: 15966078.

HSL color Cylindrical-coordinate representation of color #7E9FF3: hue angle of 223.08º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E9FF3 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126159243-
CMYK0.480.3500.05
HSL223.08º82.98%72.35%-
HSV(B)223.08º48.15%95.29%-
XYZ37.1835.789.73-
YUV158.71175.57104.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=23.86%
G=30.11%
B=46.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261592430.480.3500.05223.0882.9872.35
Hex7E9FF3302305df5348
Octal176237363604305337123110
Binary1111110100111111111001111000010001101011101111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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