Shades of Moody Blue #7871CF
Tints of Moody Blue #7871CF
RGB
CMYK
RGB Variations
Color information
#7871CF (or 0x7871CF) is known color: Moody Blue. HEX triplet: 78, 71 and CF. RGB value is (120,113,207). Sum of RGB (Red+Green+Blue) = 120+113+207=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7871CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871CF is #878E30. Grayscale: #7D7D7D. Windows color (decimal): -8883761 or 13595000. OLE color: 13595000.
HSL color Cylindrical-coordinate representation of color #7871CF: hue angle of 244.47º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7871CF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 113 | 207 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.19 |
| HSL | 244.47º | 0.49% | 0.63% | - |
| HSV(B) | 244.47º | 0.45% | 0.81% | - |
| XYZ | 24.91 | 20.31 | 61.64 | - |
| YUV | 125.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 207 | 0.42 | 0.45 | 0 | 0.19 | 244.47 | 0.49 | 0.63 |
| Hex | 78 | 71 | CF | 2A | 2D | 0 | 13 | F4 | 31 | 3F |
| Octal | 170 | 161 | 317 | 52 | 55 | 0 | 23 | 364 | 61 | 77 |
| Binary | 1111000 | 1110001 | 11001111 | 101010 | 101101 | 0 | 10011 | 11110100 | 110001 | 111111 |
Color Harmonies of #7871CF
Complementary color
Monochromatic Colors of #7871CF
Black with #7871CF
Text Example
Text Example
White with #7871CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871CF; }
p { color: rgb(120,113,207); }
H1.HeaderClassName
{
color: #7871CF;
}
.AnyTagClassName
{
color: #7871CF;
}
</style>
background-color css
<style>
a { background-color: #7871CF; }
a { background-color: rgb(120,113,207); }
div.DivClassName
{
background-color: #7871CF;
}
.BgClassName
{
background-color: #7871CF;
}
</style>
border-color css
<style>
span { border-color: #7871CF; }
span { border-color: rgb(120,113,207); }
td.TdClassName
{
border-color: #7871CF;
}
.TagClassName
{
border-color: #7871CF;
}
</style>