Shades of Moody Blue #837ADB
Tints of Moody Blue #837ADB
RGB
CMYK
RGB Variations
Color information
#837ADB (or 0x837ADB) is known color: Moody Blue. HEX triplet: 83, 7A and DB. RGB value is (131,122,219). Sum of RGB (Red+Green+Blue) = 131+122+219=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #837ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ADB is #7C8524. Grayscale: #878787. Windows color (decimal): -8160549 or 14383747. OLE color: 14383747.
HSL color Cylindrical-coordinate representation of color #837ADB: hue angle of 245.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837ADB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 122 | 219 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.14 |
| HSL | 245.57º | 0.57% | 0.67% | - |
| HSV(B) | 245.57º | 0.44% | 0.86% | - |
| XYZ | 29.11 | 23.86 | 70.09 | - |
| YUV | 135.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 219 | 0.40 | 0.44 | 0 | 0.14 | 245.57 | 0.57 | 0.67 |
| Hex | 83 | 7A | DB | 28 | 2C | 0 | E | F6 | 39 | 43 |
| Octal | 203 | 172 | 333 | 50 | 54 | 0 | 16 | 366 | 71 | 103 |
| Binary | 10000011 | 1111010 | 11011011 | 101000 | 101100 | 0 | 1110 | 11110110 | 111001 | 1000011 |
Color Harmonies of #837ADB
Complementary color
Monochromatic Colors of #837ADB
Black with #837ADB
Text Example
Text Example
White with #837ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ADB; }
p { color: rgb(131,122,219); }
H1.HeaderClassName
{
color: #837ADB;
}
.AnyTagClassName
{
color: #837ADB;
}
</style>
background-color css
<style>
a { background-color: #837ADB; }
a { background-color: rgb(131,122,219); }
div.DivClassName
{
background-color: #837ADB;
}
.BgClassName
{
background-color: #837ADB;
}
</style>
border-color css
<style>
span { border-color: #837ADB; }
span { border-color: rgb(131,122,219); }
td.TdClassName
{
border-color: #837ADB;
}
.TagClassName
{
border-color: #837ADB;
}
</style>