Shades of Moody Blue #8371B9
Tints of Moody Blue #8371B9
RGB
CMYK
RGB Variations
Color information
#8371B9 (or 0x8371B9) is known color: Moody Blue. HEX triplet: 83, 71 and B9. RGB value is (131,113,185). Sum of RGB (Red+Green+Blue) = 131+113+185=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #8371B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371B9 is #7C8E46. Grayscale: #7E7E7E. Windows color (decimal): -8162887 or 12153219. OLE color: 12153219.
HSL color Cylindrical-coordinate representation of color #8371B9: hue angle of 255º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8371B9 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 113 | 185 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.27 |
| HSL | 255º | 0.34% | 0.58% | - |
| HSV(B) | 255º | 0.39% | 0.73% | - |
| XYZ | 24.02 | 20.14 | 48.52 | - |
| YUV | 126.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 185 | 0.29 | 0.39 | 0 | 0.27 | 255 | 0.34 | 0.58 |
| Hex | 83 | 71 | B9 | 1D | 27 | 0 | 1B | FF | 22 | 3A |
| Octal | 203 | 161 | 271 | 35 | 47 | 0 | 33 | 377 | 42 | 72 |
| Binary | 10000011 | 1110001 | 10111001 | 11101 | 100111 | 0 | 11011 | 11111111 | 100010 | 111010 |
Color Harmonies of #8371B9
Complementary color
Monochromatic Colors of #8371B9
Black with #8371B9
Text Example
Text Example
White with #8371B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371B9; }
p { color: rgb(131,113,185); }
H1.HeaderClassName
{
color: #8371B9;
}
.AnyTagClassName
{
color: #8371B9;
}
</style>
background-color css
<style>
a { background-color: #8371B9; }
a { background-color: rgb(131,113,185); }
div.DivClassName
{
background-color: #8371B9;
}
.BgClassName
{
background-color: #8371B9;
}
</style>
border-color css
<style>
span { border-color: #8371B9; }
span { border-color: rgb(131,113,185); }
td.TdClassName
{
border-color: #8371B9;
}
.TagClassName
{
border-color: #8371B9;
}
</style>