Shades of Moody Blue #7872CF
Tints of Moody Blue #7872CF
RGB
CMYK
RGB Variations
Color information
#7872CF (or 0x7872CF) is known color: Moody Blue. HEX triplet: 78, 72 and CF. RGB value is (120,114,207). Sum of RGB (Red+Green+Blue) = 120+114+207=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7872CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7872CF is #878D30. Grayscale: #7E7E7E. Windows color (decimal): -8883505 or 13595256. OLE color: 13595256.
HSL color Cylindrical-coordinate representation of color #7872CF: hue angle of 243.87º 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 #7872CF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 114 | 207 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.19 |
| HSL | 243.87º | 0.49% | 0.63% | - |
| HSV(B) | 243.87º | 0.45% | 0.81% | - |
| XYZ | 25.03 | 20.53 | 61.68 | - |
| YUV | 126.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 207 | 0.42 | 0.45 | 0 | 0.19 | 243.87 | 0.49 | 0.63 |
| Hex | 78 | 72 | CF | 2A | 2D | 0 | 13 | F4 | 31 | 3F |
| Octal | 170 | 162 | 317 | 52 | 55 | 0 | 23 | 364 | 61 | 77 |
| Binary | 1111000 | 1110010 | 11001111 | 101010 | 101101 | 0 | 10011 | 11110100 | 110001 | 111111 |
Color Harmonies of #7872CF
Complementary color
Monochromatic Colors of #7872CF
Black with #7872CF
Text Example
Text Example
White with #7872CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7872CF; }
p { color: rgb(120,114,207); }
H1.HeaderClassName
{
color: #7872CF;
}
.AnyTagClassName
{
color: #7872CF;
}
</style>
background-color css
<style>
a { background-color: #7872CF; }
a { background-color: rgb(120,114,207); }
div.DivClassName
{
background-color: #7872CF;
}
.BgClassName
{
background-color: #7872CF;
}
</style>
border-color css
<style>
span { border-color: #7872CF; }
span { border-color: rgb(120,114,207); }
td.TdClassName
{
border-color: #7872CF;
}
.TagClassName
{
border-color: #7872CF;
}
</style>