Shades of Moody Blue #7870B7
Tints of Moody Blue #7870B7
RGB
CMYK
RGB Variations
Color information
#7870B7 (or 0x7870B7) is known color: Moody Blue. HEX triplet: 78, 70 and B7. RGB value is (120,112,183). Sum of RGB (Red+Green+Blue) = 120+112+183=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #7870B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870B7 is #878F48. Grayscale: #7A7A7A. Windows color (decimal): -8884041 or 12021880. OLE color: 12021880.
HSL color Cylindrical-coordinate representation of color #7870B7: hue angle of 246.76º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7870B7 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 112 | 183 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.28 |
| HSL | 246.76º | 0.33% | 0.58% | - |
| HSV(B) | 246.76º | 0.39% | 0.72% | - |
| XYZ | 22.09 | 19 | 47.3 | - |
| YUV | 122.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 183 | 0.34 | 0.39 | 0 | 0.28 | 246.76 | 0.33 | 0.58 |
| Hex | 78 | 70 | B7 | 22 | 27 | 0 | 1C | F7 | 21 | 3A |
| Octal | 170 | 160 | 267 | 42 | 47 | 0 | 34 | 367 | 41 | 72 |
| Binary | 1111000 | 1110000 | 10110111 | 100010 | 100111 | 0 | 11100 | 11110111 | 100001 | 111010 |
Color Harmonies of #7870B7
Complementary color
Monochromatic Colors of #7870B7
Black with #7870B7
Text Example
Text Example
White with #7870B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870B7; }
p { color: rgb(120,112,183); }
H1.HeaderClassName
{
color: #7870B7;
}
.AnyTagClassName
{
color: #7870B7;
}
</style>
background-color css
<style>
a { background-color: #7870B7; }
a { background-color: rgb(120,112,183); }
div.DivClassName
{
background-color: #7870B7;
}
.BgClassName
{
background-color: #7870B7;
}
</style>
border-color css
<style>
span { border-color: #7870B7; }
span { border-color: rgb(120,112,183); }
td.TdClassName
{
border-color: #7870B7;
}
.TagClassName
{
border-color: #7870B7;
}
</style>