Shades of Moody Blue #7577D9
Tints of Moody Blue #7577D9
RGB
CMYK
RGB Variations
Color information
#7577D9 (or 0x7577D9) is known color: Moody Blue. HEX triplet: 75, 77 and D9. RGB value is (117,119,217). Sum of RGB (Red+Green+Blue) = 117+119+217=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #7577D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577D9 is #8A8826. Grayscale: #818181. Windows color (decimal): -9078823 or 14251893. OLE color: 14251893.
HSL color Cylindrical-coordinate representation of color #7577D9: hue angle of 238.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7577D9 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 119 | 217 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.15 |
| HSL | 238.8º | 0.57% | 0.65% | - |
| HSV(B) | 238.8º | 0.46% | 0.85% | - |
| XYZ | 26.46 | 21.99 | 68.49 | - |
| YUV | 129.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 217 | 0.46 | 0.45 | 0 | 0.15 | 238.8 | 0.57 | 0.65 |
| Hex | 75 | 77 | D9 | 2E | 2D | 0 | F | EF | 39 | 41 |
| Octal | 165 | 167 | 331 | 56 | 55 | 0 | 17 | 357 | 71 | 101 |
| Binary | 1110101 | 1110111 | 11011001 | 101110 | 101101 | 0 | 1111 | 11101111 | 111001 | 1000001 |
Color Harmonies of #7577D9
Complementary color
Monochromatic Colors of #7577D9
Black with #7577D9
Text Example
Text Example
White with #7577D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577D9; }
p { color: rgb(117,119,217); }
H1.HeaderClassName
{
color: #7577D9;
}
.AnyTagClassName
{
color: #7577D9;
}
</style>
background-color css
<style>
a { background-color: #7577D9; }
a { background-color: rgb(117,119,217); }
div.DivClassName
{
background-color: #7577D9;
}
.BgClassName
{
background-color: #7577D9;
}
</style>
border-color css
<style>
span { border-color: #7577D9; }
span { border-color: rgb(117,119,217); }
td.TdClassName
{
border-color: #7577D9;
}
.TagClassName
{
border-color: #7577D9;
}
</style>