Shades of Moody Blue #837FBF
Tints of Moody Blue #837FBF
RGB
CMYK
RGB Variations
Color information
#837FBF (or 0x837FBF) is known color: Moody Blue. HEX triplet: 83, 7F and BF. RGB value is (131,127,191). Sum of RGB (Red+Green+Blue) = 131+127+191=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #837FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FBF is #7C8040. Grayscale: #878787. Windows color (decimal): -8159297 or 12550019. OLE color: 12550019.
HSL color Cylindrical-coordinate representation of color #837FBF: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837FBF is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 127 | 191 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 243.75º | 0.33% | 0.62% | - |
| HSV(B) | 243.75º | 0.34% | 0.75% | - |
| XYZ | 26.35 | 23.77 | 52.49 | - |
| YUV | 135.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 191 | 0.31 | 0.34 | 0 | 0.25 | 243.75 | 0.33 | 0.62 |
| Hex | 83 | 7F | BF | 1F | 22 | 0 | 19 | F4 | 21 | 3E |
| Octal | 203 | 177 | 277 | 37 | 42 | 0 | 31 | 364 | 41 | 76 |
| Binary | 10000011 | 1111111 | 10111111 | 11111 | 100010 | 0 | 11001 | 11110100 | 100001 | 111110 |
Color Harmonies of #837FBF
Complementary color
Monochromatic Colors of #837FBF
Black with #837FBF
Text Example
Text Example
White with #837FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837FBF; }
p { color: rgb(131,127,191); }
H1.HeaderClassName
{
color: #837FBF;
}
.AnyTagClassName
{
color: #837FBF;
}
</style>
background-color css
<style>
a { background-color: #837FBF; }
a { background-color: rgb(131,127,191); }
div.DivClassName
{
background-color: #837FBF;
}
.BgClassName
{
background-color: #837FBF;
}
</style>
border-color css
<style>
span { border-color: #837FBF; }
span { border-color: rgb(131,127,191); }
td.TdClassName
{
border-color: #837FBF;
}
.TagClassName
{
border-color: #837FBF;
}
</style>