Shades of Moody Blue #837BD0
Tints of Moody Blue #837BD0
RGB
CMYK
RGB Variations
Color information
#837BD0 (or 0x837BD0) is known color: Moody Blue. HEX triplet: 83, 7B and D0. RGB value is (131,123,208). Sum of RGB (Red+Green+Blue) = 131+123+208=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #837BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BD0 is #7C842F. Grayscale: #868686. Windows color (decimal): -8160304 or 13663107. OLE color: 13663107.
HSL color Cylindrical-coordinate representation of color #837BD0: hue angle of 245.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837BD0 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 123 | 208 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.18 |
| HSL | 245.65º | 0.47% | 0.65% | - |
| HSV(B) | 245.65º | 0.41% | 0.82% | - |
| XYZ | 27.83 | 23.55 | 62.75 | - |
| YUV | 135.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 208 | 0.37 | 0.41 | 0 | 0.18 | 245.65 | 0.47 | 0.65 |
| Hex | 83 | 7B | D0 | 25 | 29 | 0 | 12 | F6 | 2F | 41 |
| Octal | 203 | 173 | 320 | 45 | 51 | 0 | 22 | 366 | 57 | 101 |
| Binary | 10000011 | 1111011 | 11010000 | 100101 | 101001 | 0 | 10010 | 11110110 | 101111 | 1000001 |
Color Harmonies of #837BD0
Complementary color
Monochromatic Colors of #837BD0
Black with #837BD0
Text Example
Text Example
White with #837BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BD0; }
p { color: rgb(131,123,208); }
H1.HeaderClassName
{
color: #837BD0;
}
.AnyTagClassName
{
color: #837BD0;
}
</style>
background-color css
<style>
a { background-color: #837BD0; }
a { background-color: rgb(131,123,208); }
div.DivClassName
{
background-color: #837BD0;
}
.BgClassName
{
background-color: #837BD0;
}
</style>
border-color css
<style>
span { border-color: #837BD0; }
span { border-color: rgb(131,123,208); }
td.TdClassName
{
border-color: #837BD0;
}
.TagClassName
{
border-color: #837BD0;
}
</style>