#7E6DCA

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

Shades of Moody Blue #7E6DCA

Tints of Moody Blue #7E6DCA

Color information

#7E6DCA (or 0x7E6DCA) is unknown color: approx Moody Blue. HEX triplet: 7E, 6D and CA. RGB value is (126,109,202). Sum of RGB (Red+Green+Blue) = 126+109+202=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DCA is #819235. Grayscale: #7C7C7C. Windows color (decimal): -8491574 or 13266302. OLE color: 13266302.

HSL color Cylindrical-coordinate representation of color #7E6DCA: hue angle of 250.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E6DCA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126109202-
CMYK0.380.4600.21
HSL250.97º46.73%60.98%-
HSV(B)250.97º46.04%79.22%-
XYZ24.7319.6458.36-
YUV124.68171.63128.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=28.83%
G=24.94%
B=46.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261092020.380.4600.21250.9746.7360.98
Hex7E6DCA262E015fb2f3d
Octal17615531246560253735775
Binary111111011011011100101010011010111001010111111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,109,202); }

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

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

 a { background-color: rgb(126,109,202); }

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

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

 span { border-color: rgb(126,109,202); }

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