Shades of Moody Blue #8584D3
Tints of Moody Blue #8584D3
RGB
CMYK
RGB Variations
Color information
#8584D3 (or 0x8584D3) is known color: Moody Blue. HEX triplet: 85, 84 and D3. RGB value is (133,132,211). Sum of RGB (Red+Green+Blue) = 133+132+211=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #8584D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584D3 is #7A7B2C. Grayscale: #8C8C8C. Windows color (decimal): -8026925 or 13862021. OLE color: 13862021.
HSL color Cylindrical-coordinate representation of color #8584D3: hue angle of 240.76º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8584D3 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 132 | 211 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.17 |
| HSL | 240.76º | 0.47% | 0.67% | - |
| HSV(B) | 240.76º | 0.37% | 0.83% | - |
| XYZ | 29.68 | 26.19 | 65.12 | - |
| YUV | 141.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 211 | 0.37 | 0.37 | 0 | 0.17 | 240.76 | 0.47 | 0.67 |
| Hex | 85 | 84 | D3 | 25 | 25 | 0 | 11 | F1 | 2F | 43 |
| Octal | 205 | 204 | 323 | 45 | 45 | 0 | 21 | 361 | 57 | 103 |
| Binary | 10000101 | 10000100 | 11010011 | 100101 | 100101 | 0 | 10001 | 11110001 | 101111 | 1000011 |
Color Harmonies of #8584D3
Complementary color
Monochromatic Colors of #8584D3
Black with #8584D3
Text Example
Text Example
White with #8584D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584D3; }
p { color: rgb(133,132,211); }
H1.HeaderClassName
{
color: #8584D3;
}
.AnyTagClassName
{
color: #8584D3;
}
</style>
background-color css
<style>
a { background-color: #8584D3; }
a { background-color: rgb(133,132,211); }
div.DivClassName
{
background-color: #8584D3;
}
.BgClassName
{
background-color: #8584D3;
}
</style>
border-color css
<style>
span { border-color: #8584D3; }
span { border-color: rgb(133,132,211); }
td.TdClassName
{
border-color: #8584D3;
}
.TagClassName
{
border-color: #8584D3;
}
</style>