Shades of Moody Blue #8078DC
Tints of Moody Blue #8078DC
RGB
CMYK
RGB Variations
Color information
#8078DC (or 0x8078DC) is known color: Moody Blue. HEX triplet: 80, 78 and DC. RGB value is (128,120,220). Sum of RGB (Red+Green+Blue) = 128+120+220=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8078DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078DC is #7F8723. Grayscale: #858585. Windows color (decimal): -8357668 or 14448768. OLE color: 14448768.
HSL color Cylindrical-coordinate representation of color #8078DC: hue angle of 244.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 #8078DC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 120 | 220 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.14 |
| HSL | 244.8º | 0.59% | 0.67% | - |
| HSV(B) | 244.8º | 0.45% | 0.86% | - |
| XYZ | 28.54 | 23.19 | 70.68 | - |
| YUV | 133.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 220 | 0.42 | 0.45 | 0 | 0.14 | 244.8 | 0.59 | 0.67 |
| Hex | 80 | 78 | DC | 2A | 2D | 0 | E | F5 | 3B | 43 |
| Octal | 200 | 170 | 334 | 52 | 55 | 0 | 16 | 365 | 73 | 103 |
| Binary | 10000000 | 1111000 | 11011100 | 101010 | 101101 | 0 | 1110 | 11110101 | 111011 | 1000011 |
Color Harmonies of #8078DC
Complementary color
Monochromatic Colors of #8078DC
Black with #8078DC
Text Example
Text Example
White with #8078DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078DC; }
p { color: rgb(128,120,220); }
H1.HeaderClassName
{
color: #8078DC;
}
.AnyTagClassName
{
color: #8078DC;
}
</style>
background-color css
<style>
a { background-color: #8078DC; }
a { background-color: rgb(128,120,220); }
div.DivClassName
{
background-color: #8078DC;
}
.BgClassName
{
background-color: #8078DC;
}
</style>
border-color css
<style>
span { border-color: #8078DC; }
span { border-color: rgb(128,120,220); }
td.TdClassName
{
border-color: #8078DC;
}
.TagClassName
{
border-color: #8078DC;
}
</style>