#7C9EDD

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

Shades of Jordy Blue #7C9EDD

Tints of Jordy Blue #7C9EDD

Color information

#7C9EDD (or 0x7C9EDD) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9E and DD. RGB value is (124,158,221). Sum of RGB (Red+Green+Blue) = 124+158+221=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C9EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EDD is #836122. Grayscale: #9A9A9A. Windows color (decimal): -8610083 or 14524028. OLE color: 14524028.

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

Color convert

RGB124158221-
CMYK0.440.2900.13
HSL218.97º58.79%67.65%-
HSV(B)218.97º43.89%86.67%-
XYZ33.5933.9673.19-
YUV155.02165.24105.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=24.65%
G=31.41%
B=43.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241582210.440.2900.13218.9758.7967.65
Hex7C9EDD2C1D0Ddb3b44
Octal174236335543501533373104
Binary111110010011110110111011011001110101101110110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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