Shades of Moody Blue #7578CF
Tints of Moody Blue #7578CF
RGB
CMYK
RGB Variations
Color information
#7578CF (or 0x7578CF) is known color: Moody Blue. HEX triplet: 75, 78 and CF. RGB value is (117,120,207). Sum of RGB (Red+Green+Blue) = 117+120+207=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7578CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578CF is #8A8730. Grayscale: #808080. Windows color (decimal): -9078577 or 13596789. OLE color: 13596789.
HSL color Cylindrical-coordinate representation of color #7578CF: hue angle of 238º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7578CF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 120 | 207 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.19 |
| HSL | 238º | 0.48% | 0.64% | - |
| HSV(B) | 238º | 0.43% | 0.81% | - |
| XYZ | 25.32 | 21.72 | 61.89 | - |
| YUV | 129.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 207 | 0.43 | 0.42 | 0 | 0.19 | 238 | 0.48 | 0.64 |
| Hex | 75 | 78 | CF | 2B | 2A | 0 | 13 | EE | 30 | 40 |
| Octal | 165 | 170 | 317 | 53 | 52 | 0 | 23 | 356 | 60 | 100 |
| Binary | 1110101 | 1111000 | 11001111 | 101011 | 101010 | 0 | 10011 | 11101110 | 110000 | 1000000 |
Color Harmonies of #7578CF
Complementary color
Monochromatic Colors of #7578CF
Black with #7578CF
Text Example
Text Example
White with #7578CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578CF; }
p { color: rgb(117,120,207); }
H1.HeaderClassName
{
color: #7578CF;
}
.AnyTagClassName
{
color: #7578CF;
}
</style>
background-color css
<style>
a { background-color: #7578CF; }
a { background-color: rgb(117,120,207); }
div.DivClassName
{
background-color: #7578CF;
}
.BgClassName
{
background-color: #7578CF;
}
</style>
border-color css
<style>
span { border-color: #7578CF; }
span { border-color: rgb(117,120,207); }
td.TdClassName
{
border-color: #7578CF;
}
.TagClassName
{
border-color: #7578CF;
}
</style>