Shades of Moody Blue #837CDB
Tints of Moody Blue #837CDB
RGB
CMYK
RGB Variations
Color information
#837CDB (or 0x837CDB) is known color: Moody Blue. HEX triplet: 83, 7C and DB. RGB value is (131,124,219). Sum of RGB (Red+Green+Blue) = 131+124+219=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #837CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CDB is #7C8324. Grayscale: #888888. Windows color (decimal): -8160037 or 14384259. OLE color: 14384259.
HSL color Cylindrical-coordinate representation of color #837CDB: hue angle of 244.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #837CDB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 124 | 219 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.14 |
| HSL | 244.42º | 0.57% | 0.67% | - |
| HSV(B) | 244.42º | 0.43% | 0.86% | - |
| XYZ | 29.35 | 24.36 | 70.17 | - |
| YUV | 136.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 219 | 0.40 | 0.43 | 0 | 0.14 | 244.42 | 0.57 | 0.67 |
| Hex | 83 | 7C | DB | 28 | 2B | 0 | E | F4 | 39 | 43 |
| Octal | 203 | 174 | 333 | 50 | 53 | 0 | 16 | 364 | 71 | 103 |
| Binary | 10000011 | 1111100 | 11011011 | 101000 | 101011 | 0 | 1110 | 11110100 | 111001 | 1000011 |
Color Harmonies of #837CDB
Complementary color
Monochromatic Colors of #837CDB
Black with #837CDB
Text Example
Text Example
White with #837CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CDB; }
p { color: rgb(131,124,219); }
H1.HeaderClassName
{
color: #837CDB;
}
.AnyTagClassName
{
color: #837CDB;
}
</style>
background-color css
<style>
a { background-color: #837CDB; }
a { background-color: rgb(131,124,219); }
div.DivClassName
{
background-color: #837CDB;
}
.BgClassName
{
background-color: #837CDB;
}
</style>
border-color css
<style>
span { border-color: #837CDB; }
span { border-color: rgb(131,124,219); }
td.TdClassName
{
border-color: #837CDB;
}
.TagClassName
{
border-color: #837CDB;
}
</style>