Shades of Moody Blue #837BBB
Tints of Moody Blue #837BBB
RGB
CMYK
RGB Variations
Color information
#837BBB (or 0x837BBB) is known color: Moody Blue. HEX triplet: 83, 7B and BB. RGB value is (131,123,187). Sum of RGB (Red+Green+Blue) = 131+123+187=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #837BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBB is #7C8444. Grayscale: #848484. Windows color (decimal): -8160325 or 12286851. OLE color: 12286851.
HSL color Cylindrical-coordinate representation of color #837BBB: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837BBB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 123 | 187 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 247.5º | 0.32% | 0.61% | - |
| HSV(B) | 247.5º | 0.34% | 0.73% | - |
| XYZ | 25.41 | 22.58 | 50.03 | - |
| YUV | 132.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 187 | 0.30 | 0.34 | 0 | 0.27 | 247.5 | 0.32 | 0.61 |
| Hex | 83 | 7B | BB | 1E | 22 | 0 | 1B | F8 | 20 | 3D |
| Octal | 203 | 173 | 273 | 36 | 42 | 0 | 33 | 370 | 40 | 75 |
| Binary | 10000011 | 1111011 | 10111011 | 11110 | 100010 | 0 | 11011 | 11111000 | 100000 | 111101 |
Color Harmonies of #837BBB
Complementary color
Monochromatic Colors of #837BBB
Black with #837BBB
Text Example
Text Example
White with #837BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BBB; }
p { color: rgb(131,123,187); }
H1.HeaderClassName
{
color: #837BBB;
}
.AnyTagClassName
{
color: #837BBB;
}
</style>
background-color css
<style>
a { background-color: #837BBB; }
a { background-color: rgb(131,123,187); }
div.DivClassName
{
background-color: #837BBB;
}
.BgClassName
{
background-color: #837BBB;
}
</style>
border-color css
<style>
span { border-color: #837BBB; }
span { border-color: rgb(131,123,187); }
td.TdClassName
{
border-color: #837BBB;
}
.TagClassName
{
border-color: #837BBB;
}
</style>