Shades of Moody Blue #837DB1
Tints of Moody Blue #837DB1
RGB
CMYK
RGB Variations
Color information
#837DB1 (or 0x837DB1) is known color: Moody Blue. HEX triplet: 83, 7D and B1. RGB value is (131,125,177). Sum of RGB (Red+Green+Blue) = 131+125+177=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #837DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DB1 is #7C824E. Grayscale: #848484. Windows color (decimal): -8159823 or 11632003. OLE color: 11632003.
HSL color Cylindrical-coordinate representation of color #837DB1: hue angle of 246.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837DB1 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 125 | 177 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.31 |
| HSL | 246.92º | 0.25% | 0.59% | - |
| HSV(B) | 246.92º | 0.29% | 0.69% | - |
| XYZ | 24.63 | 22.67 | 44.67 | - |
| YUV | 132.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 177 | 0.26 | 0.29 | 0 | 0.31 | 246.92 | 0.25 | 0.59 |
| Hex | 83 | 7D | B1 | 1A | 1D | 0 | 1F | F7 | 19 | 3B |
| Octal | 203 | 175 | 261 | 32 | 35 | 0 | 37 | 367 | 31 | 73 |
| Binary | 10000011 | 1111101 | 10110001 | 11010 | 11101 | 0 | 11111 | 11110111 | 11001 | 111011 |
Color Harmonies of #837DB1
Complementary color
Monochromatic Colors of #837DB1
Black with #837DB1
Text Example
Text Example
White with #837DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837DB1; }
p { color: rgb(131,125,177); }
H1.HeaderClassName
{
color: #837DB1;
}
.AnyTagClassName
{
color: #837DB1;
}
</style>
background-color css
<style>
a { background-color: #837DB1; }
a { background-color: rgb(131,125,177); }
div.DivClassName
{
background-color: #837DB1;
}
.BgClassName
{
background-color: #837DB1;
}
</style>
border-color css
<style>
span { border-color: #837DB1; }
span { border-color: rgb(131,125,177); }
td.TdClassName
{
border-color: #837DB1;
}
.TagClassName
{
border-color: #837DB1;
}
</style>