Shades of Moody Blue #7A70CF
Tints of Moody Blue #7A70CF
RGB
CMYK
RGB Variations
Color information
#7A70CF (or 0x7A70CF) is known color: Moody Blue. HEX triplet: 7A, 70 and CF. RGB value is (122,112,207). Sum of RGB (Red+Green+Blue) = 122+112+207=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70CF is #858F30. Grayscale: #7D7D7D. Windows color (decimal): -8752945 or 13594746. OLE color: 13594746.
HSL color Cylindrical-coordinate representation of color #7A70CF: hue angle of 246.32º 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 #7A70CF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 112 | 207 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.19 |
| HSL | 246.32º | 0.5% | 0.63% | - |
| HSV(B) | 246.32º | 0.46% | 0.81% | - |
| XYZ | 25.08 | 20.23 | 61.61 | - |
| YUV | 125.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 207 | 0.41 | 0.46 | 0 | 0.19 | 246.32 | 0.5 | 0.63 |
| Hex | 7A | 70 | CF | 29 | 2E | 0 | 13 | F6 | 32 | 3F |
| Octal | 172 | 160 | 317 | 51 | 56 | 0 | 23 | 366 | 62 | 77 |
| Binary | 1111010 | 1110000 | 11001111 | 101001 | 101110 | 0 | 10011 | 11110110 | 110010 | 111111 |
Color Harmonies of #7A70CF
Complementary color
Monochromatic Colors of #7A70CF
Black with #7A70CF
Text Example
Text Example
White with #7A70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70CF; }
p { color: rgb(122,112,207); }
H1.HeaderClassName
{
color: #7A70CF;
}
.AnyTagClassName
{
color: #7A70CF;
}
</style>
background-color css
<style>
a { background-color: #7A70CF; }
a { background-color: rgb(122,112,207); }
div.DivClassName
{
background-color: #7A70CF;
}
.BgClassName
{
background-color: #7A70CF;
}
</style>
border-color css
<style>
span { border-color: #7A70CF; }
span { border-color: rgb(122,112,207); }
td.TdClassName
{
border-color: #7A70CF;
}
.TagClassName
{
border-color: #7A70CF;
}
</style>