#7579CD

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

Shades of Moody Blue #7579CD

Tints of Moody Blue #7579CD

Color information

#7579CD (or 0x7579CD) is unknown color: approx Moody Blue. HEX triplet: 75, 79 and CD. RGB value is (117,121,205). Sum of RGB (Red+Green+Blue) = 117+121+205=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #7579CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579CD is #8A8632. Grayscale: #818181. Windows color (decimal): -9078323 or 13465973. OLE color: 13465973.

HSL color Cylindrical-coordinate representation of color #7579CD: hue angle of 237.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7579CD is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117121205-
CMYK0.430.4100.20
HSL237.27º46.81%63.14%-
HSV(B)237.27º42.93%80.39%-
XYZ25.1921.8660.65-
YUV129.38170.67119.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=26.41%
G=27.31%
B=46.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171212050.430.4100.20237.2746.8163.14
Hex7579CD2B29014ed2f3f
Octal16517131553510243555777
Binary111010111110011100110110101110100101010011101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7579CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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