Shades of Moody Blue #7073CF
Tints of Moody Blue #7073CF
RGB
CMYK
RGB Variations
Color information
#7073CF (or 0x7073CF) is known color: Moody Blue. HEX triplet: 70, 73 and CF. RGB value is (112,115,207). Sum of RGB (Red+Green+Blue) = 112+115+207=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #7073CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073CF is #8F8C30. Grayscale: #7C7C7C. Windows color (decimal): -9407537 or 13595504. OLE color: 13595504.
HSL color Cylindrical-coordinate representation of color #7073CF: hue angle of 238.11º 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 #7073CF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 115 | 207 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.19 |
| HSL | 238.11º | 0.5% | 0.63% | - |
| HSV(B) | 238.11º | 0.46% | 0.81% | - |
| XYZ | 24.08 | 20.21 | 61.66 | - |
| YUV | 124.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 207 | 0.46 | 0.44 | 0 | 0.19 | 238.11 | 0.5 | 0.63 |
| Hex | 70 | 73 | CF | 2E | 2C | 0 | 13 | EE | 32 | 3F |
| Octal | 160 | 163 | 317 | 56 | 54 | 0 | 23 | 356 | 62 | 77 |
| Binary | 1110000 | 1110011 | 11001111 | 101110 | 101100 | 0 | 10011 | 11101110 | 110010 | 111111 |
Color Harmonies of #7073CF
Complementary color
Monochromatic Colors of #7073CF
Black with #7073CF
Text Example
Text Example
White with #7073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073CF; }
p { color: rgb(112,115,207); }
H1.HeaderClassName
{
color: #7073CF;
}
.AnyTagClassName
{
color: #7073CF;
}
</style>
background-color css
<style>
a { background-color: #7073CF; }
a { background-color: rgb(112,115,207); }
div.DivClassName
{
background-color: #7073CF;
}
.BgClassName
{
background-color: #7073CF;
}
</style>
border-color css
<style>
span { border-color: #7073CF; }
span { border-color: rgb(112,115,207); }
td.TdClassName
{
border-color: #7073CF;
}
.TagClassName
{
border-color: #7073CF;
}
</style>