#7E6ED9

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

Shades of Moody Blue #7E6ED9

Tints of Moody Blue #7E6ED9

Color information

#7E6ED9 (or 0x7E6ED9) is unknown color: approx Moody Blue. HEX triplet: 7E, 6E and D9. RGB value is (126,110,217). Sum of RGB (Red+Green+Blue) = 126+110+217=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E6ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6ED9 is #819126. Grayscale: #7E7E7E. Windows color (decimal): -8491303 or 14249598. OLE color: 14249598.

HSL color Cylindrical-coordinate representation of color #7E6ED9: hue angle of 248.97º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E6ED9 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126110217-
CMYK0.420.4900.15
HSL248.97º58.47%64.12%-
HSV(B)248.97º49.31%85.1%-
XYZ26.720.668.21-
YUV126.98178.8127.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=27.81%
G=24.28%
B=47.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261102170.420.4900.15248.9758.4764.12
Hex7E6ED92A310Ff93a40
Octal176156331526101737172100
Binary111111011011101101100110101011000101111111110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,217); }

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

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

 a { background-color: rgb(126,110,217); }

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

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

 span { border-color: rgb(126,110,217); }

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