Shades of Moody Blue #707BD1
Tints of Moody Blue #707BD1
RGB
CMYK
RGB Variations
Color information
#707BD1 (or 0x707BD1) is known color: Moody Blue. HEX triplet: 70, 7B and D1. RGB value is (112,123,209). Sum of RGB (Red+Green+Blue) = 112+123+209=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #707BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BD1 is #8F842E. Grayscale: #818181. Windows color (decimal): -9405487 or 13728624. OLE color: 13728624.
HSL color Cylindrical-coordinate representation of color #707BD1: hue angle of 233.2º 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 #707BD1 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 123 | 209 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.18 |
| HSL | 233.2º | 0.51% | 0.63% | - |
| HSV(B) | 233.2º | 0.46% | 0.82% | - |
| XYZ | 25.27 | 22.21 | 63.28 | - |
| YUV | 129.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 209 | 0.46 | 0.41 | 0 | 0.18 | 233.2 | 0.51 | 0.63 |
| Hex | 70 | 7B | D1 | 2E | 29 | 0 | 12 | E9 | 33 | 3F |
| Octal | 160 | 173 | 321 | 56 | 51 | 0 | 22 | 351 | 63 | 77 |
| Binary | 1110000 | 1111011 | 11010001 | 101110 | 101001 | 0 | 10010 | 11101001 | 110011 | 111111 |
Color Harmonies of #707BD1
Complementary color
Monochromatic Colors of #707BD1
Black with #707BD1
Text Example
Text Example
White with #707BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BD1; }
p { color: rgb(112,123,209); }
H1.HeaderClassName
{
color: #707BD1;
}
.AnyTagClassName
{
color: #707BD1;
}
</style>
background-color css
<style>
a { background-color: #707BD1; }
a { background-color: rgb(112,123,209); }
div.DivClassName
{
background-color: #707BD1;
}
.BgClassName
{
background-color: #707BD1;
}
</style>
border-color css
<style>
span { border-color: #707BD1; }
span { border-color: rgb(112,123,209); }
td.TdClassName
{
border-color: #707BD1;
}
.TagClassName
{
border-color: #707BD1;
}
</style>