Shades of Moody Blue #8371BC
Tints of Moody Blue #8371BC
RGB
CMYK
RGB Variations
Color information
#8371BC (or 0x8371BC) is known color: Moody Blue. HEX triplet: 83, 71 and BC. RGB value is (131,113,188). Sum of RGB (Red+Green+Blue) = 131+113+188=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #8371BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371BC is #7C8E43. Grayscale: #7E7E7E. Windows color (decimal): -8162884 or 12349827. OLE color: 12349827.
HSL color Cylindrical-coordinate representation of color #8371BC: hue angle of 254.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8371BC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 113 | 188 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.26 |
| HSL | 254.4º | 0.36% | 0.59% | - |
| HSV(B) | 254.4º | 0.4% | 0.74% | - |
| XYZ | 24.34 | 20.27 | 50.21 | - |
| YUV | 126.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 188 | 0.30 | 0.40 | 0 | 0.26 | 254.4 | 0.36 | 0.59 |
| Hex | 83 | 71 | BC | 1E | 28 | 0 | 1A | FE | 24 | 3B |
| Octal | 203 | 161 | 274 | 36 | 50 | 0 | 32 | 376 | 44 | 73 |
| Binary | 10000011 | 1110001 | 10111100 | 11110 | 101000 | 0 | 11010 | 11111110 | 100100 | 111011 |
Color Harmonies of #8371BC
Complementary color
Monochromatic Colors of #8371BC
Black with #8371BC
Text Example
Text Example
White with #8371BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371BC; }
p { color: rgb(131,113,188); }
H1.HeaderClassName
{
color: #8371BC;
}
.AnyTagClassName
{
color: #8371BC;
}
</style>
background-color css
<style>
a { background-color: #8371BC; }
a { background-color: rgb(131,113,188); }
div.DivClassName
{
background-color: #8371BC;
}
.BgClassName
{
background-color: #8371BC;
}
</style>
border-color css
<style>
span { border-color: #8371BC; }
span { border-color: rgb(131,113,188); }
td.TdClassName
{
border-color: #8371BC;
}
.TagClassName
{
border-color: #8371BC;
}
</style>