Shades of Moody Blue #8372D4
Tints of Moody Blue #8372D4
RGB
CMYK
RGB Variations
Color information
#8372D4 (or 0x8372D4) is known color: Moody Blue. HEX triplet: 83, 72 and D4. RGB value is (131,114,212). Sum of RGB (Red+Green+Blue) = 131+114+212=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #8372D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372D4 is #7C8D2B. Grayscale: #818181. Windows color (decimal): -8162604 or 13922947. OLE color: 13922947.
HSL color Cylindrical-coordinate representation of color #8372D4: hue angle of 250.41º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8372D4 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 114 | 212 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.17 |
| HSL | 250.41º | 0.53% | 0.64% | - |
| HSV(B) | 250.41º | 0.46% | 0.83% | - |
| XYZ | 27.26 | 21.61 | 65.02 | - |
| YUV | 130.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 212 | 0.38 | 0.46 | 0 | 0.17 | 250.41 | 0.53 | 0.64 |
| Hex | 83 | 72 | D4 | 26 | 2E | 0 | 11 | FA | 35 | 40 |
| Octal | 203 | 162 | 324 | 46 | 56 | 0 | 21 | 372 | 65 | 100 |
| Binary | 10000011 | 1110010 | 11010100 | 100110 | 101110 | 0 | 10001 | 11111010 | 110101 | 1000000 |
Color Harmonies of #8372D4
Complementary color
Monochromatic Colors of #8372D4
Black with #8372D4
Text Example
Text Example
White with #8372D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372D4; }
p { color: rgb(131,114,212); }
H1.HeaderClassName
{
color: #8372D4;
}
.AnyTagClassName
{
color: #8372D4;
}
</style>
background-color css
<style>
a { background-color: #8372D4; }
a { background-color: rgb(131,114,212); }
div.DivClassName
{
background-color: #8372D4;
}
.BgClassName
{
background-color: #8372D4;
}
</style>
border-color css
<style>
span { border-color: #8372D4; }
span { border-color: rgb(131,114,212); }
td.TdClassName
{
border-color: #8372D4;
}
.TagClassName
{
border-color: #8372D4;
}
</style>