#7C6EC1

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

Shades of Moody Blue #7C6EC1

Tints of Moody Blue #7C6EC1

Color information

#7C6EC1 (or 0x7C6EC1) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and C1. RGB value is (124,110,193). Sum of RGB (Red+Green+Blue) = 124+110+193=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C6EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EC1 is #83913E. Grayscale: #7B7B7B. Windows color (decimal): -8622399 or 12676732. OLE color: 12676732.

HSL color Cylindrical-coordinate representation of color #7C6EC1: hue angle of 250.12º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6EC1 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124110193-
CMYK0.360.4300.24
HSL250.12º40.1%59.41%-
HSV(B)250.12º43.01%75.69%-
XYZ23.5119.2952.94-
YUV123.65167.14128.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=29.04%
G=25.76%
B=45.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241101930.360.4300.24250.1240.159.41
Hex7C6EC1242B018fa283b
Octal17415630144530303725073
Binary111110011011101100000110010010101101100011111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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