Shades of Moody Blue #8078DD
Tints of Moody Blue #8078DD
RGB
CMYK
RGB Variations
Color information
#8078DD (or 0x8078DD) is known color: Moody Blue. HEX triplet: 80, 78 and DD. RGB value is (128,120,221). Sum of RGB (Red+Green+Blue) = 128+120+221=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8078DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078DD is #7F8722. Grayscale: #858585. Windows color (decimal): -8357667 or 14514304. OLE color: 14514304.
HSL color Cylindrical-coordinate representation of color #8078DD: hue angle of 244.75º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8078DD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 120 | 221 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.13 |
| HSL | 244.75º | 0.6% | 0.67% | - |
| HSV(B) | 244.75º | 0.46% | 0.87% | - |
| XYZ | 28.67 | 23.24 | 71.38 | - |
| YUV | 133.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 221 | 0.42 | 0.46 | 0 | 0.13 | 244.75 | 0.6 | 0.67 |
| Hex | 80 | 78 | DD | 2A | 2E | 0 | D | F5 | 3C | 43 |
| Octal | 200 | 170 | 335 | 52 | 56 | 0 | 15 | 365 | 74 | 103 |
| Binary | 10000000 | 1111000 | 11011101 | 101010 | 101110 | 0 | 1101 | 11110101 | 111100 | 1000011 |
Color Harmonies of #8078DD
Complementary color
Monochromatic Colors of #8078DD
Black with #8078DD
Text Example
Text Example
White with #8078DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078DD; }
p { color: rgb(128,120,221); }
H1.HeaderClassName
{
color: #8078DD;
}
.AnyTagClassName
{
color: #8078DD;
}
</style>
background-color css
<style>
a { background-color: #8078DD; }
a { background-color: rgb(128,120,221); }
div.DivClassName
{
background-color: #8078DD;
}
.BgClassName
{
background-color: #8078DD;
}
</style>
border-color css
<style>
span { border-color: #8078DD; }
span { border-color: rgb(128,120,221); }
td.TdClassName
{
border-color: #8078DD;
}
.TagClassName
{
border-color: #8078DD;
}
</style>