#7C9EE3

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

Shades of Jordy Blue #7C9EE3

Tints of Jordy Blue #7C9EE3

Color information

#7C9EE3 (or 0x7C9EE3) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9E and E3. RGB value is (124,158,227). Sum of RGB (Red+Green+Blue) = 124+158+227=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C9EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EE3 is #83611C. Grayscale: #9B9B9B. Windows color (decimal): -8610077 or 14917244. OLE color: 14917244.

HSL color Cylindrical-coordinate representation of color #7C9EE3: hue angle of 220.19º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C9EE3 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124158227-
CMYK0.450.3000.11
HSL220.19º64.78%68.82%-
HSV(B)220.19º45.37%89.02%-
XYZ34.434.2877.48-
YUV155.7168.24105.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=24.36%
G=31.04%
B=44.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241582270.450.3000.11220.1964.7868.82
Hex7C9EE32D1E0Bdc4145
Octal1742363435536013334101105
Binary1111100100111101110001110110111110010111101110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,158,227); }

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

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

 a { background-color: rgb(124,158,227); }

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

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

 span { border-color: rgb(124,158,227); }

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