Shades of Moody Blue #837FDB
Tints of Moody Blue #837FDB
RGB
CMYK
RGB Variations
Color information
#837FDB (or 0x837FDB) is known color: Moody Blue. HEX triplet: 83, 7F and DB. RGB value is (131,127,219). Sum of RGB (Red+Green+Blue) = 131+127+219=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #837FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FDB is #7C8024. Grayscale: #8A8A8A. Windows color (decimal): -8159269 or 14385027. OLE color: 14385027.
HSL color Cylindrical-coordinate representation of color #837FDB: hue angle of 242.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #837FDB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 127 | 219 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.14 |
| HSL | 242.61º | 0.56% | 0.68% | - |
| HSV(B) | 242.61º | 0.42% | 0.86% | - |
| XYZ | 29.74 | 25.12 | 70.3 | - |
| YUV | 138.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 219 | 0.40 | 0.42 | 0 | 0.14 | 242.61 | 0.56 | 0.68 |
| Hex | 83 | 7F | DB | 28 | 2A | 0 | E | F3 | 38 | 44 |
| Octal | 203 | 177 | 333 | 50 | 52 | 0 | 16 | 363 | 70 | 104 |
| Binary | 10000011 | 1111111 | 11011011 | 101000 | 101010 | 0 | 1110 | 11110011 | 111000 | 1000100 |
Color Harmonies of #837FDB
Complementary color
Monochromatic Colors of #837FDB
Black with #837FDB
Text Example
Text Example
White with #837FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FDB; }
p { color: rgb(131,127,219); }
H1.HeaderClassName
{
color: #837FDB;
}
.AnyTagClassName
{
color: #837FDB;
}
</style>
background-color css
<style>
a { background-color: #837FDB; }
a { background-color: rgb(131,127,219); }
div.DivClassName
{
background-color: #837FDB;
}
.BgClassName
{
background-color: #837FDB;
}
</style>
border-color css
<style>
span { border-color: #837FDB; }
span { border-color: rgb(131,127,219); }
td.TdClassName
{
border-color: #837FDB;
}
.TagClassName
{
border-color: #837FDB;
}
</style>