Shades of Moody Blue #8371D4
Tints of Moody Blue #8371D4
RGB
CMYK
RGB Variations
Color information
#8371D4 (or 0x8371D4) is known color: Moody Blue. HEX triplet: 83, 71 and D4. RGB value is (131,113,212). Sum of RGB (Red+Green+Blue) = 131+113+212=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #8371D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371D4 is #7C8E2B. Grayscale: #818181. Windows color (decimal): -8162860 or 13922691. OLE color: 13922691.
HSL color Cylindrical-coordinate representation of color #8371D4: hue angle of 250.91º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8371D4 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 113 | 212 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.17 |
| HSL | 250.91º | 0.54% | 0.64% | - |
| HSV(B) | 250.91º | 0.47% | 0.83% | - |
| XYZ | 27.15 | 21.39 | 64.98 | - |
| YUV | 129.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 212 | 0.38 | 0.47 | 0 | 0.17 | 250.91 | 0.54 | 0.64 |
| Hex | 83 | 71 | D4 | 26 | 2F | 0 | 11 | FB | 36 | 40 |
| Octal | 203 | 161 | 324 | 46 | 57 | 0 | 21 | 373 | 66 | 100 |
| Binary | 10000011 | 1110001 | 11010100 | 100110 | 101111 | 0 | 10001 | 11111011 | 110110 | 1000000 |
Color Harmonies of #8371D4
Complementary color
Monochromatic Colors of #8371D4
Black with #8371D4
Text Example
Text Example
White with #8371D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371D4; }
p { color: rgb(131,113,212); }
H1.HeaderClassName
{
color: #8371D4;
}
.AnyTagClassName
{
color: #8371D4;
}
</style>
background-color css
<style>
a { background-color: #8371D4; }
a { background-color: rgb(131,113,212); }
div.DivClassName
{
background-color: #8371D4;
}
.BgClassName
{
background-color: #8371D4;
}
</style>
border-color css
<style>
span { border-color: #8371D4; }
span { border-color: rgb(131,113,212); }
td.TdClassName
{
border-color: #8371D4;
}
.TagClassName
{
border-color: #8371D4;
}
</style>