Shades of Moody Blue #8579BF
Tints of Moody Blue #8579BF
RGB
CMYK
RGB Variations
Color information
#8579BF (or 0x8579BF) is known color: Moody Blue. HEX triplet: 85, 79 and BF. RGB value is (133,121,191). Sum of RGB (Red+Green+Blue) = 133+121+191=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #8579BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8579BF is #7A8640. Grayscale: #848484. Windows color (decimal): -8029761 or 12548485. OLE color: 12548485.
HSL color Cylindrical-coordinate representation of color #8579BF: hue angle of 250.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8579BF is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 121 | 191 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.25 |
| HSL | 250.29º | 0.35% | 0.61% | - |
| HSV(B) | 250.29º | 0.37% | 0.75% | - |
| XYZ | 25.91 | 22.42 | 52.25 | - |
| YUV | 132.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 191 | 0.30 | 0.37 | 0 | 0.25 | 250.29 | 0.35 | 0.61 |
| Hex | 85 | 79 | BF | 1E | 25 | 0 | 19 | FA | 23 | 3D |
| Octal | 205 | 171 | 277 | 36 | 45 | 0 | 31 | 372 | 43 | 75 |
| Binary | 10000101 | 1111001 | 10111111 | 11110 | 100101 | 0 | 11001 | 11111010 | 100011 | 111101 |
Color Harmonies of #8579BF
Complementary color
Monochromatic Colors of #8579BF
Black with #8579BF
Text Example
Text Example
White with #8579BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8579BF; }
p { color: rgb(133,121,191); }
H1.HeaderClassName
{
color: #8579BF;
}
.AnyTagClassName
{
color: #8579BF;
}
</style>
background-color css
<style>
a { background-color: #8579BF; }
a { background-color: rgb(133,121,191); }
div.DivClassName
{
background-color: #8579BF;
}
.BgClassName
{
background-color: #8579BF;
}
</style>
border-color css
<style>
span { border-color: #8579BF; }
span { border-color: rgb(133,121,191); }
td.TdClassName
{
border-color: #8579BF;
}
.TagClassName
{
border-color: #8579BF;
}
</style>