#7E6AC1

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

Shades of Moody Blue #7E6AC1

Tints of Moody Blue #7E6AC1

Color information

#7E6AC1 (or 0x7E6AC1) is unknown color: approx Moody Blue. HEX triplet: 7E, 6A and C1. RGB value is (126,106,193). Sum of RGB (Red+Green+Blue) = 126+106+193=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E6AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6AC1 is #81953E. Grayscale: #797979. Windows color (decimal): -8492351 or 12675710. OLE color: 12675710.

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

Color convert

RGB126106193-
CMYK0.350.4500.24
HSL253.79º41.23%58.63%-
HSV(B)253.79º45.08%75.69%-
XYZ23.3818.5952.81-
YUV121.9168.13130.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=29.65%
G=24.94%
B=45.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261061930.350.4500.24253.7941.2358.63
Hex7E6AC1232D018fe293b
Octal17615230143550303765173
Binary111111011010101100000110001110110101100011111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,193); }

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

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

 a { background-color: rgb(126,106,193); }

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

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

 span { border-color: rgb(126,106,193); }

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