Shades of Moody Blue #837CCC
Tints of Moody Blue #837CCC
RGB
CMYK
RGB Variations
Color information
#837CCC (or 0x837CCC) is known color: Moody Blue. HEX triplet: 83, 7C and CC. RGB value is (131,124,204). Sum of RGB (Red+Green+Blue) = 131+124+204=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #837CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCC is #7C8333. Grayscale: #868686. Windows color (decimal): -8160052 or 13401219. OLE color: 13401219.
HSL color Cylindrical-coordinate representation of color #837CCC: hue angle of 245.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837CCC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 124 | 204 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.2 |
| HSL | 245.25º | 0.44% | 0.64% | - |
| HSV(B) | 245.25º | 0.39% | 0.8% | - |
| XYZ | 27.47 | 23.6 | 60.23 | - |
| YUV | 135.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 204 | 0.36 | 0.39 | 0 | 0.2 | 245.25 | 0.44 | 0.64 |
| Hex | 83 | 7C | CC | 24 | 27 | 0 | 14 | F5 | 2C | 40 |
| Octal | 203 | 174 | 314 | 44 | 47 | 0 | 24 | 365 | 54 | 100 |
| Binary | 10000011 | 1111100 | 11001100 | 100100 | 100111 | 0 | 10100 | 11110101 | 101100 | 1000000 |
Color Harmonies of #837CCC
Complementary color
Monochromatic Colors of #837CCC
Black with #837CCC
Text Example
Text Example
White with #837CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CCC; }
p { color: rgb(131,124,204); }
H1.HeaderClassName
{
color: #837CCC;
}
.AnyTagClassName
{
color: #837CCC;
}
</style>
background-color css
<style>
a { background-color: #837CCC; }
a { background-color: rgb(131,124,204); }
div.DivClassName
{
background-color: #837CCC;
}
.BgClassName
{
background-color: #837CCC;
}
</style>
border-color css
<style>
span { border-color: #837CCC; }
span { border-color: rgb(131,124,204); }
td.TdClassName
{
border-color: #837CCC;
}
.TagClassName
{
border-color: #837CCC;
}
</style>