Shades of Moody Blue #7071CE
Tints of Moody Blue #7071CE
RGB
CMYK
RGB Variations
Color information
#7071CE (or 0x7071CE) is known color: Moody Blue. HEX triplet: 70, 71 and CE. RGB value is (112,113,206). Sum of RGB (Red+Green+Blue) = 112+113+206=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #7071CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CE is #8F8E31. Grayscale: #7A7A7A. Windows color (decimal): -9408050 or 13529456. OLE color: 13529456.
HSL color Cylindrical-coordinate representation of color #7071CE: hue angle of 239.36º 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 #7071CE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 113 | 206 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.19 |
| HSL | 239.36º | 0.49% | 0.62% | - |
| HSV(B) | 239.36º | 0.46% | 0.81% | - |
| XYZ | 23.73 | 19.71 | 60.95 | - |
| YUV | 123.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 206 | 0.46 | 0.45 | 0 | 0.19 | 239.36 | 0.49 | 0.62 |
| Hex | 70 | 71 | CE | 2E | 2D | 0 | 13 | EF | 31 | 3E |
| Octal | 160 | 161 | 316 | 56 | 55 | 0 | 23 | 357 | 61 | 76 |
| Binary | 1110000 | 1110001 | 11001110 | 101110 | 101101 | 0 | 10011 | 11101111 | 110001 | 111110 |
Color Harmonies of #7071CE
Complementary color
Monochromatic Colors of #7071CE
Black with #7071CE
Text Example
Text Example
White with #7071CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7071CE; }
p { color: rgb(112,113,206); }
H1.HeaderClassName
{
color: #7071CE;
}
.AnyTagClassName
{
color: #7071CE;
}
</style>
background-color css
<style>
a { background-color: #7071CE; }
a { background-color: rgb(112,113,206); }
div.DivClassName
{
background-color: #7071CE;
}
.BgClassName
{
background-color: #7071CE;
}
</style>
border-color css
<style>
span { border-color: #7071CE; }
span { border-color: rgb(112,113,206); }
td.TdClassName
{
border-color: #7071CE;
}
.TagClassName
{
border-color: #7071CE;
}
</style>