Shades of Moody Blue #837FB7
Tints of Moody Blue #837FB7
RGB
CMYK
RGB Variations
Color information
#837FB7 (or 0x837FB7) is known color: Moody Blue. HEX triplet: 83, 7F and B7. RGB value is (131,127,183). Sum of RGB (Red+Green+Blue) = 131+127+183=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #837FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB7 is #7C8048. Grayscale: #868686. Windows color (decimal): -8159305 or 12025731. OLE color: 12025731.
HSL color Cylindrical-coordinate representation of color #837FB7: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #837FB7 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 127 | 183 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.28 |
| HSL | 244.29º | 0.28% | 0.61% | - |
| HSV(B) | 244.29º | 0.31% | 0.72% | - |
| XYZ | 25.5 | 23.42 | 47.98 | - |
| YUV | 134.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 183 | 0.28 | 0.31 | 0 | 0.28 | 244.29 | 0.28 | 0.61 |
| Hex | 83 | 7F | B7 | 1C | 1F | 0 | 1C | F4 | 1C | 3D |
| Octal | 203 | 177 | 267 | 34 | 37 | 0 | 34 | 364 | 34 | 75 |
| Binary | 10000011 | 1111111 | 10110111 | 11100 | 11111 | 0 | 11100 | 11110100 | 11100 | 111101 |
Color Harmonies of #837FB7
Complementary color
Monochromatic Colors of #837FB7
Black with #837FB7
Text Example
Text Example
White with #837FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FB7; }
p { color: rgb(131,127,183); }
H1.HeaderClassName
{
color: #837FB7;
}
.AnyTagClassName
{
color: #837FB7;
}
</style>
background-color css
<style>
a { background-color: #837FB7; }
a { background-color: rgb(131,127,183); }
div.DivClassName
{
background-color: #837FB7;
}
.BgClassName
{
background-color: #837FB7;
}
</style>
border-color css
<style>
span { border-color: #837FB7; }
span { border-color: rgb(131,127,183); }
td.TdClassName
{
border-color: #837FB7;
}
.TagClassName
{
border-color: #837FB7;
}
</style>