Shades of Moody Blue #8372D7
Tints of Moody Blue #8372D7
RGB
CMYK
RGB Variations
Color information
#8372D7 (or 0x8372D7) is known color: Moody Blue. HEX triplet: 83, 72 and D7. RGB value is (131,114,215). Sum of RGB (Red+Green+Blue) = 131+114+215=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #8372D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372D7 is #7C8D28. Grayscale: #828282. Windows color (decimal): -8162601 or 14119555. OLE color: 14119555.
HSL color Cylindrical-coordinate representation of color #8372D7: hue angle of 250.1º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8372D7 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 114 | 215 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.16 |
| HSL | 250.1º | 0.56% | 0.65% | - |
| HSV(B) | 250.1º | 0.47% | 0.84% | - |
| XYZ | 27.64 | 21.77 | 67.03 | - |
| YUV | 130.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 215 | 0.39 | 0.47 | 0 | 0.16 | 250.1 | 0.56 | 0.65 |
| Hex | 83 | 72 | D7 | 27 | 2F | 0 | 10 | FA | 38 | 41 |
| Octal | 203 | 162 | 327 | 47 | 57 | 0 | 20 | 372 | 70 | 101 |
| Binary | 10000011 | 1110010 | 11010111 | 100111 | 101111 | 0 | 10000 | 11111010 | 111000 | 1000001 |
Color Harmonies of #8372D7
Complementary color
Monochromatic Colors of #8372D7
Black with #8372D7
Text Example
Text Example
White with #8372D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372D7; }
p { color: rgb(131,114,215); }
H1.HeaderClassName
{
color: #8372D7;
}
.AnyTagClassName
{
color: #8372D7;
}
</style>
background-color css
<style>
a { background-color: #8372D7; }
a { background-color: rgb(131,114,215); }
div.DivClassName
{
background-color: #8372D7;
}
.BgClassName
{
background-color: #8372D7;
}
</style>
border-color css
<style>
span { border-color: #8372D7; }
span { border-color: rgb(131,114,215); }
td.TdClassName
{
border-color: #8372D7;
}
.TagClassName
{
border-color: #8372D7;
}
</style>