Shades of Moody Blue #7570CF
Tints of Moody Blue #7570CF
RGB
CMYK
RGB Variations
Color information
#7570CF (or 0x7570CF) is known color: Moody Blue. HEX triplet: 75, 70 and CF. RGB value is (117,112,207). Sum of RGB (Red+Green+Blue) = 117+112+207=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7570CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570CF is #8A8F30. Grayscale: #7B7B7B. Windows color (decimal): -9080625 or 13594741. OLE color: 13594741.
HSL color Cylindrical-coordinate representation of color #7570CF: hue angle of 243.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7570CF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 112 | 207 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.19 |
| HSL | 243.16º | 0.5% | 0.63% | - |
| HSV(B) | 243.16º | 0.46% | 0.81% | - |
| XYZ | 24.39 | 19.88 | 61.58 | - |
| YUV | 124.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 207 | 0.43 | 0.46 | 0 | 0.19 | 243.16 | 0.5 | 0.63 |
| Hex | 75 | 70 | CF | 2B | 2E | 0 | 13 | F3 | 32 | 3F |
| Octal | 165 | 160 | 317 | 53 | 56 | 0 | 23 | 363 | 62 | 77 |
| Binary | 1110101 | 1110000 | 11001111 | 101011 | 101110 | 0 | 10011 | 11110011 | 110010 | 111111 |
Color Harmonies of #7570CF
Complementary color
Monochromatic Colors of #7570CF
Black with #7570CF
Text Example
Text Example
White with #7570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570CF; }
p { color: rgb(117,112,207); }
H1.HeaderClassName
{
color: #7570CF;
}
.AnyTagClassName
{
color: #7570CF;
}
</style>
background-color css
<style>
a { background-color: #7570CF; }
a { background-color: rgb(117,112,207); }
div.DivClassName
{
background-color: #7570CF;
}
.BgClassName
{
background-color: #7570CF;
}
</style>
border-color css
<style>
span { border-color: #7570CF; }
span { border-color: rgb(117,112,207); }
td.TdClassName
{
border-color: #7570CF;
}
.TagClassName
{
border-color: #7570CF;
}
</style>