Shades of Moody Blue #8078CE
Tints of Moody Blue #8078CE
RGB
CMYK
RGB Variations
Color information
#8078CE (or 0x8078CE) is known color: Moody Blue. HEX triplet: 80, 78 and CE. RGB value is (128,120,206). Sum of RGB (Red+Green+Blue) = 128+120+206=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8078CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078CE is #7F8731. Grayscale: #838383. Windows color (decimal): -8357682 or 13531264. OLE color: 13531264.
HSL color Cylindrical-coordinate representation of color #8078CE: hue angle of 245.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8078CE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 120 | 206 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.19 |
| HSL | 245.58º | 0.47% | 0.64% | - |
| HSV(B) | 245.58º | 0.42% | 0.81% | - |
| XYZ | 26.76 | 22.48 | 61.32 | - |
| YUV | 132.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 206 | 0.38 | 0.42 | 0 | 0.19 | 245.58 | 0.47 | 0.64 |
| Hex | 80 | 78 | CE | 26 | 2A | 0 | 13 | F6 | 2F | 40 |
| Octal | 200 | 170 | 316 | 46 | 52 | 0 | 23 | 366 | 57 | 100 |
| Binary | 10000000 | 1111000 | 11001110 | 100110 | 101010 | 0 | 10011 | 11110110 | 101111 | 1000000 |
Color Harmonies of #8078CE
Complementary color
Monochromatic Colors of #8078CE
Black with #8078CE
Text Example
Text Example
White with #8078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078CE; }
p { color: rgb(128,120,206); }
H1.HeaderClassName
{
color: #8078CE;
}
.AnyTagClassName
{
color: #8078CE;
}
</style>
background-color css
<style>
a { background-color: #8078CE; }
a { background-color: rgb(128,120,206); }
div.DivClassName
{
background-color: #8078CE;
}
.BgClassName
{
background-color: #8078CE;
}
</style>
border-color css
<style>
span { border-color: #8078CE; }
span { border-color: rgb(128,120,206); }
td.TdClassName
{
border-color: #8078CE;
}
.TagClassName
{
border-color: #8078CE;
}
</style>