#7C6ED0

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

Shades of Moody Blue #7C6ED0

Tints of Moody Blue #7C6ED0

Color information

#7C6ED0 (or 0x7C6ED0) is unknown color: approx Moody Blue. HEX triplet: 7C, 6E and D0. RGB value is (124,110,208). Sum of RGB (Red+Green+Blue) = 124+110+208=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C6ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ED0 is #83912F. Grayscale: #7C7C7C. Windows color (decimal): -8622384 or 13659772. OLE color: 13659772.

HSL color Cylindrical-coordinate representation of color #7C6ED0: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6ED0 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124110208-
CMYK0.400.4700.18
HSL248.57º51.04%62.35%-
HSV(B)248.57º47.12%81.57%-
XYZ25.2719.9962.2-
YUV125.36174.64127.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 208 (81.64% from 255) = 47.06%
R=28.05%
G=24.89%
B=47.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241102080.400.4700.18248.5751.0462.35
Hex7C6ED0282F012f9333e
Octal17415632050570223716376
Binary111110011011101101000010100010111101001011111001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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