Shades of Moody Blue #837DBB
Tints of Moody Blue #837DBB
RGB
CMYK
RGB Variations
Color information
#837DBB (or 0x837DBB) is known color: Moody Blue. HEX triplet: 83, 7D and BB. RGB value is (131,125,187). Sum of RGB (Red+Green+Blue) = 131+125+187=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #837DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DBB is #7C8244. Grayscale: #858585. Windows color (decimal): -8159813 or 12287363. OLE color: 12287363.
HSL color Cylindrical-coordinate representation of color #837DBB: hue angle of 245.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837DBB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 125 | 187 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.27 |
| HSL | 245.81º | 0.31% | 0.61% | - |
| HSV(B) | 245.81º | 0.33% | 0.73% | - |
| XYZ | 25.66 | 23.08 | 50.12 | - |
| YUV | 133.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 187 | 0.30 | 0.33 | 0 | 0.27 | 245.81 | 0.31 | 0.61 |
| Hex | 83 | 7D | BB | 1E | 21 | 0 | 1B | F6 | 1F | 3D |
| Octal | 203 | 175 | 273 | 36 | 41 | 0 | 33 | 366 | 37 | 75 |
| Binary | 10000011 | 1111101 | 10111011 | 11110 | 100001 | 0 | 11011 | 11110110 | 11111 | 111101 |
Color Harmonies of #837DBB
Complementary color
Monochromatic Colors of #837DBB
Black with #837DBB
Text Example
Text Example
White with #837DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837DBB; }
p { color: rgb(131,125,187); }
H1.HeaderClassName
{
color: #837DBB;
}
.AnyTagClassName
{
color: #837DBB;
}
</style>
background-color css
<style>
a { background-color: #837DBB; }
a { background-color: rgb(131,125,187); }
div.DivClassName
{
background-color: #837DBB;
}
.BgClassName
{
background-color: #837DBB;
}
</style>
border-color css
<style>
span { border-color: #837DBB; }
span { border-color: rgb(131,125,187); }
td.TdClassName
{
border-color: #837DBB;
}
.TagClassName
{
border-color: #837DBB;
}
</style>