#7E73D9

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

Shades of Moody Blue #7E73D9

Tints of Moody Blue #7E73D9

Color information

#7E73D9 (or 0x7E73D9) is unknown color: approx Moody Blue. HEX triplet: 7E, 73 and D9. RGB value is (126,115,217). Sum of RGB (Red+Green+Blue) = 126+115+217=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E73D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73D9 is #818C26. Grayscale: #818181. Windows color (decimal): -8490023 or 14250878. OLE color: 14250878.

HSL color Cylindrical-coordinate representation of color #7E73D9: hue angle of 246.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E73D9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126115217-
CMYK0.420.4700.15
HSL246.47º57.3%65.1%-
HSV(B)246.47º47%85.1%-
XYZ27.2621.7168.4-
YUV129.92177.14125.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=27.51%
G=25.11%
B=47.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261152170.420.4700.15246.4757.365.1
Hex7E73D92A2F0Ff63941
Octal176163331525701736671101
Binary111111011100111101100110101010111101111111101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,115,217); }

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

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

 a { background-color: rgb(126,115,217); }

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

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

 span { border-color: rgb(126,115,217); }

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