#7579CA

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

Shades of Moody Blue #7579CA

Tints of Moody Blue #7579CA

Color information

#7579CA (or 0x7579CA) is unknown color: approx Moody Blue. HEX triplet: 75, 79 and CA. RGB value is (117,121,202). Sum of RGB (Red+Green+Blue) = 117+121+202=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #7579CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579CA is #8A8635. Grayscale: #808080. Windows color (decimal): -9078326 or 13269365. OLE color: 13269365.

HSL color Cylindrical-coordinate representation of color #7579CA: hue angle of 237.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7579CA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117121202-
CMYK0.420.4000.21
HSL237.18º44.5%62.55%-
HSV(B)237.18º42.08%79.22%-
XYZ24.8321.7258.76-
YUV129.04169.17119.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=26.59%
G=27.5%
B=45.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171212020.420.4000.21237.1844.562.55
Hex7579CA2A28015ed2d3f
Octal16517131252500253555577
Binary111010111110011100101010101010100001010111101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7579CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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