#7579C4

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

Shades of Moody Blue #7579C4

Tints of Moody Blue #7579C4

Color information

#7579C4 (or 0x7579C4) is unknown color: approx Moody Blue. HEX triplet: 75, 79 and C4. RGB value is (117,121,196). Sum of RGB (Red+Green+Blue) = 117+121+196=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #7579C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579C4 is #8A863B. Grayscale: #808080. Windows color (decimal): -9078332 or 12876149. OLE color: 12876149.

HSL color Cylindrical-coordinate representation of color #7579C4: hue angle of 236.96º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7579C4 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB117121196-
CMYK0.400.3800.23
HSL236.96º40.1%61.37%-
HSV(B)236.96º40.31%76.86%-
XYZ24.1421.4455.09-
YUV128.35166.17119.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=26.96%
G=27.88%
B=45.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171211960.400.3800.23236.9640.161.37
Hex7579C42826017ed283d
Octal16517130450460273555075
Binary111010111110011100010010100010011001011111101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7579C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7579C4; }

 p { color: rgb(117,121,196); }

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

<style>
 a { background-color: #7579C4; }

 a { background-color: rgb(117,121,196); }

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

<style>
 span { border-color: #7579C4; }

 span { border-color: rgb(117,121,196); }

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