Shades of Moody Blue #8582D5
Tints of Moody Blue #8582D5
RGB
CMYK
RGB Variations
Color information
#8582D5 (or 0x8582D5) is known color: Moody Blue. HEX triplet: 85, 82 and D5. RGB value is (133,130,213). Sum of RGB (Red+Green+Blue) = 133+130+213=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #8582D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8582D5 is #7A7D2A. Grayscale: #8C8C8C. Windows color (decimal): -8027435 or 13992581. OLE color: 13992581.
HSL color Cylindrical-coordinate representation of color #8582D5: hue angle of 242.17º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8582D5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 130 | 213 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.16 |
| HSL | 242.17º | 0.5% | 0.67% | - |
| HSV(B) | 242.17º | 0.39% | 0.84% | - |
| XYZ | 29.67 | 25.76 | 66.36 | - |
| YUV | 140.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 213 | 0.38 | 0.39 | 0 | 0.16 | 242.17 | 0.5 | 0.67 |
| Hex | 85 | 82 | D5 | 26 | 27 | 0 | 10 | F2 | 32 | 43 |
| Octal | 205 | 202 | 325 | 46 | 47 | 0 | 20 | 362 | 62 | 103 |
| Binary | 10000101 | 10000010 | 11010101 | 100110 | 100111 | 0 | 10000 | 11110010 | 110010 | 1000011 |
Color Harmonies of #8582D5
Complementary color
Monochromatic Colors of #8582D5
Black with #8582D5
Text Example
Text Example
White with #8582D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582D5; }
p { color: rgb(133,130,213); }
H1.HeaderClassName
{
color: #8582D5;
}
.AnyTagClassName
{
color: #8582D5;
}
</style>
background-color css
<style>
a { background-color: #8582D5; }
a { background-color: rgb(133,130,213); }
div.DivClassName
{
background-color: #8582D5;
}
.BgClassName
{
background-color: #8582D5;
}
</style>
border-color css
<style>
span { border-color: #8582D5; }
span { border-color: rgb(133,130,213); }
td.TdClassName
{
border-color: #8582D5;
}
.TagClassName
{
border-color: #8582D5;
}
</style>