Shades of Moody Blue #837BDA
Tints of Moody Blue #837BDA
RGB
CMYK
RGB Variations
Color information
#837BDA (or 0x837BDA) is known color: Moody Blue. HEX triplet: 83, 7B and DA. RGB value is (131,123,218). Sum of RGB (Red+Green+Blue) = 131+123+218=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #837BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BDA is #7C8425. Grayscale: #878787. Windows color (decimal): -8160294 or 14318467. OLE color: 14318467.
HSL color Cylindrical-coordinate representation of color #837BDA: hue angle of 245.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837BDA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 123 | 218 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.15 |
| HSL | 245.05º | 0.56% | 0.67% | - |
| HSV(B) | 245.05º | 0.44% | 0.85% | - |
| XYZ | 29.1 | 24.05 | 69.44 | - |
| YUV | 136.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 218 | 0.40 | 0.44 | 0 | 0.15 | 245.05 | 0.56 | 0.67 |
| Hex | 83 | 7B | DA | 28 | 2C | 0 | F | F5 | 38 | 43 |
| Octal | 203 | 173 | 332 | 50 | 54 | 0 | 17 | 365 | 70 | 103 |
| Binary | 10000011 | 1111011 | 11011010 | 101000 | 101100 | 0 | 1111 | 11110101 | 111000 | 1000011 |
Color Harmonies of #837BDA
Complementary color
Monochromatic Colors of #837BDA
Black with #837BDA
Text Example
Text Example
White with #837BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BDA; }
p { color: rgb(131,123,218); }
H1.HeaderClassName
{
color: #837BDA;
}
.AnyTagClassName
{
color: #837BDA;
}
</style>
background-color css
<style>
a { background-color: #837BDA; }
a { background-color: rgb(131,123,218); }
div.DivClassName
{
background-color: #837BDA;
}
.BgClassName
{
background-color: #837BDA;
}
</style>
border-color css
<style>
span { border-color: #837BDA; }
span { border-color: rgb(131,123,218); }
td.TdClassName
{
border-color: #837BDA;
}
.TagClassName
{
border-color: #837BDA;
}
</style>