Shades of Moody Blue #8579BA
Tints of Moody Blue #8579BA
RGB
CMYK
RGB Variations
Color information
#8579BA (or 0x8579BA) is known color: Moody Blue. HEX triplet: 85, 79 and BA. RGB value is (133,121,186). Sum of RGB (Red+Green+Blue) = 133+121+186=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #8579BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BA is #7A8645. Grayscale: #838383. Windows color (decimal): -8029766 or 12220805. OLE color: 12220805.
HSL color Cylindrical-coordinate representation of color #8579BA: hue angle of 251.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8579BA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 121 | 186 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.27 |
| HSL | 251.08º | 0.32% | 0.6% | - |
| HSV(B) | 251.08º | 0.35% | 0.73% | - |
| XYZ | 25.37 | 22.21 | 49.4 | - |
| YUV | 132 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 186 | 0.28 | 0.35 | 0 | 0.27 | 251.08 | 0.32 | 0.6 |
| Hex | 85 | 79 | BA | 1C | 23 | 0 | 1B | FB | 20 | 3C |
| Octal | 205 | 171 | 272 | 34 | 43 | 0 | 33 | 373 | 40 | 74 |
| Binary | 10000101 | 1111001 | 10111010 | 11100 | 100011 | 0 | 11011 | 11111011 | 100000 | 111100 |
Color Harmonies of #8579BA
Complementary color
Monochromatic Colors of #8579BA
Black with #8579BA
Text Example
Text Example
White with #8579BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8579BA; }
p { color: rgb(133,121,186); }
H1.HeaderClassName
{
color: #8579BA;
}
.AnyTagClassName
{
color: #8579BA;
}
</style>
background-color css
<style>
a { background-color: #8579BA; }
a { background-color: rgb(133,121,186); }
div.DivClassName
{
background-color: #8579BA;
}
.BgClassName
{
background-color: #8579BA;
}
</style>
border-color css
<style>
span { border-color: #8579BA; }
span { border-color: rgb(133,121,186); }
td.TdClassName
{
border-color: #8579BA;
}
.TagClassName
{
border-color: #8579BA;
}
</style>