Shades of Moody Blue #707BD8
Tints of Moody Blue #707BD8
RGB
CMYK
RGB Variations
Color information
#707BD8 (or 0x707BD8) is known color: Moody Blue. HEX triplet: 70, 7B and D8. RGB value is (112,123,216). Sum of RGB (Red+Green+Blue) = 112+123+216=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #707BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BD8 is #8F8427. Grayscale: #818181. Windows color (decimal): -9405480 or 14187376. OLE color: 14187376.
HSL color Cylindrical-coordinate representation of color #707BD8: hue angle of 233.65º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707BD8 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 123 | 216 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.15 |
| HSL | 233.65º | 0.57% | 0.64% | - |
| HSV(B) | 233.65º | 0.48% | 0.85% | - |
| XYZ | 26.16 | 22.57 | 67.94 | - |
| YUV | 130.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 216 | 0.48 | 0.43 | 0 | 0.15 | 233.65 | 0.57 | 0.64 |
| Hex | 70 | 7B | D8 | 30 | 2B | 0 | F | EA | 39 | 40 |
| Octal | 160 | 173 | 330 | 60 | 53 | 0 | 17 | 352 | 71 | 100 |
| Binary | 1110000 | 1111011 | 11011000 | 110000 | 101011 | 0 | 1111 | 11101010 | 111001 | 1000000 |
Color Harmonies of #707BD8
Complementary color
Monochromatic Colors of #707BD8
Black with #707BD8
Text Example
Text Example
White with #707BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BD8; }
p { color: rgb(112,123,216); }
H1.HeaderClassName
{
color: #707BD8;
}
.AnyTagClassName
{
color: #707BD8;
}
</style>
background-color css
<style>
a { background-color: #707BD8; }
a { background-color: rgb(112,123,216); }
div.DivClassName
{
background-color: #707BD8;
}
.BgClassName
{
background-color: #707BD8;
}
</style>
border-color css
<style>
span { border-color: #707BD8; }
span { border-color: rgb(112,123,216); }
td.TdClassName
{
border-color: #707BD8;
}
.TagClassName
{
border-color: #707BD8;
}
</style>