Shades of Moody Blue #837AB6
Tints of Moody Blue #837AB6
RGB
CMYK
RGB Variations
Color information
#837AB6 (or 0x837AB6) is known color: Moody Blue. HEX triplet: 83, 7A and B6. RGB value is (131,122,182). Sum of RGB (Red+Green+Blue) = 131+122+182=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #837AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837AB6 is #7C8549. Grayscale: #838383. Windows color (decimal): -8160586 or 11958915. OLE color: 11958915.
HSL color Cylindrical-coordinate representation of color #837AB6: hue angle of 249º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837AB6 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 122 | 182 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.29 |
| HSL | 249º | 0.29% | 0.6% | - |
| HSV(B) | 249º | 0.33% | 0.71% | - |
| XYZ | 24.76 | 22.12 | 47.22 | - |
| YUV | 131.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 182 | 0.28 | 0.33 | 0 | 0.29 | 249 | 0.29 | 0.6 |
| Hex | 83 | 7A | B6 | 1C | 21 | 0 | 1D | F9 | 1D | 3C |
| Octal | 203 | 172 | 266 | 34 | 41 | 0 | 35 | 371 | 35 | 74 |
| Binary | 10000011 | 1111010 | 10110110 | 11100 | 100001 | 0 | 11101 | 11111001 | 11101 | 111100 |
Color Harmonies of #837AB6
Complementary color
Monochromatic Colors of #837AB6
Black with #837AB6
Text Example
Text Example
White with #837AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837AB6; }
p { color: rgb(131,122,182); }
H1.HeaderClassName
{
color: #837AB6;
}
.AnyTagClassName
{
color: #837AB6;
}
</style>
background-color css
<style>
a { background-color: #837AB6; }
a { background-color: rgb(131,122,182); }
div.DivClassName
{
background-color: #837AB6;
}
.BgClassName
{
background-color: #837AB6;
}
</style>
border-color css
<style>
span { border-color: #837AB6; }
span { border-color: rgb(131,122,182); }
td.TdClassName
{
border-color: #837AB6;
}
.TagClassName
{
border-color: #837AB6;
}
</style>