Shades of Moody Blue #8582DA
Tints of Moody Blue #8582DA
RGB
CMYK
RGB Variations
Color information
#8582DA (or 0x8582DA) is known color: Moody Blue. HEX triplet: 85, 82 and DA. RGB value is (133,130,218). Sum of RGB (Red+Green+Blue) = 133+130+218=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8582DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582DA is #7A7D25. Grayscale: #8C8C8C. Windows color (decimal): -8027430 or 14320261. OLE color: 14320261.
HSL color Cylindrical-coordinate representation of color #8582DA: hue angle of 242.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8582DA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 130 | 218 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.15 |
| HSL | 242.05º | 0.54% | 0.68% | - |
| HSV(B) | 242.05º | 0.4% | 0.85% | - |
| XYZ | 30.31 | 26.01 | 69.75 | - |
| YUV | 140.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 218 | 0.39 | 0.40 | 0 | 0.15 | 242.05 | 0.54 | 0.68 |
| Hex | 85 | 82 | DA | 27 | 28 | 0 | F | F2 | 36 | 44 |
| Octal | 205 | 202 | 332 | 47 | 50 | 0 | 17 | 362 | 66 | 104 |
| Binary | 10000101 | 10000010 | 11011010 | 100111 | 101000 | 0 | 1111 | 11110010 | 110110 | 1000100 |
Color Harmonies of #8582DA
Complementary color
Monochromatic Colors of #8582DA
Black with #8582DA
Text Example
Text Example
White with #8582DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582DA; }
p { color: rgb(133,130,218); }
H1.HeaderClassName
{
color: #8582DA;
}
.AnyTagClassName
{
color: #8582DA;
}
</style>
background-color css
<style>
a { background-color: #8582DA; }
a { background-color: rgb(133,130,218); }
div.DivClassName
{
background-color: #8582DA;
}
.BgClassName
{
background-color: #8582DA;
}
</style>
border-color css
<style>
span { border-color: #8582DA; }
span { border-color: rgb(133,130,218); }
td.TdClassName
{
border-color: #8582DA;
}
.TagClassName
{
border-color: #8582DA;
}
</style>