Shades of Moody Blue #8372DB
Tints of Moody Blue #8372DB
RGB
CMYK
RGB Variations
Color information
#8372DB (or 0x8372DB) is known color: Moody Blue. HEX triplet: 83, 72 and DB. RGB value is (131,114,219). Sum of RGB (Red+Green+Blue) = 131+114+219=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8372DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DB is #7C8D24. Grayscale: #828282. Windows color (decimal): -8162597 or 14381699. OLE color: 14381699.
HSL color Cylindrical-coordinate representation of color #8372DB: hue angle of 249.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8372DB is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 114 | 219 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.14 |
| HSL | 249.71º | 0.59% | 0.65% | - |
| HSV(B) | 249.71º | 0.48% | 0.86% | - |
| XYZ | 28.16 | 21.97 | 69.77 | - |
| YUV | 131.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 219 | 0.40 | 0.48 | 0 | 0.14 | 249.71 | 0.59 | 0.65 |
| Hex | 83 | 72 | DB | 28 | 30 | 0 | E | FA | 3B | 41 |
| Octal | 203 | 162 | 333 | 50 | 60 | 0 | 16 | 372 | 73 | 101 |
| Binary | 10000011 | 1110010 | 11011011 | 101000 | 110000 | 0 | 1110 | 11111010 | 111011 | 1000001 |
Color Harmonies of #8372DB
Complementary color
Monochromatic Colors of #8372DB
Black with #8372DB
Text Example
Text Example
White with #8372DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372DB; }
p { color: rgb(131,114,219); }
H1.HeaderClassName
{
color: #8372DB;
}
.AnyTagClassName
{
color: #8372DB;
}
</style>
background-color css
<style>
a { background-color: #8372DB; }
a { background-color: rgb(131,114,219); }
div.DivClassName
{
background-color: #8372DB;
}
.BgClassName
{
background-color: #8372DB;
}
</style>
border-color css
<style>
span { border-color: #8372DB; }
span { border-color: rgb(131,114,219); }
td.TdClassName
{
border-color: #8372DB;
}
.TagClassName
{
border-color: #8372DB;
}
</style>