Shades of Moody Blue #7B78DC
Tints of Moody Blue #7B78DC
RGB
CMYK
RGB Variations
Color information
#7B78DC (or 0x7B78DC) is known color: Moody Blue. HEX triplet: 7B, 78 and DC. RGB value is (123,120,220). Sum of RGB (Red+Green+Blue) = 123+120+220=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B78DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B78DC is #848723. Grayscale: #838383. Windows color (decimal): -8685348 or 14448763. OLE color: 14448763.
HSL color Cylindrical-coordinate representation of color #7B78DC: hue angle of 241.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B78DC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 120 | 220 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.14 |
| HSL | 241.8º | 0.59% | 0.67% | - |
| HSV(B) | 241.8º | 0.45% | 0.86% | - |
| XYZ | 27.8 | 22.81 | 70.65 | - |
| YUV | 132.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 220 | 0.44 | 0.45 | 0 | 0.14 | 241.8 | 0.59 | 0.67 |
| Hex | 7B | 78 | DC | 2C | 2D | 0 | E | F2 | 3B | 43 |
| Octal | 173 | 170 | 334 | 54 | 55 | 0 | 16 | 362 | 73 | 103 |
| Binary | 1111011 | 1111000 | 11011100 | 101100 | 101101 | 0 | 1110 | 11110010 | 111011 | 1000011 |
Color Harmonies of #7B78DC
Complementary color
Monochromatic Colors of #7B78DC
Black with #7B78DC
Text Example
Text Example
White with #7B78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B78DC; }
p { color: rgb(123,120,220); }
H1.HeaderClassName
{
color: #7B78DC;
}
.AnyTagClassName
{
color: #7B78DC;
}
</style>
background-color css
<style>
a { background-color: #7B78DC; }
a { background-color: rgb(123,120,220); }
div.DivClassName
{
background-color: #7B78DC;
}
.BgClassName
{
background-color: #7B78DC;
}
</style>
border-color css
<style>
span { border-color: #7B78DC; }
span { border-color: rgb(123,120,220); }
td.TdClassName
{
border-color: #7B78DC;
}
.TagClassName
{
border-color: #7B78DC;
}
</style>