Shades of Moody Blue #837EC8
Tints of Moody Blue #837EC8
RGB
CMYK
RGB Variations
Color information
#837EC8 (or 0x837EC8) is known color: Moody Blue. HEX triplet: 83, 7E and C8. RGB value is (131,126,200). Sum of RGB (Red+Green+Blue) = 131+126+200=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #837EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EC8 is #7C8137. Grayscale: #878787. Windows color (decimal): -8159544 or 13139587. OLE color: 13139587.
HSL color Cylindrical-coordinate representation of color #837EC8: hue angle of 244.05º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #837EC8 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 126 | 200 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.22 |
| HSL | 244.05º | 0.4% | 0.64% | - |
| HSV(B) | 244.05º | 0.37% | 0.78% | - |
| XYZ | 27.25 | 23.92 | 57.82 | - |
| YUV | 135.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 200 | 0.34 | 0.37 | 0 | 0.22 | 244.05 | 0.4 | 0.64 |
| Hex | 83 | 7E | C8 | 22 | 25 | 0 | 16 | F4 | 28 | 40 |
| Octal | 203 | 176 | 310 | 42 | 45 | 0 | 26 | 364 | 50 | 100 |
| Binary | 10000011 | 1111110 | 11001000 | 100010 | 100101 | 0 | 10110 | 11110100 | 101000 | 1000000 |
Color Harmonies of #837EC8
Complementary color
Monochromatic Colors of #837EC8
Black with #837EC8
Text Example
Text Example
White with #837EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837EC8; }
p { color: rgb(131,126,200); }
H1.HeaderClassName
{
color: #837EC8;
}
.AnyTagClassName
{
color: #837EC8;
}
</style>
background-color css
<style>
a { background-color: #837EC8; }
a { background-color: rgb(131,126,200); }
div.DivClassName
{
background-color: #837EC8;
}
.BgClassName
{
background-color: #837EC8;
}
</style>
border-color css
<style>
span { border-color: #837EC8; }
span { border-color: rgb(131,126,200); }
td.TdClassName
{
border-color: #837EC8;
}
.TagClassName
{
border-color: #837EC8;
}
</style>