Shades of Moody Blue #7A70BC
Tints of Moody Blue #7A70BC
RGB
CMYK
RGB Variations
Color information
#7A70BC (or 0x7A70BC) is known color: Moody Blue. HEX triplet: 7A, 70 and BC. RGB value is (122,112,188). Sum of RGB (Red+Green+Blue) = 122+112+188=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70BC is #858F43. Grayscale: #7B7B7B. Windows color (decimal): -8752964 or 12349562. OLE color: 12349562.
HSL color Cylindrical-coordinate representation of color #7A70BC: hue angle of 247.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A70BC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 112 | 188 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.26 |
| HSL | 247.89º | 0.36% | 0.59% | - |
| HSV(B) | 247.89º | 0.4% | 0.74% | - |
| XYZ | 22.9 | 19.36 | 50.11 | - |
| YUV | 123.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 188 | 0.35 | 0.40 | 0 | 0.26 | 247.89 | 0.36 | 0.59 |
| Hex | 7A | 70 | BC | 23 | 28 | 0 | 1A | F8 | 24 | 3B |
| Octal | 172 | 160 | 274 | 43 | 50 | 0 | 32 | 370 | 44 | 73 |
| Binary | 1111010 | 1110000 | 10111100 | 100011 | 101000 | 0 | 11010 | 11111000 | 100100 | 111011 |
Color Harmonies of #7A70BC
Complementary color
Monochromatic Colors of #7A70BC
Black with #7A70BC
Text Example
Text Example
White with #7A70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70BC; }
p { color: rgb(122,112,188); }
H1.HeaderClassName
{
color: #7A70BC;
}
.AnyTagClassName
{
color: #7A70BC;
}
</style>
background-color css
<style>
a { background-color: #7A70BC; }
a { background-color: rgb(122,112,188); }
div.DivClassName
{
background-color: #7A70BC;
}
.BgClassName
{
background-color: #7A70BC;
}
</style>
border-color css
<style>
span { border-color: #7A70BC; }
span { border-color: rgb(122,112,188); }
td.TdClassName
{
border-color: #7A70BC;
}
.TagClassName
{
border-color: #7A70BC;
}
</style>