Shades of Moody Blue #7074CE
Tints of Moody Blue #7074CE
RGB
CMYK
RGB Variations
Color information
#7074CE (or 0x7074CE) is known color: Moody Blue. HEX triplet: 70, 74 and CE. RGB value is (112,116,206). Sum of RGB (Red+Green+Blue) = 112+116+206=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7074CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074CE is #8F8B31. Grayscale: #7C7C7C. Windows color (decimal): -9407282 or 13530224. OLE color: 13530224.
HSL color Cylindrical-coordinate representation of color #7074CE: hue angle of 237.45º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7074CE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 116 | 206 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.19 |
| HSL | 237.45º | 0.49% | 0.62% | - |
| HSV(B) | 237.45º | 0.46% | 0.81% | - |
| XYZ | 24.07 | 20.39 | 61.06 | - |
| YUV | 125.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 206 | 0.46 | 0.44 | 0 | 0.19 | 237.45 | 0.49 | 0.62 |
| Hex | 70 | 74 | CE | 2E | 2C | 0 | 13 | ED | 31 | 3E |
| Octal | 160 | 164 | 316 | 56 | 54 | 0 | 23 | 355 | 61 | 76 |
| Binary | 1110000 | 1110100 | 11001110 | 101110 | 101100 | 0 | 10011 | 11101101 | 110001 | 111110 |
Color Harmonies of #7074CE
Complementary color
Monochromatic Colors of #7074CE
Black with #7074CE
Text Example
Text Example
White with #7074CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7074CE; }
p { color: rgb(112,116,206); }
H1.HeaderClassName
{
color: #7074CE;
}
.AnyTagClassName
{
color: #7074CE;
}
</style>
background-color css
<style>
a { background-color: #7074CE; }
a { background-color: rgb(112,116,206); }
div.DivClassName
{
background-color: #7074CE;
}
.BgClassName
{
background-color: #7074CE;
}
</style>
border-color css
<style>
span { border-color: #7074CE; }
span { border-color: rgb(112,116,206); }
td.TdClassName
{
border-color: #7074CE;
}
.TagClassName
{
border-color: #7074CE;
}
</style>