Shades of Moody Blue #837CC3
Tints of Moody Blue #837CC3
RGB
CMYK
RGB Variations
Color information
#837CC3 (or 0x837CC3) is known color: Moody Blue. HEX triplet: 83, 7C and C3. RGB value is (131,124,195). Sum of RGB (Red+Green+Blue) = 131+124+195=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #837CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CC3 is #7C833C. Grayscale: #858585. Windows color (decimal): -8160061 or 12811395. OLE color: 12811395.
HSL color Cylindrical-coordinate representation of color #837CC3: hue angle of 245.92º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837CC3 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 124 | 195 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.24 |
| HSL | 245.92º | 0.37% | 0.63% | - |
| HSV(B) | 245.92º | 0.36% | 0.76% | - |
| XYZ | 26.42 | 23.18 | 54.71 | - |
| YUV | 134.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 195 | 0.33 | 0.36 | 0 | 0.24 | 245.92 | 0.37 | 0.63 |
| Hex | 83 | 7C | C3 | 21 | 24 | 0 | 18 | F6 | 25 | 3F |
| Octal | 203 | 174 | 303 | 41 | 44 | 0 | 30 | 366 | 45 | 77 |
| Binary | 10000011 | 1111100 | 11000011 | 100001 | 100100 | 0 | 11000 | 11110110 | 100101 | 111111 |
Color Harmonies of #837CC3
Complementary color
Monochromatic Colors of #837CC3
Black with #837CC3
Text Example
Text Example
White with #837CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CC3; }
p { color: rgb(131,124,195); }
H1.HeaderClassName
{
color: #837CC3;
}
.AnyTagClassName
{
color: #837CC3;
}
</style>
background-color css
<style>
a { background-color: #837CC3; }
a { background-color: rgb(131,124,195); }
div.DivClassName
{
background-color: #837CC3;
}
.BgClassName
{
background-color: #837CC3;
}
</style>
border-color css
<style>
span { border-color: #837CC3; }
span { border-color: rgb(131,124,195); }
td.TdClassName
{
border-color: #837CC3;
}
.TagClassName
{
border-color: #837CC3;
}
</style>