Shades of Moody Blue #8574BB
Tints of Moody Blue #8574BB
RGB
CMYK
RGB Variations
Color information
#8574BB (or 0x8574BB) is known color: Moody Blue. HEX triplet: 85, 74 and BB. RGB value is (133,116,187). Sum of RGB (Red+Green+Blue) = 133+116+187=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8574BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574BB is #7A8B44. Grayscale: #808080. Windows color (decimal): -8031045 or 12285061. OLE color: 12285061.
HSL color Cylindrical-coordinate representation of color #8574BB: hue angle of 254.37º 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 #8574BB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 116 | 187 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.27 |
| HSL | 254.37º | 0.34% | 0.59% | - |
| HSV(B) | 254.37º | 0.38% | 0.73% | - |
| XYZ | 24.89 | 21.07 | 49.77 | - |
| YUV | 129.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 187 | 0.29 | 0.38 | 0 | 0.27 | 254.37 | 0.34 | 0.59 |
| Hex | 85 | 74 | BB | 1D | 26 | 0 | 1B | FE | 22 | 3B |
| Octal | 205 | 164 | 273 | 35 | 46 | 0 | 33 | 376 | 42 | 73 |
| Binary | 10000101 | 1110100 | 10111011 | 11101 | 100110 | 0 | 11011 | 11111110 | 100010 | 111011 |
Color Harmonies of #8574BB
Complementary color
Monochromatic Colors of #8574BB
Black with #8574BB
Text Example
Text Example
White with #8574BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574BB; }
p { color: rgb(133,116,187); }
H1.HeaderClassName
{
color: #8574BB;
}
.AnyTagClassName
{
color: #8574BB;
}
</style>
background-color css
<style>
a { background-color: #8574BB; }
a { background-color: rgb(133,116,187); }
div.DivClassName
{
background-color: #8574BB;
}
.BgClassName
{
background-color: #8574BB;
}
</style>
border-color css
<style>
span { border-color: #8574BB; }
span { border-color: rgb(133,116,187); }
td.TdClassName
{
border-color: #8574BB;
}
.TagClassName
{
border-color: #8574BB;
}
</style>