Shades of Moody Blue #8578DB
Tints of Moody Blue #8578DB
RGB
CMYK
RGB Variations
Color information
#8578DB (or 0x8578DB) is known color: Moody Blue. HEX triplet: 85, 78 and DB. RGB value is (133,120,219). Sum of RGB (Red+Green+Blue) = 133+120+219=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #8578DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578DB is #7A8724. Grayscale: #868686. Windows color (decimal): -8029989 or 14383237. OLE color: 14383237.
HSL color Cylindrical-coordinate representation of color #8578DB: hue angle of 247.88º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8578DB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 120 | 219 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.14 |
| HSL | 247.88º | 0.58% | 0.66% | - |
| HSV(B) | 247.88º | 0.45% | 0.86% | - |
| XYZ | 29.18 | 23.53 | 70.02 | - |
| YUV | 135.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 219 | 0.39 | 0.45 | 0 | 0.14 | 247.88 | 0.58 | 0.66 |
| Hex | 85 | 78 | DB | 27 | 2D | 0 | E | F8 | 3A | 42 |
| Octal | 205 | 170 | 333 | 47 | 55 | 0 | 16 | 370 | 72 | 102 |
| Binary | 10000101 | 1111000 | 11011011 | 100111 | 101101 | 0 | 1110 | 11111000 | 111010 | 1000010 |
Color Harmonies of #8578DB
Complementary color
Monochromatic Colors of #8578DB
Black with #8578DB
Text Example
Text Example
White with #8578DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8578DB; }
p { color: rgb(133,120,219); }
H1.HeaderClassName
{
color: #8578DB;
}
.AnyTagClassName
{
color: #8578DB;
}
</style>
background-color css
<style>
a { background-color: #8578DB; }
a { background-color: rgb(133,120,219); }
div.DivClassName
{
background-color: #8578DB;
}
.BgClassName
{
background-color: #8578DB;
}
</style>
border-color css
<style>
span { border-color: #8578DB; }
span { border-color: rgb(133,120,219); }
td.TdClassName
{
border-color: #8578DB;
}
.TagClassName
{
border-color: #8578DB;
}
</style>