Shades of Moody Blue #8582E1
Tints of Moody Blue #8582E1
RGB
CMYK
RGB Variations
Color information
#8582E1 (or 0x8582E1) is known color: Moody Blue. HEX triplet: 85, 82 and E1. RGB value is (133,130,225). Sum of RGB (Red+Green+Blue) = 133+130+225=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #8582E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582E1 is #7A7D1E. Grayscale: #8D8D8D. Windows color (decimal): -8027423 or 14779013. OLE color: 14779013.
HSL color Cylindrical-coordinate representation of color #8582E1: hue angle of 241.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8582E1 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 130 | 225 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.12 |
| HSL | 241.89º | 0.61% | 0.7% | - |
| HSV(B) | 241.89º | 0.42% | 0.88% | - |
| XYZ | 31.25 | 26.39 | 74.68 | - |
| YUV | 141.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 225 | 0.41 | 0.42 | 0 | 0.12 | 241.89 | 0.61 | 0.7 |
| Hex | 85 | 82 | E1 | 29 | 2A | 0 | C | F2 | 3D | 46 |
| Octal | 205 | 202 | 341 | 51 | 52 | 0 | 14 | 362 | 75 | 106 |
| Binary | 10000101 | 10000010 | 11100001 | 101001 | 101010 | 0 | 1100 | 11110010 | 111101 | 1000110 |
Color Harmonies of #8582E1
Complementary color
Monochromatic Colors of #8582E1
Black with #8582E1
Text Example
Text Example
White with #8582E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582E1; }
p { color: rgb(133,130,225); }
H1.HeaderClassName
{
color: #8582E1;
}
.AnyTagClassName
{
color: #8582E1;
}
</style>
background-color css
<style>
a { background-color: #8582E1; }
a { background-color: rgb(133,130,225); }
div.DivClassName
{
background-color: #8582E1;
}
.BgClassName
{
background-color: #8582E1;
}
</style>
border-color css
<style>
span { border-color: #8582E1; }
span { border-color: rgb(133,130,225); }
td.TdClassName
{
border-color: #8582E1;
}
.TagClassName
{
border-color: #8582E1;
}
</style>