Shades of Moody Blue #8373D6
Tints of Moody Blue #8373D6
RGB
CMYK
RGB Variations
Color information
#8373D6 (or 0x8373D6) is known color: Moody Blue. HEX triplet: 83, 73 and D6. RGB value is (131,115,214). Sum of RGB (Red+Green+Blue) = 131+115+214=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #8373D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373D6 is #7C8C29. Grayscale: #828282. Windows color (decimal): -8162346 or 14054275. OLE color: 14054275.
HSL color Cylindrical-coordinate representation of color #8373D6: hue angle of 249.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8373D6 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 115 | 214 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.16 |
| HSL | 249.7º | 0.55% | 0.65% | - |
| HSV(B) | 249.7º | 0.46% | 0.84% | - |
| XYZ | 27.63 | 21.94 | 66.4 | - |
| YUV | 131.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 214 | 0.39 | 0.46 | 0 | 0.16 | 249.7 | 0.55 | 0.65 |
| Hex | 83 | 73 | D6 | 27 | 2E | 0 | 10 | FA | 37 | 41 |
| Octal | 203 | 163 | 326 | 47 | 56 | 0 | 20 | 372 | 67 | 101 |
| Binary | 10000011 | 1110011 | 11010110 | 100111 | 101110 | 0 | 10000 | 11111010 | 110111 | 1000001 |
Color Harmonies of #8373D6
Complementary color
Monochromatic Colors of #8373D6
Black with #8373D6
Text Example
Text Example
White with #8373D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373D6; }
p { color: rgb(131,115,214); }
H1.HeaderClassName
{
color: #8373D6;
}
.AnyTagClassName
{
color: #8373D6;
}
</style>
background-color css
<style>
a { background-color: #8373D6; }
a { background-color: rgb(131,115,214); }
div.DivClassName
{
background-color: #8373D6;
}
.BgClassName
{
background-color: #8373D6;
}
</style>
border-color css
<style>
span { border-color: #8373D6; }
span { border-color: rgb(131,115,214); }
td.TdClassName
{
border-color: #8373D6;
}
.TagClassName
{
border-color: #8373D6;
}
</style>