Shades of Moody Blue #8371D0
Tints of Moody Blue #8371D0
RGB
CMYK
RGB Variations
Color information
#8371D0 (or 0x8371D0) is known color: Moody Blue. HEX triplet: 83, 71 and D0. RGB value is (131,113,208). Sum of RGB (Red+Green+Blue) = 131+113+208=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #8371D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371D0 is #7C8E2F. Grayscale: #808080. Windows color (decimal): -8162864 or 13660547. OLE color: 13660547.
HSL color Cylindrical-coordinate representation of color #8371D0: hue angle of 251.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8371D0 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 113 | 208 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.18 |
| HSL | 251.37º | 0.5% | 0.63% | - |
| HSV(B) | 251.37º | 0.46% | 0.82% | - |
| XYZ | 26.65 | 21.19 | 62.36 | - |
| YUV | 129.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 208 | 0.37 | 0.46 | 0 | 0.18 | 251.37 | 0.5 | 0.63 |
| Hex | 83 | 71 | D0 | 25 | 2E | 0 | 12 | FB | 32 | 3F |
| Octal | 203 | 161 | 320 | 45 | 56 | 0 | 22 | 373 | 62 | 77 |
| Binary | 10000011 | 1110001 | 11010000 | 100101 | 101110 | 0 | 10010 | 11111011 | 110010 | 111111 |
Color Harmonies of #8371D0
Complementary color
Monochromatic Colors of #8371D0
Black with #8371D0
Text Example
Text Example
White with #8371D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371D0; }
p { color: rgb(131,113,208); }
H1.HeaderClassName
{
color: #8371D0;
}
.AnyTagClassName
{
color: #8371D0;
}
</style>
background-color css
<style>
a { background-color: #8371D0; }
a { background-color: rgb(131,113,208); }
div.DivClassName
{
background-color: #8371D0;
}
.BgClassName
{
background-color: #8371D0;
}
</style>
border-color css
<style>
span { border-color: #8371D0; }
span { border-color: rgb(131,113,208); }
td.TdClassName
{
border-color: #8371D0;
}
.TagClassName
{
border-color: #8371D0;
}
</style>