Shades of Moody Blue #8371D7
Tints of Moody Blue #8371D7
RGB
CMYK
RGB Variations
Color information
#8371D7 (or 0x8371D7) is known color: Moody Blue. HEX triplet: 83, 71 and D7. RGB value is (131,113,215). Sum of RGB (Red+Green+Blue) = 131+113+215=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #8371D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371D7 is #7C8E28. Grayscale: #818181. Windows color (decimal): -8162857 or 14119299. OLE color: 14119299.
HSL color Cylindrical-coordinate representation of color #8371D7: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8371D7 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 113 | 215 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.16 |
| HSL | 250.59º | 0.56% | 0.64% | - |
| HSV(B) | 250.59º | 0.47% | 0.84% | - |
| XYZ | 27.53 | 21.54 | 67 | - |
| YUV | 130.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 215 | 0.39 | 0.47 | 0 | 0.16 | 250.59 | 0.56 | 0.64 |
| Hex | 83 | 71 | D7 | 27 | 2F | 0 | 10 | FB | 38 | 40 |
| Octal | 203 | 161 | 327 | 47 | 57 | 0 | 20 | 373 | 70 | 100 |
| Binary | 10000011 | 1110001 | 11010111 | 100111 | 101111 | 0 | 10000 | 11111011 | 111000 | 1000000 |
Color Harmonies of #8371D7
Complementary color
Monochromatic Colors of #8371D7
Black with #8371D7
Text Example
Text Example
White with #8371D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371D7; }
p { color: rgb(131,113,215); }
H1.HeaderClassName
{
color: #8371D7;
}
.AnyTagClassName
{
color: #8371D7;
}
</style>
background-color css
<style>
a { background-color: #8371D7; }
a { background-color: rgb(131,113,215); }
div.DivClassName
{
background-color: #8371D7;
}
.BgClassName
{
background-color: #8371D7;
}
</style>
border-color css
<style>
span { border-color: #8371D7; }
span { border-color: rgb(131,113,215); }
td.TdClassName
{
border-color: #8371D7;
}
.TagClassName
{
border-color: #8371D7;
}
</style>