#7579CC

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

Shades of Moody Blue #7579CC

Tints of Moody Blue #7579CC

Color information

#7579CC (or 0x7579CC) is unknown color: approx Moody Blue. HEX triplet: 75, 79 and CC. RGB value is (117,121,204). Sum of RGB (Red+Green+Blue) = 117+121+204=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #7579CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579CC is #8A8633. Grayscale: #808080. Windows color (decimal): -9078324 or 13400437. OLE color: 13400437.

HSL color Cylindrical-coordinate representation of color #7579CC: hue angle of 237.24º degrees, saturation: 0.46, 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 #7579CC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117121204-
CMYK0.430.4100.2
HSL237.24º46.03%62.94%-
HSV(B)237.24º42.65%80%-
XYZ25.0721.8260.02-
YUV129.27170.17119.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=26.47%
G=27.38%
B=46.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171212040.430.4100.2237.2446.0362.94
Hex7579CC2B29014ed2e3f
Octal16517131453510243555677
Binary111010111110011100110010101110100101010011101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7579CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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