Shades of Moody Blue #837BCF
Tints of Moody Blue #837BCF
RGB
CMYK
RGB Variations
Color information
#837BCF (or 0x837BCF) is known color: Moody Blue. HEX triplet: 83, 7B and CF. RGB value is (131,123,207). Sum of RGB (Red+Green+Blue) = 131+123+207=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #837BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCF is #7C8430. Grayscale: #868686. Windows color (decimal): -8160305 or 13597571. OLE color: 13597571.
HSL color Cylindrical-coordinate representation of color #837BCF: hue angle of 245.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837BCF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 123 | 207 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.19 |
| HSL | 245.71º | 0.47% | 0.65% | - |
| HSV(B) | 245.71º | 0.41% | 0.81% | - |
| XYZ | 27.71 | 23.5 | 62.11 | - |
| YUV | 134.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 207 | 0.37 | 0.41 | 0 | 0.19 | 245.71 | 0.47 | 0.65 |
| Hex | 83 | 7B | CF | 25 | 29 | 0 | 13 | F6 | 2F | 41 |
| Octal | 203 | 173 | 317 | 45 | 51 | 0 | 23 | 366 | 57 | 101 |
| Binary | 10000011 | 1111011 | 11001111 | 100101 | 101001 | 0 | 10011 | 11110110 | 101111 | 1000001 |
Color Harmonies of #837BCF
Complementary color
Monochromatic Colors of #837BCF
Black with #837BCF
Text Example
Text Example
White with #837BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BCF; }
p { color: rgb(131,123,207); }
H1.HeaderClassName
{
color: #837BCF;
}
.AnyTagClassName
{
color: #837BCF;
}
</style>
background-color css
<style>
a { background-color: #837BCF; }
a { background-color: rgb(131,123,207); }
div.DivClassName
{
background-color: #837BCF;
}
.BgClassName
{
background-color: #837BCF;
}
</style>
border-color css
<style>
span { border-color: #837BCF; }
span { border-color: rgb(131,123,207); }
td.TdClassName
{
border-color: #837BCF;
}
.TagClassName
{
border-color: #837BCF;
}
</style>