Shades of Moody Blue #8371BB
Tints of Moody Blue #8371BB
RGB
CMYK
RGB Variations
Color information
#8371BB (or 0x8371BB) is known color: Moody Blue. HEX triplet: 83, 71 and BB. RGB value is (131,113,187). Sum of RGB (Red+Green+Blue) = 131+113+187=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #8371BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371BB is #7C8E44. Grayscale: #7E7E7E. Windows color (decimal): -8162885 or 12284291. OLE color: 12284291.
HSL color Cylindrical-coordinate representation of color #8371BB: hue angle of 254.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8371BB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 113 | 187 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.27 |
| HSL | 254.59º | 0.35% | 0.59% | - |
| HSV(B) | 254.59º | 0.4% | 0.73% | - |
| XYZ | 24.23 | 20.22 | 49.64 | - |
| YUV | 126.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 187 | 0.30 | 0.40 | 0 | 0.27 | 254.59 | 0.35 | 0.59 |
| Hex | 83 | 71 | BB | 1E | 28 | 0 | 1B | FF | 23 | 3B |
| Octal | 203 | 161 | 273 | 36 | 50 | 0 | 33 | 377 | 43 | 73 |
| Binary | 10000011 | 1110001 | 10111011 | 11110 | 101000 | 0 | 11011 | 11111111 | 100011 | 111011 |
Color Harmonies of #8371BB
Complementary color
Monochromatic Colors of #8371BB
Black with #8371BB
Text Example
Text Example
White with #8371BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371BB; }
p { color: rgb(131,113,187); }
H1.HeaderClassName
{
color: #8371BB;
}
.AnyTagClassName
{
color: #8371BB;
}
</style>
background-color css
<style>
a { background-color: #8371BB; }
a { background-color: rgb(131,113,187); }
div.DivClassName
{
background-color: #8371BB;
}
.BgClassName
{
background-color: #8371BB;
}
</style>
border-color css
<style>
span { border-color: #8371BB; }
span { border-color: rgb(131,113,187); }
td.TdClassName
{
border-color: #8371BB;
}
.TagClassName
{
border-color: #8371BB;
}
</style>