Shades of Moody Blue #7678DC
Tints of Moody Blue #7678DC
RGB
CMYK
RGB Variations
Color information
#7678DC (or 0x7678DC) is known color: Moody Blue. HEX triplet: 76, 78 and DC. RGB value is (118,120,220). Sum of RGB (Red+Green+Blue) = 118+120+220=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #7678DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678DC is #898723. Grayscale: #828282. Windows color (decimal): -9013028 or 14448758. OLE color: 14448758.
HSL color Cylindrical-coordinate representation of color #7678DC: hue angle of 238.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7678DC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 120 | 220 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.14 |
| HSL | 238.82º | 0.59% | 0.66% | - |
| HSV(B) | 238.82º | 0.46% | 0.86% | - |
| XYZ | 27.11 | 22.45 | 70.62 | - |
| YUV | 130.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 220 | 0.46 | 0.45 | 0 | 0.14 | 238.82 | 0.59 | 0.66 |
| Hex | 76 | 78 | DC | 2E | 2D | 0 | E | EF | 3B | 42 |
| Octal | 166 | 170 | 334 | 56 | 55 | 0 | 16 | 357 | 73 | 102 |
| Binary | 1110110 | 1111000 | 11011100 | 101110 | 101101 | 0 | 1110 | 11101111 | 111011 | 1000010 |
Color Harmonies of #7678DC
Complementary color
Monochromatic Colors of #7678DC
Black with #7678DC
Text Example
Text Example
White with #7678DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678DC; }
p { color: rgb(118,120,220); }
H1.HeaderClassName
{
color: #7678DC;
}
.AnyTagClassName
{
color: #7678DC;
}
</style>
background-color css
<style>
a { background-color: #7678DC; }
a { background-color: rgb(118,120,220); }
div.DivClassName
{
background-color: #7678DC;
}
.BgClassName
{
background-color: #7678DC;
}
</style>
border-color css
<style>
span { border-color: #7678DC; }
span { border-color: rgb(118,120,220); }
td.TdClassName
{
border-color: #7678DC;
}
.TagClassName
{
border-color: #7678DC;
}
</style>