Shades of Moody Blue #7074CF
Tints of Moody Blue #7074CF
RGB
CMYK
RGB Variations
Color information
#7074CF (or 0x7074CF) is known color: Moody Blue. HEX triplet: 70, 74 and CF. RGB value is (112,116,207). Sum of RGB (Red+Green+Blue) = 112+116+207=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7074CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074CF is #8F8B30. Grayscale: #7C7C7C. Windows color (decimal): -9407281 or 13595760. OLE color: 13595760.
HSL color Cylindrical-coordinate representation of color #7074CF: hue angle of 237.47º 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 #7074CF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 116 | 207 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.19 |
| HSL | 237.47º | 0.5% | 0.63% | - |
| HSV(B) | 237.47º | 0.46% | 0.81% | - |
| XYZ | 24.19 | 20.44 | 61.7 | - |
| YUV | 125.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 207 | 0.46 | 0.44 | 0 | 0.19 | 237.47 | 0.5 | 0.63 |
| Hex | 70 | 74 | CF | 2E | 2C | 0 | 13 | ED | 32 | 3F |
| Octal | 160 | 164 | 317 | 56 | 54 | 0 | 23 | 355 | 62 | 77 |
| Binary | 1110000 | 1110100 | 11001111 | 101110 | 101100 | 0 | 10011 | 11101101 | 110010 | 111111 |
Color Harmonies of #7074CF
Complementary color
Monochromatic Colors of #7074CF
Black with #7074CF
Text Example
Text Example
White with #7074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7074CF; }
p { color: rgb(112,116,207); }
H1.HeaderClassName
{
color: #7074CF;
}
.AnyTagClassName
{
color: #7074CF;
}
</style>
background-color css
<style>
a { background-color: #7074CF; }
a { background-color: rgb(112,116,207); }
div.DivClassName
{
background-color: #7074CF;
}
.BgClassName
{
background-color: #7074CF;
}
</style>
border-color css
<style>
span { border-color: #7074CF; }
span { border-color: rgb(112,116,207); }
td.TdClassName
{
border-color: #7074CF;
}
.TagClassName
{
border-color: #7074CF;
}
</style>