Shades of Moody Blue #8373BE
Tints of Moody Blue #8373BE
RGB
CMYK
RGB Variations
Color information
#8373BE (or 0x8373BE) is known color: Moody Blue. HEX triplet: 83, 73 and BE. RGB value is (131,115,190). Sum of RGB (Red+Green+Blue) = 131+115+190=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8373BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373BE is #7C8C41. Grayscale: #808080. Windows color (decimal): -8162370 or 12481411. OLE color: 12481411.
HSL color Cylindrical-coordinate representation of color #8373BE: hue angle of 252.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8373BE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 115 | 190 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.25 |
| HSL | 252.8º | 0.37% | 0.6% | - |
| HSV(B) | 252.8º | 0.39% | 0.75% | - |
| XYZ | 24.79 | 20.8 | 51.42 | - |
| YUV | 128.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 190 | 0.31 | 0.39 | 0 | 0.25 | 252.8 | 0.37 | 0.6 |
| Hex | 83 | 73 | BE | 1F | 27 | 0 | 19 | FD | 25 | 3C |
| Octal | 203 | 163 | 276 | 37 | 47 | 0 | 31 | 375 | 45 | 74 |
| Binary | 10000011 | 1110011 | 10111110 | 11111 | 100111 | 0 | 11001 | 11111101 | 100101 | 111100 |
Color Harmonies of #8373BE
Complementary color
Monochromatic Colors of #8373BE
Black with #8373BE
Text Example
Text Example
White with #8373BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373BE; }
p { color: rgb(131,115,190); }
H1.HeaderClassName
{
color: #8373BE;
}
.AnyTagClassName
{
color: #8373BE;
}
</style>
background-color css
<style>
a { background-color: #8373BE; }
a { background-color: rgb(131,115,190); }
div.DivClassName
{
background-color: #8373BE;
}
.BgClassName
{
background-color: #8373BE;
}
</style>
border-color css
<style>
span { border-color: #8373BE; }
span { border-color: rgb(131,115,190); }
td.TdClassName
{
border-color: #8373BE;
}
.TagClassName
{
border-color: #8373BE;
}
</style>