#7C6ACE

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

Shades of Moody Blue #7C6ACE

Tints of Moody Blue #7C6ACE

Color information

#7C6ACE (or 0x7C6ACE) is unknown color: approx Moody Blue. HEX triplet: 7C, 6A and CE. RGB value is (124,106,206). Sum of RGB (Red+Green+Blue) = 124+106+206=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ACE is #839531. Grayscale: #7A7A7A. Windows color (decimal): -8623410 or 13527676. OLE color: 13527676.

HSL color Cylindrical-coordinate representation of color #7C6ACE: hue angle of 250.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C6ACE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124106206-
CMYK0.400.4900.19
HSL250.8º50.51%61.18%-
HSV(B)250.8º48.54%80.78%-
XYZ24.6119.0560.77-
YUV122.78174.96128.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=28.44%
G=24.31%
B=47.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241062060.400.4900.19250.850.5161.18
Hex7C6ACE2831013fb333d
Octal17415231650610233736375
Binary111110011010101100111010100011000101001111111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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