Shades of Moody Blue #7577D5
Tints of Moody Blue #7577D5
RGB
CMYK
RGB Variations
Color information
#7577D5 (or 0x7577D5) is known color: Moody Blue. HEX triplet: 75, 77 and D5. RGB value is (117,119,213). Sum of RGB (Red+Green+Blue) = 117+119+213=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #7577D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577D5 is #8A882A. Grayscale: #808080. Windows color (decimal): -9078827 or 13989749. OLE color: 13989749.
HSL color Cylindrical-coordinate representation of color #7577D5: hue angle of 238.75º 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 #7577D5 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 119 | 213 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.16 |
| HSL | 238.75º | 0.53% | 0.65% | - |
| HSV(B) | 238.75º | 0.45% | 0.84% | - |
| XYZ | 25.94 | 21.78 | 65.79 | - |
| YUV | 129.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 213 | 0.45 | 0.44 | 0 | 0.16 | 238.75 | 0.53 | 0.65 |
| Hex | 75 | 77 | D5 | 2D | 2C | 0 | 10 | EF | 35 | 41 |
| Octal | 165 | 167 | 325 | 55 | 54 | 0 | 20 | 357 | 65 | 101 |
| Binary | 1110101 | 1110111 | 11010101 | 101101 | 101100 | 0 | 10000 | 11101111 | 110101 | 1000001 |
Color Harmonies of #7577D5
Complementary color
Monochromatic Colors of #7577D5
Black with #7577D5
Text Example
Text Example
White with #7577D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577D5; }
p { color: rgb(117,119,213); }
H1.HeaderClassName
{
color: #7577D5;
}
.AnyTagClassName
{
color: #7577D5;
}
</style>
background-color css
<style>
a { background-color: #7577D5; }
a { background-color: rgb(117,119,213); }
div.DivClassName
{
background-color: #7577D5;
}
.BgClassName
{
background-color: #7577D5;
}
</style>
border-color css
<style>
span { border-color: #7577D5; }
span { border-color: rgb(117,119,213); }
td.TdClassName
{
border-color: #7577D5;
}
.TagClassName
{
border-color: #7577D5;
}
</style>