Shades of Moody Blue #8580BA
Tints of Moody Blue #8580BA
RGB
CMYK
RGB Variations
Color information
#8580BA (or 0x8580BA) is known color: Moody Blue. HEX triplet: 85, 80 and BA. RGB value is (133,128,186). Sum of RGB (Red+Green+Blue) = 133+128+186=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8580BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580BA is #7A7F45. Grayscale: #878787. Windows color (decimal): -8027974 or 12222597. OLE color: 12222597.
HSL color Cylindrical-coordinate representation of color #8580BA: hue angle of 245.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8580BA is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 128 | 186 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.27 |
| HSL | 245.17º | 0.3% | 0.62% | - |
| HSV(B) | 245.17º | 0.31% | 0.73% | - |
| XYZ | 26.25 | 23.97 | 49.7 | - |
| YUV | 136.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 186 | 0.28 | 0.31 | 0 | 0.27 | 245.17 | 0.3 | 0.62 |
| Hex | 85 | 80 | BA | 1C | 1F | 0 | 1B | F5 | 1E | 3E |
| Octal | 205 | 200 | 272 | 34 | 37 | 0 | 33 | 365 | 36 | 76 |
| Binary | 10000101 | 10000000 | 10111010 | 11100 | 11111 | 0 | 11011 | 11110101 | 11110 | 111110 |
Color Harmonies of #8580BA
Complementary color
Monochromatic Colors of #8580BA
Black with #8580BA
Text Example
Text Example
White with #8580BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8580BA; }
p { color: rgb(133,128,186); }
H1.HeaderClassName
{
color: #8580BA;
}
.AnyTagClassName
{
color: #8580BA;
}
</style>
background-color css
<style>
a { background-color: #8580BA; }
a { background-color: rgb(133,128,186); }
div.DivClassName
{
background-color: #8580BA;
}
.BgClassName
{
background-color: #8580BA;
}
</style>
border-color css
<style>
span { border-color: #8580BA; }
span { border-color: rgb(133,128,186); }
td.TdClassName
{
border-color: #8580BA;
}
.TagClassName
{
border-color: #8580BA;
}
</style>