Shades of Moody Blue #7570BE
Tints of Moody Blue #7570BE
RGB
CMYK
RGB Variations
Color information
#7570BE (or 0x7570BE) is known color: Moody Blue. HEX triplet: 75, 70 and BE. RGB value is (117,112,190). Sum of RGB (Red+Green+Blue) = 117+112+190=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7570BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570BE is #8A8F41. Grayscale: #7A7A7A. Windows color (decimal): -9080642 or 12480629. OLE color: 12480629.
HSL color Cylindrical-coordinate representation of color #7570BE: hue angle of 243.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7570BE is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 112 | 190 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.25 |
| HSL | 243.85º | 0.38% | 0.59% | - |
| HSV(B) | 243.85º | 0.41% | 0.75% | - |
| XYZ | 22.42 | 19.09 | 51.22 | - |
| YUV | 122.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 190 | 0.38 | 0.41 | 0 | 0.25 | 243.85 | 0.38 | 0.59 |
| Hex | 75 | 70 | BE | 26 | 29 | 0 | 19 | F4 | 26 | 3B |
| Octal | 165 | 160 | 276 | 46 | 51 | 0 | 31 | 364 | 46 | 73 |
| Binary | 1110101 | 1110000 | 10111110 | 100110 | 101001 | 0 | 11001 | 11110100 | 100110 | 111011 |
Color Harmonies of #7570BE
Complementary color
Monochromatic Colors of #7570BE
Black with #7570BE
Text Example
Text Example
White with #7570BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570BE; }
p { color: rgb(117,112,190); }
H1.HeaderClassName
{
color: #7570BE;
}
.AnyTagClassName
{
color: #7570BE;
}
</style>
background-color css
<style>
a { background-color: #7570BE; }
a { background-color: rgb(117,112,190); }
div.DivClassName
{
background-color: #7570BE;
}
.BgClassName
{
background-color: #7570BE;
}
</style>
border-color css
<style>
span { border-color: #7570BE; }
span { border-color: rgb(117,112,190); }
td.TdClassName
{
border-color: #7570BE;
}
.TagClassName
{
border-color: #7570BE;
}
</style>