Html Css Color HEX #7E6DD1 Moody Blue

📋 copy color: '#7E6DD1'

red 126 ◦ green 109 ◦ blue 209

#7E6DD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7E6DD1

Tints of Moody Blue #7E6DD1

RGB

 RED value IS 126 (49.61% from 255) = 28.38%

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 28.38%
G = 24.55%
B = 47.07%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7E6DD1 (or 0x7E6DD1) is known color: Moody Blue. HEX triplet: 7E, 6D and D1. RGB value is (126,109,209). Sum of RGB (Red+Green+Blue) = 126+109+209=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E6DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DD1 is #81922E. Grayscale: #7D7D7D. Windows color (decimal): -8491567 or 13725054. OLE color: 13725054.

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

Color convert

RGB 126 109 209 -
CMYK 0.40 0.48 0 0.18
HSL 250.2º 0.52% 0.62% -
HSV(B) 250.2º 0.48% 0.82% -
XYZ 25.58 19.98 62.83 -
YUV 125.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 126 109 209 0.40 0.48 0 0.18 250.2 0.52 0.62
Hex 7E 6D D1 28 30 0 12 FA 34 3E
Octal 176 155 321 50 60 0 22 372 64 76
Binary 1111110 1101101 11010001 101000 110000 0 10010 11111010 110100 111110

Color Harmonies of #7E6DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DD1

Black with #7E6DD1

Text Example


Text Example

White with #7E6DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E6DD1;
 }
 .AnyTagClassName
 {
   color: #7E6DD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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