Shades of Moody Blue #837DDB
Tints of Moody Blue #837DDB
RGB
CMYK
RGB Variations
Color information
#837DDB (or 0x837DDB) is known color: Moody Blue. HEX triplet: 83, 7D and DB. RGB value is (131,125,219). Sum of RGB (Red+Green+Blue) = 131+125+219=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #837DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DDB is #7C8224. Grayscale: #898989. Windows color (decimal): -8159781 or 14384515. OLE color: 14384515.
HSL color Cylindrical-coordinate representation of color #837DDB: hue angle of 243.83º 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 #837DDB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 125 | 219 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.14 |
| HSL | 243.83º | 0.57% | 0.67% | - |
| HSV(B) | 243.83º | 0.43% | 0.86% | - |
| XYZ | 29.48 | 24.61 | 70.21 | - |
| YUV | 137.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 219 | 0.40 | 0.43 | 0 | 0.14 | 243.83 | 0.57 | 0.67 |
| Hex | 83 | 7D | DB | 28 | 2B | 0 | E | F4 | 39 | 43 |
| Octal | 203 | 175 | 333 | 50 | 53 | 0 | 16 | 364 | 71 | 103 |
| Binary | 10000011 | 1111101 | 11011011 | 101000 | 101011 | 0 | 1110 | 11110100 | 111001 | 1000011 |
Color Harmonies of #837DDB
Complementary color
Monochromatic Colors of #837DDB
Black with #837DDB
Text Example
Text Example
White with #837DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837DDB; }
p { color: rgb(131,125,219); }
H1.HeaderClassName
{
color: #837DDB;
}
.AnyTagClassName
{
color: #837DDB;
}
</style>
background-color css
<style>
a { background-color: #837DDB; }
a { background-color: rgb(131,125,219); }
div.DivClassName
{
background-color: #837DDB;
}
.BgClassName
{
background-color: #837DDB;
}
</style>
border-color css
<style>
span { border-color: #837DDB; }
span { border-color: rgb(131,125,219); }
td.TdClassName
{
border-color: #837DDB;
}
.TagClassName
{
border-color: #837DDB;
}
</style>