Shades of Moody Blue #8373DA
Tints of Moody Blue #8373DA
RGB
CMYK
RGB Variations
Color information
#8373DA (or 0x8373DA) is known color: Moody Blue. HEX triplet: 83, 73 and DA. RGB value is (131,115,218). Sum of RGB (Red+Green+Blue) = 131+115+218=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #8373DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373DA is #7C8C25. Grayscale: #838383. Windows color (decimal): -8162342 or 14316419. OLE color: 14316419.
HSL color Cylindrical-coordinate representation of color #8373DA: hue angle of 249.32º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8373DA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 115 | 218 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.15 |
| HSL | 249.32º | 0.58% | 0.65% | - |
| HSV(B) | 249.32º | 0.47% | 0.85% | - |
| XYZ | 28.15 | 22.15 | 69.12 | - |
| YUV | 131.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 218 | 0.40 | 0.47 | 0 | 0.15 | 249.32 | 0.58 | 0.65 |
| Hex | 83 | 73 | DA | 28 | 2F | 0 | F | F9 | 3A | 41 |
| Octal | 203 | 163 | 332 | 50 | 57 | 0 | 17 | 371 | 72 | 101 |
| Binary | 10000011 | 1110011 | 11011010 | 101000 | 101111 | 0 | 1111 | 11111001 | 111010 | 1000001 |
Color Harmonies of #8373DA
Complementary color
Monochromatic Colors of #8373DA
Black with #8373DA
Text Example
Text Example
White with #8373DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373DA; }
p { color: rgb(131,115,218); }
H1.HeaderClassName
{
color: #8373DA;
}
.AnyTagClassName
{
color: #8373DA;
}
</style>
background-color css
<style>
a { background-color: #8373DA; }
a { background-color: rgb(131,115,218); }
div.DivClassName
{
background-color: #8373DA;
}
.BgClassName
{
background-color: #8373DA;
}
</style>
border-color css
<style>
span { border-color: #8373DA; }
span { border-color: rgb(131,115,218); }
td.TdClassName
{
border-color: #8373DA;
}
.TagClassName
{
border-color: #8373DA;
}
</style>