Shades of Moody Blue #8574BA
Tints of Moody Blue #8574BA
RGB
CMYK
RGB Variations
Color information
#8574BA (or 0x8574BA) is known color: Moody Blue. HEX triplet: 85, 74 and BA. RGB value is (133,116,186). Sum of RGB (Red+Green+Blue) = 133+116+186=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8574BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BA is #7A8B45. Grayscale: #808080. Windows color (decimal): -8031046 or 12219525. OLE color: 12219525.
HSL color Cylindrical-coordinate representation of color #8574BA: hue angle of 254.57º 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 #8574BA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 116 | 186 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.27 |
| HSL | 254.57º | 0.34% | 0.59% | - |
| HSV(B) | 254.57º | 0.38% | 0.73% | - |
| XYZ | 24.78 | 21.02 | 49.21 | - |
| YUV | 129.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 186 | 0.28 | 0.38 | 0 | 0.27 | 254.57 | 0.34 | 0.59 |
| Hex | 85 | 74 | BA | 1C | 26 | 0 | 1B | FF | 22 | 3B |
| Octal | 205 | 164 | 272 | 34 | 46 | 0 | 33 | 377 | 42 | 73 |
| Binary | 10000101 | 1110100 | 10111010 | 11100 | 100110 | 0 | 11011 | 11111111 | 100010 | 111011 |
Color Harmonies of #8574BA
Complementary color
Monochromatic Colors of #8574BA
Black with #8574BA
Text Example
Text Example
White with #8574BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574BA; }
p { color: rgb(133,116,186); }
H1.HeaderClassName
{
color: #8574BA;
}
.AnyTagClassName
{
color: #8574BA;
}
</style>
background-color css
<style>
a { background-color: #8574BA; }
a { background-color: rgb(133,116,186); }
div.DivClassName
{
background-color: #8574BA;
}
.BgClassName
{
background-color: #8574BA;
}
</style>
border-color css
<style>
span { border-color: #8574BA; }
span { border-color: rgb(133,116,186); }
td.TdClassName
{
border-color: #8574BA;
}
.TagClassName
{
border-color: #8574BA;
}
</style>