Shades of Moody Blue #837FB6
Tints of Moody Blue #837FB6
RGB
CMYK
RGB Variations
Color information
#837FB6 (or 0x837FB6) is known color: Moody Blue. HEX triplet: 83, 7F and B6. RGB value is (131,127,182). Sum of RGB (Red+Green+Blue) = 131+127+182=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #837FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB6 is #7C8049. Grayscale: #868686. Windows color (decimal): -8159306 or 11960195. OLE color: 11960195.
HSL color Cylindrical-coordinate representation of color #837FB6: hue angle of 244.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837FB6 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 127 | 182 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.29 |
| HSL | 244.36º | 0.27% | 0.61% | - |
| HSV(B) | 244.36º | 0.3% | 0.71% | - |
| XYZ | 25.39 | 23.38 | 47.43 | - |
| YUV | 134.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 182 | 0.28 | 0.30 | 0 | 0.29 | 244.36 | 0.27 | 0.61 |
| Hex | 83 | 7F | B6 | 1C | 1E | 0 | 1D | F4 | 1B | 3D |
| Octal | 203 | 177 | 266 | 34 | 36 | 0 | 35 | 364 | 33 | 75 |
| Binary | 10000011 | 1111111 | 10110110 | 11100 | 11110 | 0 | 11101 | 11110100 | 11011 | 111101 |
Color Harmonies of #837FB6
Complementary color
Monochromatic Colors of #837FB6
Black with #837FB6
Text Example
Text Example
White with #837FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FB6; }
p { color: rgb(131,127,182); }
H1.HeaderClassName
{
color: #837FB6;
}
.AnyTagClassName
{
color: #837FB6;
}
</style>
background-color css
<style>
a { background-color: #837FB6; }
a { background-color: rgb(131,127,182); }
div.DivClassName
{
background-color: #837FB6;
}
.BgClassName
{
background-color: #837FB6;
}
</style>
border-color css
<style>
span { border-color: #837FB6; }
span { border-color: rgb(131,127,182); }
td.TdClassName
{
border-color: #837FB6;
}
.TagClassName
{
border-color: #837FB6;
}
</style>