#7E6AD1

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

Shades of Moody Blue #7E6AD1

Tints of Moody Blue #7E6AD1

Color information

#7E6AD1 (or 0x7E6AD1) is unknown color: approx Moody Blue. HEX triplet: 7E, 6A and D1. RGB value is (126,106,209). Sum of RGB (Red+Green+Blue) = 126+106+209=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E6AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6AD1 is #81952E. Grayscale: #7B7B7B. Windows color (decimal): -8492335 or 13724286. OLE color: 13724286.

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

Color convert

RGB126106209-
CMYK0.400.4900.18
HSL251.65º52.82%61.76%-
HSV(B)251.65º49.28%81.96%-
XYZ25.2719.3562.72-
YUV123.72176.13129.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=28.57%
G=24.04%
B=47.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261062090.400.4900.18251.6552.8261.76
Hex7E6AD12831012fc353e
Octal17615232150610223746576
Binary111111011010101101000110100011000101001011111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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