Shades of Moody Blue #8584BF
Tints of Moody Blue #8584BF
RGB
CMYK
RGB Variations
Color information
#8584BF (or 0x8584BF) is known color: Moody Blue. HEX triplet: 85, 84 and BF. RGB value is (133,132,191). Sum of RGB (Red+Green+Blue) = 133+132+191=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8584BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584BF is #7A7B40. Grayscale: #8A8A8A. Windows color (decimal): -8026945 or 12551301. OLE color: 12551301.
HSL color Cylindrical-coordinate representation of color #8584BF: hue angle of 241.02º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8584BF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 132 | 191 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.25 |
| HSL | 241.02º | 0.32% | 0.63% | - |
| HSV(B) | 241.02º | 0.31% | 0.75% | - |
| XYZ | 27.33 | 25.25 | 52.72 | - |
| YUV | 139.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 191 | 0.30 | 0.31 | 0 | 0.25 | 241.02 | 0.32 | 0.63 |
| Hex | 85 | 84 | BF | 1E | 1F | 0 | 19 | F1 | 20 | 3F |
| Octal | 205 | 204 | 277 | 36 | 37 | 0 | 31 | 361 | 40 | 77 |
| Binary | 10000101 | 10000100 | 10111111 | 11110 | 11111 | 0 | 11001 | 11110001 | 100000 | 111111 |
Color Harmonies of #8584BF
Complementary color
Monochromatic Colors of #8584BF
Black with #8584BF
Text Example
Text Example
White with #8584BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584BF; }
p { color: rgb(133,132,191); }
H1.HeaderClassName
{
color: #8584BF;
}
.AnyTagClassName
{
color: #8584BF;
}
</style>
background-color css
<style>
a { background-color: #8584BF; }
a { background-color: rgb(133,132,191); }
div.DivClassName
{
background-color: #8584BF;
}
.BgClassName
{
background-color: #8584BF;
}
</style>
border-color css
<style>
span { border-color: #8584BF; }
span { border-color: rgb(133,132,191); }
td.TdClassName
{
border-color: #8584BF;
}
.TagClassName
{
border-color: #8584BF;
}
</style>