#7C6EC4

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

Shades of Moody Blue #7C6EC4

Tints of Moody Blue #7C6EC4

Color information

#7C6EC4 (or 0x7C6EC4) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and C4. RGB value is (124,110,196). Sum of RGB (Red+Green+Blue) = 124+110+196=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #7C6EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EC4 is #83913B. Grayscale: #7B7B7B. Windows color (decimal): -8622396 or 12873340. OLE color: 12873340.

HSL color Cylindrical-coordinate representation of color #7C6EC4: hue angle of 249.77º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6EC4 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124110196-
CMYK0.370.4400.23
HSL249.77º42.16%60%-
HSV(B)249.77º43.88%76.86%-
XYZ23.8519.4254.72-
YUV123.99168.64128.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=28.84%
G=25.58%
B=45.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241101960.370.4400.23249.7742.1660
Hex7C6EC4252C017fa2a3c
Octal17415630445540273725274
Binary111110011011101100010010010110110001011111111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,110,196); }

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

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

 a { background-color: rgb(124,110,196); }

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

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

 span { border-color: rgb(124,110,196); }

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