#7C6EC5

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

Shades of Moody Blue #7C6EC5

Tints of Moody Blue #7C6EC5

Color information

#7C6EC5 (or 0x7C6EC5) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and C5. RGB value is (124,110,197). Sum of RGB (Red+Green+Blue) = 124+110+197=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #7C6EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EC5 is #83913A. Grayscale: #7B7B7B. Windows color (decimal): -8622395 or 12938876. OLE color: 12938876.

HSL color Cylindrical-coordinate representation of color #7C6EC5: hue angle of 249.66º degrees, saturation: 0.43, 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 #7C6EC5 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124110197-
CMYK0.370.4400.23
HSL249.66º42.86%60.2%-
HSV(B)249.66º44.16%77.25%-
XYZ23.9719.4755.32-
YUV124.1169.14127.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=28.77%
G=25.52%
B=45.71%

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
Decimal1241101970.370.4400.23249.6642.8660.2
Hex7C6EC5252C017fa2b3c
Octal17415630545540273725374
Binary111110011011101100010110010110110001011111111010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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