#7E68CE

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

Shades of Moody Blue #7E68CE

Tints of Moody Blue #7E68CE

Color information

#7E68CE (or 0x7E68CE) is unknown color: approx Moody Blue. HEX triplet: 7E, 68 and CE. RGB value is (126,104,206). Sum of RGB (Red+Green+Blue) = 126+104+206=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E68CE is #819731. Grayscale: #797979. Windows color (decimal): -8492850 or 13527166. OLE color: 13527166.

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

Color convert

RGB126104206-
CMYK0.390.5000.19
HSL252.94º51%60.78%-
HSV(B)252.94º49.51%80.78%-
XYZ24.718.7960.72-
YUV122.21175.29130.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=28.90%
G=23.85%
B=47.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261042060.390.5000.19252.945160.78
Hex7E68CE2732013fd333d
Octal17615031647620233756375
Binary111111011010001100111010011111001001001111111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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