Shades of Moody Blue #8579DF
Tints of Moody Blue #8579DF
RGB
CMYK
RGB Variations
Color information
#8579DF (or 0x8579DF) is known color: Moody Blue. HEX triplet: 85, 79 and DF. RGB value is (133,121,223). Sum of RGB (Red+Green+Blue) = 133+121+223=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8579DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579DF is #7A8620. Grayscale: #878787. Windows color (decimal): -8029729 or 14645637. OLE color: 14645637.
HSL color Cylindrical-coordinate representation of color #8579DF: hue angle of 247.06º degrees, saturation: 0.61, 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 #8579DF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 121 | 223 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.13 |
| HSL | 247.06º | 0.61% | 0.67% | - |
| HSV(B) | 247.06º | 0.46% | 0.87% | - |
| XYZ | 29.83 | 23.99 | 72.87 | - |
| YUV | 136.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 223 | 0.40 | 0.46 | 0 | 0.13 | 247.06 | 0.61 | 0.67 |
| Hex | 85 | 79 | DF | 28 | 2E | 0 | D | F7 | 3D | 43 |
| Octal | 205 | 171 | 337 | 50 | 56 | 0 | 15 | 367 | 75 | 103 |
| Binary | 10000101 | 1111001 | 11011111 | 101000 | 101110 | 0 | 1101 | 11110111 | 111101 | 1000011 |
Color Harmonies of #8579DF
Complementary color
Monochromatic Colors of #8579DF
Black with #8579DF
Text Example
Text Example
White with #8579DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8579DF; }
p { color: rgb(133,121,223); }
H1.HeaderClassName
{
color: #8579DF;
}
.AnyTagClassName
{
color: #8579DF;
}
</style>
background-color css
<style>
a { background-color: #8579DF; }
a { background-color: rgb(133,121,223); }
div.DivClassName
{
background-color: #8579DF;
}
.BgClassName
{
background-color: #8579DF;
}
</style>
border-color css
<style>
span { border-color: #8579DF; }
span { border-color: rgb(133,121,223); }
td.TdClassName
{
border-color: #8579DF;
}
.TagClassName
{
border-color: #8579DF;
}
</style>