Shades of Moody Blue #837ADE
Tints of Moody Blue #837ADE
RGB
CMYK
RGB Variations
Color information
#837ADE (or 0x837ADE) is known color: Moody Blue. HEX triplet: 83, 7A and DE. RGB value is (131,122,222). Sum of RGB (Red+Green+Blue) = 131+122+222=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #837ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ADE is #7C8521. Grayscale: #878787. Windows color (decimal): -8160546 or 14580355. OLE color: 14580355.
HSL color Cylindrical-coordinate representation of color #837ADE: hue angle of 245.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #837ADE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 122 | 222 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.13 |
| HSL | 245.4º | 0.6% | 0.67% | - |
| HSV(B) | 245.4º | 0.45% | 0.87% | - |
| XYZ | 29.5 | 24.02 | 72.19 | - |
| YUV | 136.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 222 | 0.41 | 0.45 | 0 | 0.13 | 245.4 | 0.6 | 0.67 |
| Hex | 83 | 7A | DE | 29 | 2D | 0 | D | F5 | 3C | 43 |
| Octal | 203 | 172 | 336 | 51 | 55 | 0 | 15 | 365 | 74 | 103 |
| Binary | 10000011 | 1111010 | 11011110 | 101001 | 101101 | 0 | 1101 | 11110101 | 111100 | 1000011 |
Color Harmonies of #837ADE
Complementary color
Monochromatic Colors of #837ADE
Black with #837ADE
Text Example
Text Example
White with #837ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ADE; }
p { color: rgb(131,122,222); }
H1.HeaderClassName
{
color: #837ADE;
}
.AnyTagClassName
{
color: #837ADE;
}
</style>
background-color css
<style>
a { background-color: #837ADE; }
a { background-color: rgb(131,122,222); }
div.DivClassName
{
background-color: #837ADE;
}
.BgClassName
{
background-color: #837ADE;
}
</style>
border-color css
<style>
span { border-color: #837ADE; }
span { border-color: rgb(131,122,222); }
td.TdClassName
{
border-color: #837ADE;
}
.TagClassName
{
border-color: #837ADE;
}
</style>