Shades of Moody Blue #8575D9
Tints of Moody Blue #8575D9
RGB
CMYK
RGB Variations
Color information
#8575D9 (or 0x8575D9) is known color: Moody Blue. HEX triplet: 85, 75 and D9. RGB value is (133,117,217). Sum of RGB (Red+Green+Blue) = 133+117+217=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #8575D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575D9 is #7A8A26. Grayscale: #848484. Windows color (decimal): -8030759 or 14251397. OLE color: 14251397.
HSL color Cylindrical-coordinate representation of color #8575D9: hue angle of 249.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8575D9 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 117 | 217 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.15 |
| HSL | 249.6º | 0.57% | 0.65% | - |
| HSV(B) | 249.6º | 0.46% | 0.85% | - |
| XYZ | 28.56 | 22.72 | 68.53 | - |
| YUV | 133.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 217 | 0.39 | 0.46 | 0 | 0.15 | 249.6 | 0.57 | 0.65 |
| Hex | 85 | 75 | D9 | 27 | 2E | 0 | F | FA | 39 | 41 |
| Octal | 205 | 165 | 331 | 47 | 56 | 0 | 17 | 372 | 71 | 101 |
| Binary | 10000101 | 1110101 | 11011001 | 100111 | 101110 | 0 | 1111 | 11111010 | 111001 | 1000001 |
Color Harmonies of #8575D9
Complementary color
Monochromatic Colors of #8575D9
Black with #8575D9
Text Example
Text Example
White with #8575D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575D9; }
p { color: rgb(133,117,217); }
H1.HeaderClassName
{
color: #8575D9;
}
.AnyTagClassName
{
color: #8575D9;
}
</style>
background-color css
<style>
a { background-color: #8575D9; }
a { background-color: rgb(133,117,217); }
div.DivClassName
{
background-color: #8575D9;
}
.BgClassName
{
background-color: #8575D9;
}
</style>
border-color css
<style>
span { border-color: #8575D9; }
span { border-color: rgb(133,117,217); }
td.TdClassName
{
border-color: #8575D9;
}
.TagClassName
{
border-color: #8575D9;
}
</style>