Shades of Moody Blue #837ABA
Tints of Moody Blue #837ABA
RGB
CMYK
RGB Variations
Color information
#837ABA (or 0x837ABA) is known color: Moody Blue. HEX triplet: 83, 7A and BA. RGB value is (131,122,186). Sum of RGB (Red+Green+Blue) = 131+122+186=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #837ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ABA is #7C8545. Grayscale: #838383. Windows color (decimal): -8160582 or 12221059. OLE color: 12221059.
HSL color Cylindrical-coordinate representation of color #837ABA: hue angle of 248.44º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837ABA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 122 | 186 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 248.44º | 0.32% | 0.6% | - |
| HSV(B) | 248.44º | 0.34% | 0.73% | - |
| XYZ | 25.18 | 22.29 | 49.43 | - |
| YUV | 131.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 186 | 0.30 | 0.34 | 0 | 0.27 | 248.44 | 0.32 | 0.6 |
| Hex | 83 | 7A | BA | 1E | 22 | 0 | 1B | F8 | 20 | 3C |
| Octal | 203 | 172 | 272 | 36 | 42 | 0 | 33 | 370 | 40 | 74 |
| Binary | 10000011 | 1111010 | 10111010 | 11110 | 100010 | 0 | 11011 | 11111000 | 100000 | 111100 |
Color Harmonies of #837ABA
Complementary color
Monochromatic Colors of #837ABA
Black with #837ABA
Text Example
Text Example
White with #837ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ABA; }
p { color: rgb(131,122,186); }
H1.HeaderClassName
{
color: #837ABA;
}
.AnyTagClassName
{
color: #837ABA;
}
</style>
background-color css
<style>
a { background-color: #837ABA; }
a { background-color: rgb(131,122,186); }
div.DivClassName
{
background-color: #837ABA;
}
.BgClassName
{
background-color: #837ABA;
}
</style>
border-color css
<style>
span { border-color: #837ABA; }
span { border-color: rgb(131,122,186); }
td.TdClassName
{
border-color: #837ABA;
}
.TagClassName
{
border-color: #837ABA;
}
</style>