Shades of Moody Blue #837DBE
Tints of Moody Blue #837DBE
RGB
CMYK
RGB Variations
Color information
#837DBE (or 0x837DBE) is known color: Moody Blue. HEX triplet: 83, 7D and BE. RGB value is (131,125,190). Sum of RGB (Red+Green+Blue) = 131+125+190=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #837DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DBE is #7C8241. Grayscale: #858585. Windows color (decimal): -8159810 or 12483971. OLE color: 12483971.
HSL color Cylindrical-coordinate representation of color #837DBE: hue angle of 245.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837DBE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 125 | 190 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 245.54º | 0.33% | 0.62% | - |
| HSV(B) | 245.54º | 0.34% | 0.75% | - |
| XYZ | 25.99 | 23.21 | 51.83 | - |
| YUV | 134.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 190 | 0.31 | 0.34 | 0 | 0.25 | 245.54 | 0.33 | 0.62 |
| Hex | 83 | 7D | BE | 1F | 22 | 0 | 19 | F6 | 21 | 3E |
| Octal | 203 | 175 | 276 | 37 | 42 | 0 | 31 | 366 | 41 | 76 |
| Binary | 10000011 | 1111101 | 10111110 | 11111 | 100010 | 0 | 11001 | 11110110 | 100001 | 111110 |
Color Harmonies of #837DBE
Complementary color
Monochromatic Colors of #837DBE
Black with #837DBE
Text Example
Text Example
White with #837DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837DBE; }
p { color: rgb(131,125,190); }
H1.HeaderClassName
{
color: #837DBE;
}
.AnyTagClassName
{
color: #837DBE;
}
</style>
background-color css
<style>
a { background-color: #837DBE; }
a { background-color: rgb(131,125,190); }
div.DivClassName
{
background-color: #837DBE;
}
.BgClassName
{
background-color: #837DBE;
}
</style>
border-color css
<style>
span { border-color: #837DBE; }
span { border-color: rgb(131,125,190); }
td.TdClassName
{
border-color: #837DBE;
}
.TagClassName
{
border-color: #837DBE;
}
</style>