Shades of Moody Blue #837EC2
Tints of Moody Blue #837EC2
RGB
CMYK
RGB Variations
Color information
#837EC2 (or 0x837EC2) is known color: Moody Blue. HEX triplet: 83, 7E and C2. RGB value is (131,126,194). Sum of RGB (Red+Green+Blue) = 131+126+194=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #837EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EC2 is #7C813D. Grayscale: #868686. Windows color (decimal): -8159550 or 12746371. OLE color: 12746371.
HSL color Cylindrical-coordinate representation of color #837EC2: hue angle of 244.41º degrees, saturation: 0.36, 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 #837EC2 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 126 | 194 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.24 |
| HSL | 244.41º | 0.36% | 0.63% | - |
| HSV(B) | 244.41º | 0.35% | 0.76% | - |
| XYZ | 26.56 | 23.64 | 54.2 | - |
| YUV | 135.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 194 | 0.32 | 0.35 | 0 | 0.24 | 244.41 | 0.36 | 0.63 |
| Hex | 83 | 7E | C2 | 20 | 23 | 0 | 18 | F4 | 24 | 3F |
| Octal | 203 | 176 | 302 | 40 | 43 | 0 | 30 | 364 | 44 | 77 |
| Binary | 10000011 | 1111110 | 11000010 | 100000 | 100011 | 0 | 11000 | 11110100 | 100100 | 111111 |
Color Harmonies of #837EC2
Complementary color
Monochromatic Colors of #837EC2
Black with #837EC2
Text Example
Text Example
White with #837EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837EC2; }
p { color: rgb(131,126,194); }
H1.HeaderClassName
{
color: #837EC2;
}
.AnyTagClassName
{
color: #837EC2;
}
</style>
background-color css
<style>
a { background-color: #837EC2; }
a { background-color: rgb(131,126,194); }
div.DivClassName
{
background-color: #837EC2;
}
.BgClassName
{
background-color: #837EC2;
}
</style>
border-color css
<style>
span { border-color: #837EC2; }
span { border-color: rgb(131,126,194); }
td.TdClassName
{
border-color: #837EC2;
}
.TagClassName
{
border-color: #837EC2;
}
</style>