Shades of Moody Blue #7577D7
Tints of Moody Blue #7577D7
RGB
CMYK
RGB Variations
Color information
#7577D7 (or 0x7577D7) is known color: Moody Blue. HEX triplet: 75, 77 and D7. RGB value is (117,119,215). Sum of RGB (Red+Green+Blue) = 117+119+215=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #7577D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577D7 is #8A8828. Grayscale: #808080. Windows color (decimal): -9078825 or 14120821. OLE color: 14120821.
HSL color Cylindrical-coordinate representation of color #7577D7: hue angle of 238.78º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7577D7 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 119 | 215 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.16 |
| HSL | 238.78º | 0.55% | 0.65% | - |
| HSV(B) | 238.78º | 0.46% | 0.84% | - |
| XYZ | 26.2 | 21.88 | 67.13 | - |
| YUV | 129.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 215 | 0.46 | 0.45 | 0 | 0.16 | 238.78 | 0.55 | 0.65 |
| Hex | 75 | 77 | D7 | 2E | 2D | 0 | 10 | EF | 37 | 41 |
| Octal | 165 | 167 | 327 | 56 | 55 | 0 | 20 | 357 | 67 | 101 |
| Binary | 1110101 | 1110111 | 11010111 | 101110 | 101101 | 0 | 10000 | 11101111 | 110111 | 1000001 |
Color Harmonies of #7577D7
Complementary color
Monochromatic Colors of #7577D7
Black with #7577D7
Text Example
Text Example
White with #7577D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577D7; }
p { color: rgb(117,119,215); }
H1.HeaderClassName
{
color: #7577D7;
}
.AnyTagClassName
{
color: #7577D7;
}
</style>
background-color css
<style>
a { background-color: #7577D7; }
a { background-color: rgb(117,119,215); }
div.DivClassName
{
background-color: #7577D7;
}
.BgClassName
{
background-color: #7577D7;
}
</style>
border-color css
<style>
span { border-color: #7577D7; }
span { border-color: rgb(117,119,215); }
td.TdClassName
{
border-color: #7577D7;
}
.TagClassName
{
border-color: #7577D7;
}
</style>