Shades of Moody Blue #7870C1
Tints of Moody Blue #7870C1
RGB
CMYK
RGB Variations
Color information
#7870C1 (or 0x7870C1) is known color: Moody Blue. HEX triplet: 78, 70 and C1. RGB value is (120,112,193). Sum of RGB (Red+Green+Blue) = 120+112+193=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #7870C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870C1 is #878F3E. Grayscale: #7B7B7B. Windows color (decimal): -8884031 or 12677240. OLE color: 12677240.
HSL color Cylindrical-coordinate representation of color #7870C1: hue angle of 245.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7870C1 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 112 | 193 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.24 |
| HSL | 245.93º | 0.4% | 0.6% | - |
| HSV(B) | 245.93º | 0.42% | 0.76% | - |
| XYZ | 23.17 | 19.43 | 52.98 | - |
| YUV | 123.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 193 | 0.38 | 0.42 | 0 | 0.24 | 245.93 | 0.4 | 0.6 |
| Hex | 78 | 70 | C1 | 26 | 2A | 0 | 18 | F6 | 28 | 3C |
| Octal | 170 | 160 | 301 | 46 | 52 | 0 | 30 | 366 | 50 | 74 |
| Binary | 1111000 | 1110000 | 11000001 | 100110 | 101010 | 0 | 11000 | 11110110 | 101000 | 111100 |
Color Harmonies of #7870C1
Complementary color
Monochromatic Colors of #7870C1
Black with #7870C1
Text Example
Text Example
White with #7870C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870C1; }
p { color: rgb(120,112,193); }
H1.HeaderClassName
{
color: #7870C1;
}
.AnyTagClassName
{
color: #7870C1;
}
</style>
background-color css
<style>
a { background-color: #7870C1; }
a { background-color: rgb(120,112,193); }
div.DivClassName
{
background-color: #7870C1;
}
.BgClassName
{
background-color: #7870C1;
}
</style>
border-color css
<style>
span { border-color: #7870C1; }
span { border-color: rgb(120,112,193); }
td.TdClassName
{
border-color: #7870C1;
}
.TagClassName
{
border-color: #7870C1;
}
</style>