Shades of Moody Blue #7470CE
Tints of Moody Blue #7470CE
RGB
CMYK
RGB Variations
Color information
#7470CE (or 0x7470CE) is known color: Moody Blue. HEX triplet: 74, 70 and CE. RGB value is (116,112,206). Sum of RGB (Red+Green+Blue) = 116+112+206=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 112 (44.14% from 255 or 25.81% 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 #7470CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470CE is #8B8F31. Grayscale: #7B7B7B. Windows color (decimal): -9146162 or 13529204. OLE color: 13529204.
HSL color Cylindrical-coordinate representation of color #7470CE: hue angle of 242.55º 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 #7470CE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 112 | 206 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.19 |
| HSL | 242.55º | 0.49% | 0.62% | - |
| HSV(B) | 242.55º | 0.46% | 0.81% | - |
| XYZ | 24.14 | 19.76 | 60.93 | - |
| YUV | 123.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 206 | 0.44 | 0.46 | 0 | 0.19 | 242.55 | 0.49 | 0.62 |
| Hex | 74 | 70 | CE | 2C | 2E | 0 | 13 | F3 | 31 | 3E |
| Octal | 164 | 160 | 316 | 54 | 56 | 0 | 23 | 363 | 61 | 76 |
| Binary | 1110100 | 1110000 | 11001110 | 101100 | 101110 | 0 | 10011 | 11110011 | 110001 | 111110 |
Color Harmonies of #7470CE
Complementary color
Monochromatic Colors of #7470CE
Black with #7470CE
Text Example
Text Example
White with #7470CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470CE; }
p { color: rgb(116,112,206); }
H1.HeaderClassName
{
color: #7470CE;
}
.AnyTagClassName
{
color: #7470CE;
}
</style>
background-color css
<style>
a { background-color: #7470CE; }
a { background-color: rgb(116,112,206); }
div.DivClassName
{
background-color: #7470CE;
}
.BgClassName
{
background-color: #7470CE;
}
</style>
border-color css
<style>
span { border-color: #7470CE; }
span { border-color: rgb(116,112,206); }
td.TdClassName
{
border-color: #7470CE;
}
.TagClassName
{
border-color: #7470CE;
}
</style>