Shades of Moody Blue #8582DF
Tints of Moody Blue #8582DF
RGB
CMYK
RGB Variations
Color information
#8582DF (or 0x8582DF) is known color: Moody Blue. HEX triplet: 85, 82 and DF. RGB value is (133,130,223). Sum of RGB (Red+Green+Blue) = 133+130+223=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8582DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582DF is #7A7D20. Grayscale: #8D8D8D. Windows color (decimal): -8027425 or 14647941. OLE color: 14647941.
HSL color Cylindrical-coordinate representation of color #8582DF: hue angle of 241.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8582DF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 130 | 223 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.13 |
| HSL | 241.94º | 0.59% | 0.69% | - |
| HSV(B) | 241.94º | 0.42% | 0.87% | - |
| XYZ | 30.97 | 26.28 | 73.25 | - |
| YUV | 141.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 223 | 0.40 | 0.42 | 0 | 0.13 | 241.94 | 0.59 | 0.69 |
| Hex | 85 | 82 | DF | 28 | 2A | 0 | D | F2 | 3B | 45 |
| Octal | 205 | 202 | 337 | 50 | 52 | 0 | 15 | 362 | 73 | 105 |
| Binary | 10000101 | 10000010 | 11011111 | 101000 | 101010 | 0 | 1101 | 11110010 | 111011 | 1000101 |
Color Harmonies of #8582DF
Complementary color
Monochromatic Colors of #8582DF
Black with #8582DF
Text Example
Text Example
White with #8582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582DF; }
p { color: rgb(133,130,223); }
H1.HeaderClassName
{
color: #8582DF;
}
.AnyTagClassName
{
color: #8582DF;
}
</style>
background-color css
<style>
a { background-color: #8582DF; }
a { background-color: rgb(133,130,223); }
div.DivClassName
{
background-color: #8582DF;
}
.BgClassName
{
background-color: #8582DF;
}
</style>
border-color css
<style>
span { border-color: #8582DF; }
span { border-color: rgb(133,130,223); }
td.TdClassName
{
border-color: #8582DF;
}
.TagClassName
{
border-color: #8582DF;
}
</style>