Shades of Moody Blue #7579D5
Tints of Moody Blue #7579D5
RGB
CMYK
RGB Variations
Color information
#7579D5 (or 0x7579D5) is known color: Moody Blue. HEX triplet: 75, 79 and D5. RGB value is (117,121,213). Sum of RGB (Red+Green+Blue) = 117+121+213=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #7579D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579D5 is #8A862A. Grayscale: #818181. Windows color (decimal): -9078315 or 13990261. OLE color: 13990261.
HSL color Cylindrical-coordinate representation of color #7579D5: hue angle of 237.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7579D5 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 121 | 213 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.16 |
| HSL | 237.5º | 0.53% | 0.65% | - |
| HSV(B) | 237.5º | 0.45% | 0.84% | - |
| XYZ | 26.18 | 22.26 | 65.87 | - |
| YUV | 130.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 213 | 0.45 | 0.43 | 0 | 0.16 | 237.5 | 0.53 | 0.65 |
| Hex | 75 | 79 | D5 | 2D | 2B | 0 | 10 | EE | 35 | 41 |
| Octal | 165 | 171 | 325 | 55 | 53 | 0 | 20 | 356 | 65 | 101 |
| Binary | 1110101 | 1111001 | 11010101 | 101101 | 101011 | 0 | 10000 | 11101110 | 110101 | 1000001 |
Color Harmonies of #7579D5
Complementary color
Monochromatic Colors of #7579D5
Black with #7579D5
Text Example
Text Example
White with #7579D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7579D5; }
p { color: rgb(117,121,213); }
H1.HeaderClassName
{
color: #7579D5;
}
.AnyTagClassName
{
color: #7579D5;
}
</style>
background-color css
<style>
a { background-color: #7579D5; }
a { background-color: rgb(117,121,213); }
div.DivClassName
{
background-color: #7579D5;
}
.BgClassName
{
background-color: #7579D5;
}
</style>
border-color css
<style>
span { border-color: #7579D5; }
span { border-color: rgb(117,121,213); }
td.TdClassName
{
border-color: #7579D5;
}
.TagClassName
{
border-color: #7579D5;
}
</style>