#7C6ACD

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

Shades of Moody Blue #7C6ACD

Tints of Moody Blue #7C6ACD

Color information

#7C6ACD (or 0x7C6ACD) is unknown color: approx Moody Blue. HEX triplet: 7C, 6A and CD. RGB value is (124,106,205). Sum of RGB (Red+Green+Blue) = 124+106+205=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ACD is #839532. Grayscale: #7A7A7A. Windows color (decimal): -8623411 or 13462140. OLE color: 13462140.

HSL color Cylindrical-coordinate representation of color #7C6ACD: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6ACD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124106205-
CMYK0.400.4800.20
HSL250.91º49.75%60.98%-
HSV(B)250.91º48.29%80.39%-
XYZ24.491960.13-
YUV122.67174.46128.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=28.51%
G=24.37%
B=47.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241062050.400.4800.20250.9149.7560.98
Hex7C6ACD2830014fb323d
Octal17415231550600243736275
Binary111110011010101100110110100011000001010011111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,205); }

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

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

 a { background-color: rgb(124,106,205); }

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

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

 span { border-color: rgb(124,106,205); }

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