Shades of Moody Blue #8579BD
Tints of Moody Blue #8579BD
RGB
CMYK
RGB Variations
Color information
#8579BD (or 0x8579BD) is known color: Moody Blue. HEX triplet: 85, 79 and BD. RGB value is (133,121,189). Sum of RGB (Red+Green+Blue) = 133+121+189=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #8579BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BD is #7A8642. Grayscale: #848484. Windows color (decimal): -8029763 or 12417413. OLE color: 12417413.
HSL color Cylindrical-coordinate representation of color #8579BD: hue angle of 250.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8579BD is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 121 | 189 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.26 |
| HSL | 250.59º | 0.34% | 0.61% | - |
| HSV(B) | 250.59º | 0.36% | 0.74% | - |
| XYZ | 25.7 | 22.34 | 51.1 | - |
| YUV | 132.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 189 | 0.30 | 0.36 | 0 | 0.26 | 250.59 | 0.34 | 0.61 |
| Hex | 85 | 79 | BD | 1E | 24 | 0 | 1A | FB | 22 | 3D |
| Octal | 205 | 171 | 275 | 36 | 44 | 0 | 32 | 373 | 42 | 75 |
| Binary | 10000101 | 1111001 | 10111101 | 11110 | 100100 | 0 | 11010 | 11111011 | 100010 | 111101 |
Color Harmonies of #8579BD
Complementary color
Monochromatic Colors of #8579BD
Black with #8579BD
Text Example
Text Example
White with #8579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8579BD; }
p { color: rgb(133,121,189); }
H1.HeaderClassName
{
color: #8579BD;
}
.AnyTagClassName
{
color: #8579BD;
}
</style>
background-color css
<style>
a { background-color: #8579BD; }
a { background-color: rgb(133,121,189); }
div.DivClassName
{
background-color: #8579BD;
}
.BgClassName
{
background-color: #8579BD;
}
</style>
border-color css
<style>
span { border-color: #8579BD; }
span { border-color: rgb(133,121,189); }
td.TdClassName
{
border-color: #8579BD;
}
.TagClassName
{
border-color: #8579BD;
}
</style>