Html Css Color HEX #7E68C9 Moody Blue

📋 copy color: '#7E68C9'

red 126 ◦ green 104 ◦ blue 201

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

Shades of Moody Blue #7E68C9

Tints of Moody Blue #7E68C9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 29.23%
G = 24.13%
B = 46.64%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E68C9 (or 0x7E68C9) is known color: Moody Blue. HEX triplet: 7E, 68 and C9. RGB value is (126,104,201). Sum of RGB (Red+Green+Blue) = 126+104+201=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E68C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E68C9 is #819736. Grayscale: #797979. Windows color (decimal): -8492855 or 13199486. OLE color: 13199486.

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

Color convert

RGB 126 104 201 -
CMYK 0.37 0.48 0 0.21
HSL 253.61º 0.47% 0.6% -
HSV(B) 253.61º 0.48% 0.79% -
XYZ 24.1 18.55 57.57 -
YUV 121.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 126 104 201 0.37 0.48 0 0.21 253.61 0.47 0.6
Hex 7E 68 C9 25 30 0 15 FE 2F 3C
Octal 176 150 311 45 60 0 25 376 57 74
Binary 1111110 1101000 11001001 100101 110000 0 10101 11111110 101111 111100

Color Harmonies of #7E68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E68C9

Black with #7E68C9

Text Example


Text Example

White with #7E68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,104,201); }

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

background-color css

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

 a { background-color: rgb(126,104,201); }

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

border-color css

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

 span { border-color: rgb(126,104,201); }

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