Shades of Moody Blue #8078D1
Tints of Moody Blue #8078D1
RGB
CMYK
RGB Variations
Color information
#8078D1 (or 0x8078D1) is known color: Moody Blue. HEX triplet: 80, 78 and D1. RGB value is (128,120,209). Sum of RGB (Red+Green+Blue) = 128+120+209=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #8078D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078D1 is #7F872E. Grayscale: #848484. Windows color (decimal): -8357679 or 13727872. OLE color: 13727872.
HSL color Cylindrical-coordinate representation of color #8078D1: hue angle of 245.39º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8078D1 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 120 | 209 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.18 |
| HSL | 245.39º | 0.49% | 0.65% | - |
| HSV(B) | 245.39º | 0.43% | 0.82% | - |
| XYZ | 27.13 | 22.63 | 63.26 | - |
| YUV | 132.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 209 | 0.39 | 0.43 | 0 | 0.18 | 245.39 | 0.49 | 0.65 |
| Hex | 80 | 78 | D1 | 27 | 2B | 0 | 12 | F5 | 31 | 41 |
| Octal | 200 | 170 | 321 | 47 | 53 | 0 | 22 | 365 | 61 | 101 |
| Binary | 10000000 | 1111000 | 11010001 | 100111 | 101011 | 0 | 10010 | 11110101 | 110001 | 1000001 |
Color Harmonies of #8078D1
Complementary color
Monochromatic Colors of #8078D1
Black with #8078D1
Text Example
Text Example
White with #8078D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078D1; }
p { color: rgb(128,120,209); }
H1.HeaderClassName
{
color: #8078D1;
}
.AnyTagClassName
{
color: #8078D1;
}
</style>
background-color css
<style>
a { background-color: #8078D1; }
a { background-color: rgb(128,120,209); }
div.DivClassName
{
background-color: #8078D1;
}
.BgClassName
{
background-color: #8078D1;
}
</style>
border-color css
<style>
span { border-color: #8078D1; }
span { border-color: rgb(128,120,209); }
td.TdClassName
{
border-color: #8078D1;
}
.TagClassName
{
border-color: #8078D1;
}
</style>