Shades of Moody Blue #707AD1
Tints of Moody Blue #707AD1
RGB
CMYK
RGB Variations
Color information
#707AD1 (or 0x707AD1) is known color: Moody Blue. HEX triplet: 70, 7A and D1. RGB value is (112,122,209). Sum of RGB (Red+Green+Blue) = 112+122+209=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #707AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AD1 is #8F852E. Grayscale: #808080. Windows color (decimal): -9405743 or 13728368. OLE color: 13728368.
HSL color Cylindrical-coordinate representation of color #707AD1: hue angle of 233.81º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707AD1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 122 | 209 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.18 |
| HSL | 233.81º | 0.51% | 0.63% | - |
| HSV(B) | 233.81º | 0.46% | 0.82% | - |
| XYZ | 25.15 | 21.97 | 63.24 | - |
| YUV | 128.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 209 | 0.46 | 0.42 | 0 | 0.18 | 233.81 | 0.51 | 0.63 |
| Hex | 70 | 7A | D1 | 2E | 2A | 0 | 12 | EA | 33 | 3F |
| Octal | 160 | 172 | 321 | 56 | 52 | 0 | 22 | 352 | 63 | 77 |
| Binary | 1110000 | 1111010 | 11010001 | 101110 | 101010 | 0 | 10010 | 11101010 | 110011 | 111111 |
Color Harmonies of #707AD1
Complementary color
Monochromatic Colors of #707AD1
Black with #707AD1
Text Example
Text Example
White with #707AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AD1; }
p { color: rgb(112,122,209); }
H1.HeaderClassName
{
color: #707AD1;
}
.AnyTagClassName
{
color: #707AD1;
}
</style>
background-color css
<style>
a { background-color: #707AD1; }
a { background-color: rgb(112,122,209); }
div.DivClassName
{
background-color: #707AD1;
}
.BgClassName
{
background-color: #707AD1;
}
</style>
border-color css
<style>
span { border-color: #707AD1; }
span { border-color: rgb(112,122,209); }
td.TdClassName
{
border-color: #707AD1;
}
.TagClassName
{
border-color: #707AD1;
}
</style>