Html Css Color HEX #7E6DCE Moody Blue

📋 copy color: '#7E6DCE'

red 126 ◦ green 109 ◦ blue 206

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

Shades of Moody Blue #7E6DCE

Tints of Moody Blue #7E6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 28.57%
G = 24.72%
B = 46.71%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E6DCE (or 0x7E6DCE) is known color: Moody Blue. HEX triplet: 7E, 6D and CE. RGB value is (126,109,206). Sum of RGB (Red+Green+Blue) = 126+109+206=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DCE is #819231. Grayscale: #7C7C7C. Windows color (decimal): -8491570 or 13528446. OLE color: 13528446.

HSL color Cylindrical-coordinate representation of color #7E6DCE: hue angle of 250.52º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E6DCE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 109 206 -
CMYK 0.39 0.47 0 0.19
HSL 250.52º 0.5% 0.62% -
HSV(B) 250.52º 0.47% 0.81% -
XYZ 25.21 19.83 60.89 -
YUV 125.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 126 109 206 0.39 0.47 0 0.19 250.52 0.5 0.62
Hex 7E 6D CE 27 2F 0 13 FB 32 3E
Octal 176 155 316 47 57 0 23 373 62 76
Binary 1111110 1101101 11001110 100111 101111 0 10011 11111011 110010 111110

Color Harmonies of #7E6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DCE

Black with #7E6DCE

Text Example


Text Example

White with #7E6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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