#7C6DCA

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

Shades of Moody Blue #7C6DCA

Tints of Moody Blue #7C6DCA

Color information

#7C6DCA (or 0x7C6DCA) is unknown color: approx Moody Blue. HEX triplet: 7C, 6D and CA. RGB value is (124,109,202). Sum of RGB (Red+Green+Blue) = 124+109+202=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DCA is #839235. Grayscale: #7B7B7B. Windows color (decimal): -8622646 or 13266300. OLE color: 13266300.

HSL color Cylindrical-coordinate representation of color #7C6DCA: hue angle of 249.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6DCA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124109202-
CMYK0.390.4600.21
HSL249.68º46.73%60.98%-
HSV(B)249.68º46.04%79.22%-
XYZ24.4419.4958.35-
YUV124.09171.97127.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=28.51%
G=25.06%
B=46.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241092020.390.4600.21249.6846.7360.98
Hex7C6DCA272E015fa2f3d
Octal17415531247560253725775
Binary111110011011011100101010011110111001010111111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,202); }

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

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

 a { background-color: rgb(124,109,202); }

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

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

 span { border-color: rgb(124,109,202); }

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