Shades of Moody Blue #837BB5
Tints of Moody Blue #837BB5
RGB
CMYK
RGB Variations
Color information
#837BB5 (or 0x837BB5) is known color: Moody Blue. HEX triplet: 83, 7B and B5. RGB value is (131,123,181). Sum of RGB (Red+Green+Blue) = 131+123+181=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #837BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BB5 is #7C844A. Grayscale: #838383. Windows color (decimal): -8160331 or 11893635. OLE color: 11893635.
HSL color Cylindrical-coordinate representation of color #837BB5: hue angle of 248.28º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #837BB5 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 123 | 181 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.29 |
| HSL | 248.28º | 0.28% | 0.6% | - |
| HSV(B) | 248.28º | 0.32% | 0.71% | - |
| XYZ | 24.78 | 22.33 | 46.72 | - |
| YUV | 132 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 181 | 0.28 | 0.32 | 0 | 0.29 | 248.28 | 0.28 | 0.6 |
| Hex | 83 | 7B | B5 | 1C | 20 | 0 | 1D | F8 | 1C | 3C |
| Octal | 203 | 173 | 265 | 34 | 40 | 0 | 35 | 370 | 34 | 74 |
| Binary | 10000011 | 1111011 | 10110101 | 11100 | 100000 | 0 | 11101 | 11111000 | 11100 | 111100 |
Color Harmonies of #837BB5
Complementary color
Monochromatic Colors of #837BB5
Black with #837BB5
Text Example
Text Example
White with #837BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BB5; }
p { color: rgb(131,123,181); }
H1.HeaderClassName
{
color: #837BB5;
}
.AnyTagClassName
{
color: #837BB5;
}
</style>
background-color css
<style>
a { background-color: #837BB5; }
a { background-color: rgb(131,123,181); }
div.DivClassName
{
background-color: #837BB5;
}
.BgClassName
{
background-color: #837BB5;
}
</style>
border-color css
<style>
span { border-color: #837BB5; }
span { border-color: rgb(131,123,181); }
td.TdClassName
{
border-color: #837BB5;
}
.TagClassName
{
border-color: #837BB5;
}
</style>