Shades of Moody Blue #8584BB
Tints of Moody Blue #8584BB
RGB
CMYK
RGB Variations
Color information
#8584BB (or 0x8584BB) is known color: Moody Blue. HEX triplet: 85, 84 and BB. RGB value is (133,132,187). Sum of RGB (Red+Green+Blue) = 133+132+187=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #8584BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BB is #7A7B44. Grayscale: #8A8A8A. Windows color (decimal): -8026949 or 12289157. OLE color: 12289157.
HSL color Cylindrical-coordinate representation of color #8584BB: hue angle of 241.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8584BB is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 132 | 187 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.27 |
| HSL | 241.09º | 0.29% | 0.63% | - |
| HSV(B) | 241.09º | 0.29% | 0.73% | - |
| XYZ | 26.89 | 25.08 | 50.44 | - |
| YUV | 138.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 187 | 0.29 | 0.29 | 0 | 0.27 | 241.09 | 0.29 | 0.63 |
| Hex | 85 | 84 | BB | 1D | 1D | 0 | 1B | F1 | 1D | 3F |
| Octal | 205 | 204 | 273 | 35 | 35 | 0 | 33 | 361 | 35 | 77 |
| Binary | 10000101 | 10000100 | 10111011 | 11101 | 11101 | 0 | 11011 | 11110001 | 11101 | 111111 |
Color Harmonies of #8584BB
Complementary color
Monochromatic Colors of #8584BB
Black with #8584BB
Text Example
Text Example
White with #8584BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584BB; }
p { color: rgb(133,132,187); }
H1.HeaderClassName
{
color: #8584BB;
}
.AnyTagClassName
{
color: #8584BB;
}
</style>
background-color css
<style>
a { background-color: #8584BB; }
a { background-color: rgb(133,132,187); }
div.DivClassName
{
background-color: #8584BB;
}
.BgClassName
{
background-color: #8584BB;
}
</style>
border-color css
<style>
span { border-color: #8584BB; }
span { border-color: rgb(133,132,187); }
td.TdClassName
{
border-color: #8584BB;
}
.TagClassName
{
border-color: #8584BB;
}
</style>