#7E73BE

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

Shades of Moody Blue #7E73BE

Tints of Moody Blue #7E73BE

Color information

#7E73BE (or 0x7E73BE) is unknown color: approx Moody Blue. HEX triplet: 7E, 73 and BE. RGB value is (126,115,190). Sum of RGB (Red+Green+Blue) = 126+115+190=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73BE is #818C41. Grayscale: #7E7E7E. Windows color (decimal): -8490050 or 12481406. OLE color: 12481406.

HSL color Cylindrical-coordinate representation of color #7E73BE: hue angle of 248.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E73BE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126115190-
CMYK0.340.3900.25
HSL248.8º36.59%59.8%-
HSV(B)248.8º39.47%74.51%-
XYZ24.0320.4151.39-
YUV126.84163.64127.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=29.23%
G=26.68%
B=44.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261151900.340.3900.25248.836.5959.8
Hex7E73BE2227019f9253c
Octal17616327642470313714574
Binary111111011100111011111010001010011101100111111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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