Shades of Moody Blue #8375D9
Tints of Moody Blue #8375D9
RGB
CMYK
RGB Variations
Color information
#8375D9 (or 0x8375D9) is known color: Moody Blue. HEX triplet: 83, 75 and D9. RGB value is (131,117,217). Sum of RGB (Red+Green+Blue) = 131+117+217=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #8375D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375D9 is #7C8A26. Grayscale: #848484. Windows color (decimal): -8161831 or 14251395. OLE color: 14251395.
HSL color Cylindrical-coordinate representation of color #8375D9: hue angle of 248.4º 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 #8375D9 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 117 | 217 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.15 |
| HSL | 248.4º | 0.57% | 0.65% | - |
| HSV(B) | 248.4º | 0.46% | 0.85% | - |
| XYZ | 28.25 | 22.56 | 68.51 | - |
| YUV | 132.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 217 | 0.40 | 0.46 | 0 | 0.15 | 248.4 | 0.57 | 0.65 |
| Hex | 83 | 75 | D9 | 28 | 2E | 0 | F | F8 | 39 | 41 |
| Octal | 203 | 165 | 331 | 50 | 56 | 0 | 17 | 370 | 71 | 101 |
| Binary | 10000011 | 1110101 | 11011001 | 101000 | 101110 | 0 | 1111 | 11111000 | 111001 | 1000001 |
Color Harmonies of #8375D9
Complementary color
Monochromatic Colors of #8375D9
Black with #8375D9
Text Example
Text Example
White with #8375D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375D9; }
p { color: rgb(131,117,217); }
H1.HeaderClassName
{
color: #8375D9;
}
.AnyTagClassName
{
color: #8375D9;
}
</style>
background-color css
<style>
a { background-color: #8375D9; }
a { background-color: rgb(131,117,217); }
div.DivClassName
{
background-color: #8375D9;
}
.BgClassName
{
background-color: #8375D9;
}
</style>
border-color css
<style>
span { border-color: #8375D9; }
span { border-color: rgb(131,117,217); }
td.TdClassName
{
border-color: #8375D9;
}
.TagClassName
{
border-color: #8375D9;
}
</style>