Shades of Moody Blue #837ABB
Tints of Moody Blue #837ABB
RGB
CMYK
RGB Variations
Color information
#837ABB (or 0x837ABB) is known color: Moody Blue. HEX triplet: 83, 7A and BB. RGB value is (131,122,187). Sum of RGB (Red+Green+Blue) = 131+122+187=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #837ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ABB is #7C8544. Grayscale: #838383. Windows color (decimal): -8160581 or 12286595. OLE color: 12286595.
HSL color Cylindrical-coordinate representation of color #837ABB: hue angle of 248.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837ABB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 122 | 187 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.27 |
| HSL | 248.31º | 0.32% | 0.61% | - |
| HSV(B) | 248.31º | 0.35% | 0.73% | - |
| XYZ | 25.29 | 22.33 | 49.99 | - |
| YUV | 132.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 187 | 0.30 | 0.35 | 0 | 0.27 | 248.31 | 0.32 | 0.61 |
| Hex | 83 | 7A | BB | 1E | 23 | 0 | 1B | F8 | 20 | 3D |
| Octal | 203 | 172 | 273 | 36 | 43 | 0 | 33 | 370 | 40 | 75 |
| Binary | 10000011 | 1111010 | 10111011 | 11110 | 100011 | 0 | 11011 | 11111000 | 100000 | 111101 |
Color Harmonies of #837ABB
Complementary color
Monochromatic Colors of #837ABB
Black with #837ABB
Text Example
Text Example
White with #837ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ABB; }
p { color: rgb(131,122,187); }
H1.HeaderClassName
{
color: #837ABB;
}
.AnyTagClassName
{
color: #837ABB;
}
</style>
background-color css
<style>
a { background-color: #837ABB; }
a { background-color: rgb(131,122,187); }
div.DivClassName
{
background-color: #837ABB;
}
.BgClassName
{
background-color: #837ABB;
}
</style>
border-color css
<style>
span { border-color: #837ABB; }
span { border-color: rgb(131,122,187); }
td.TdClassName
{
border-color: #837ABB;
}
.TagClassName
{
border-color: #837ABB;
}
</style>