Shades of Moody Blue #837EC1
Tints of Moody Blue #837EC1
RGB
CMYK
RGB Variations
Color information
#837EC1 (or 0x837EC1) is known color: Moody Blue. HEX triplet: 83, 7E and C1. RGB value is (131,126,193). Sum of RGB (Red+Green+Blue) = 131+126+193=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #837EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EC1 is #7C813E. Grayscale: #868686. Windows color (decimal): -8159551 or 12680835. OLE color: 12680835.
HSL color Cylindrical-coordinate representation of color #837EC1: hue angle of 244.48º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837EC1 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 126 | 193 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.24 |
| HSL | 244.48º | 0.35% | 0.63% | - |
| HSV(B) | 244.48º | 0.35% | 0.76% | - |
| XYZ | 26.45 | 23.6 | 53.61 | - |
| YUV | 135.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 193 | 0.32 | 0.35 | 0 | 0.24 | 244.48 | 0.35 | 0.63 |
| Hex | 83 | 7E | C1 | 20 | 23 | 0 | 18 | F4 | 23 | 3F |
| Octal | 203 | 176 | 301 | 40 | 43 | 0 | 30 | 364 | 43 | 77 |
| Binary | 10000011 | 1111110 | 11000001 | 100000 | 100011 | 0 | 11000 | 11110100 | 100011 | 111111 |
Color Harmonies of #837EC1
Complementary color
Monochromatic Colors of #837EC1
Black with #837EC1
Text Example
Text Example
White with #837EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837EC1; }
p { color: rgb(131,126,193); }
H1.HeaderClassName
{
color: #837EC1;
}
.AnyTagClassName
{
color: #837EC1;
}
</style>
background-color css
<style>
a { background-color: #837EC1; }
a { background-color: rgb(131,126,193); }
div.DivClassName
{
background-color: #837EC1;
}
.BgClassName
{
background-color: #837EC1;
}
</style>
border-color css
<style>
span { border-color: #837EC1; }
span { border-color: rgb(131,126,193); }
td.TdClassName
{
border-color: #837EC1;
}
.TagClassName
{
border-color: #837EC1;
}
</style>