Shades of Moody Blue #8573BA
Tints of Moody Blue #8573BA
RGB
CMYK
RGB Variations
Color information
#8573BA (or 0x8573BA) is known color: Moody Blue. HEX triplet: 85, 73 and BA. RGB value is (133,115,186). Sum of RGB (Red+Green+Blue) = 133+115+186=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8573BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573BA is #7A8C45. Grayscale: #808080. Windows color (decimal): -8031302 or 12219269. OLE color: 12219269.
HSL color Cylindrical-coordinate representation of color #8573BA: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8573BA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 115 | 186 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.27 |
| HSL | 255.21º | 0.34% | 0.59% | - |
| HSV(B) | 255.21º | 0.38% | 0.73% | - |
| XYZ | 24.67 | 20.79 | 49.17 | - |
| YUV | 128.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 186 | 0.28 | 0.38 | 0 | 0.27 | 255.21 | 0.34 | 0.59 |
| Hex | 85 | 73 | BA | 1C | 26 | 0 | 1B | FF | 22 | 3B |
| Octal | 205 | 163 | 272 | 34 | 46 | 0 | 33 | 377 | 42 | 73 |
| Binary | 10000101 | 1110011 | 10111010 | 11100 | 100110 | 0 | 11011 | 11111111 | 100010 | 111011 |
Color Harmonies of #8573BA
Complementary color
Monochromatic Colors of #8573BA
Black with #8573BA
Text Example
Text Example
White with #8573BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573BA; }
p { color: rgb(133,115,186); }
H1.HeaderClassName
{
color: #8573BA;
}
.AnyTagClassName
{
color: #8573BA;
}
</style>
background-color css
<style>
a { background-color: #8573BA; }
a { background-color: rgb(133,115,186); }
div.DivClassName
{
background-color: #8573BA;
}
.BgClassName
{
background-color: #8573BA;
}
</style>
border-color css
<style>
span { border-color: #8573BA; }
span { border-color: rgb(133,115,186); }
td.TdClassName
{
border-color: #8573BA;
}
.TagClassName
{
border-color: #8573BA;
}
</style>