#7C9DDF

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

Shades of Jordy Blue #7C9DDF

Tints of Jordy Blue #7C9DDF

Color information

#7C9DDF (or 0x7C9DDF) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9D and DF. RGB value is (124,157,223). Sum of RGB (Red+Green+Blue) = 124+157+223=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DDF is #836220. Grayscale: #9A9A9A. Windows color (decimal): -8610337 or 14654844. OLE color: 14654844.

HSL color Cylindrical-coordinate representation of color #7C9DDF: hue angle of 220º degrees, saturation: 0.61, 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 #7C9DDF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124157223-
CMYK0.440.3000.13
HSL220º60.74%68.04%-
HSV(B)220º44.39%87.45%-
XYZ33.6933.7374.55-
YUV154.66166.57106.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=24.60%
G=31.15%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241572230.440.3000.1322060.7468.04
Hex7C9DDF2C1E0Ddc3d44
Octal174235337543601533475104
Binary111110010011101110111111011001111001101110111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,157,223); }

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

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

 a { background-color: rgb(124,157,223); }

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

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

 span { border-color: rgb(124,157,223); }

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