Shades of Moody Blue #7870CF
Tints of Moody Blue #7870CF
RGB
CMYK
RGB Variations
Color information
#7870CF (or 0x7870CF) is known color: Moody Blue. HEX triplet: 78, 70 and CF. RGB value is (120,112,207). Sum of RGB (Red+Green+Blue) = 120+112+207=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7870CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870CF is #878F30. Grayscale: #7C7C7C. Windows color (decimal): -8884017 or 13594744. OLE color: 13594744.
HSL color Cylindrical-coordinate representation of color #7870CF: hue angle of 245.05º 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 #7870CF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 112 | 207 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.19 |
| HSL | 245.05º | 0.5% | 0.63% | - |
| HSV(B) | 245.05º | 0.46% | 0.81% | - |
| XYZ | 24.8 | 20.09 | 61.6 | - |
| YUV | 125.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 207 | 0.42 | 0.46 | 0 | 0.19 | 245.05 | 0.5 | 0.63 |
| Hex | 78 | 70 | CF | 2A | 2E | 0 | 13 | F5 | 32 | 3F |
| Octal | 170 | 160 | 317 | 52 | 56 | 0 | 23 | 365 | 62 | 77 |
| Binary | 1111000 | 1110000 | 11001111 | 101010 | 101110 | 0 | 10011 | 11110101 | 110010 | 111111 |
Color Harmonies of #7870CF
Complementary color
Monochromatic Colors of #7870CF
Black with #7870CF
Text Example
Text Example
White with #7870CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870CF; }
p { color: rgb(120,112,207); }
H1.HeaderClassName
{
color: #7870CF;
}
.AnyTagClassName
{
color: #7870CF;
}
</style>
background-color css
<style>
a { background-color: #7870CF; }
a { background-color: rgb(120,112,207); }
div.DivClassName
{
background-color: #7870CF;
}
.BgClassName
{
background-color: #7870CF;
}
</style>
border-color css
<style>
span { border-color: #7870CF; }
span { border-color: rgb(120,112,207); }
td.TdClassName
{
border-color: #7870CF;
}
.TagClassName
{
border-color: #7870CF;
}
</style>