Shades of Moody Blue #8578DD
Tints of Moody Blue #8578DD
RGB
CMYK
RGB Variations
Color information
#8578DD (or 0x8578DD) is known color: Moody Blue. HEX triplet: 85, 78 and DD. RGB value is (133,120,221). Sum of RGB (Red+Green+Blue) = 133+120+221=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #8578DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578DD is #7A8722. Grayscale: #878787. Windows color (decimal): -8029987 or 14514309. OLE color: 14514309.
HSL color Cylindrical-coordinate representation of color #8578DD: hue angle of 247.72º 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 #8578DD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 120 | 221 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.13 |
| HSL | 247.72º | 0.6% | 0.67% | - |
| HSV(B) | 247.72º | 0.46% | 0.87% | - |
| XYZ | 29.44 | 23.64 | 71.42 | - |
| YUV | 135.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 221 | 0.40 | 0.46 | 0 | 0.13 | 247.72 | 0.6 | 0.67 |
| Hex | 85 | 78 | DD | 28 | 2E | 0 | D | F8 | 3C | 43 |
| Octal | 205 | 170 | 335 | 50 | 56 | 0 | 15 | 370 | 74 | 103 |
| Binary | 10000101 | 1111000 | 11011101 | 101000 | 101110 | 0 | 1101 | 11111000 | 111100 | 1000011 |
Color Harmonies of #8578DD
Complementary color
Monochromatic Colors of #8578DD
Black with #8578DD
Text Example
Text Example
White with #8578DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578DD; }
p { color: rgb(133,120,221); }
H1.HeaderClassName
{
color: #8578DD;
}
.AnyTagClassName
{
color: #8578DD;
}
</style>
background-color css
<style>
a { background-color: #8578DD; }
a { background-color: rgb(133,120,221); }
div.DivClassName
{
background-color: #8578DD;
}
.BgClassName
{
background-color: #8578DD;
}
</style>
border-color css
<style>
span { border-color: #8578DD; }
span { border-color: rgb(133,120,221); }
td.TdClassName
{
border-color: #8578DD;
}
.TagClassName
{
border-color: #8578DD;
}
</style>