Shades of Moody Blue #837BD9
Tints of Moody Blue #837BD9
RGB
CMYK
RGB Variations
Color information
#837BD9 (or 0x837BD9) is known color: Moody Blue. HEX triplet: 83, 7B and D9. RGB value is (131,123,217). Sum of RGB (Red+Green+Blue) = 131+123+217=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #837BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BD9 is #7C8426. Grayscale: #878787. Windows color (decimal): -8160295 or 14252931. OLE color: 14252931.
HSL color Cylindrical-coordinate representation of color #837BD9: hue angle of 245.11º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #837BD9 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 123 | 217 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.15 |
| HSL | 245.11º | 0.55% | 0.67% | - |
| HSV(B) | 245.11º | 0.43% | 0.85% | - |
| XYZ | 28.97 | 24 | 68.75 | - |
| YUV | 136.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 217 | 0.40 | 0.43 | 0 | 0.15 | 245.11 | 0.55 | 0.67 |
| Hex | 83 | 7B | D9 | 28 | 2B | 0 | F | F5 | 37 | 43 |
| Octal | 203 | 173 | 331 | 50 | 53 | 0 | 17 | 365 | 67 | 103 |
| Binary | 10000011 | 1111011 | 11011001 | 101000 | 101011 | 0 | 1111 | 11110101 | 110111 | 1000011 |
Color Harmonies of #837BD9
Complementary color
Monochromatic Colors of #837BD9
Black with #837BD9
Text Example
Text Example
White with #837BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BD9; }
p { color: rgb(131,123,217); }
H1.HeaderClassName
{
color: #837BD9;
}
.AnyTagClassName
{
color: #837BD9;
}
</style>
background-color css
<style>
a { background-color: #837BD9; }
a { background-color: rgb(131,123,217); }
div.DivClassName
{
background-color: #837BD9;
}
.BgClassName
{
background-color: #837BD9;
}
</style>
border-color css
<style>
span { border-color: #837BD9; }
span { border-color: rgb(131,123,217); }
td.TdClassName
{
border-color: #837BD9;
}
.TagClassName
{
border-color: #837BD9;
}
</style>