Shades of Moody Blue #837CBC
Tints of Moody Blue #837CBC
RGB
CMYK
RGB Variations
Color information
#837CBC (or 0x837CBC) is known color: Moody Blue. HEX triplet: 83, 7C and BC. RGB value is (131,124,188). Sum of RGB (Red+Green+Blue) = 131+124+188=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #837CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CBC is #7C8343. Grayscale: #858585. Windows color (decimal): -8160068 or 12352643. OLE color: 12352643.
HSL color Cylindrical-coordinate representation of color #837CBC: hue angle of 246.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837CBC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 124 | 188 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.26 |
| HSL | 246.56º | 0.32% | 0.61% | - |
| HSV(B) | 246.56º | 0.34% | 0.74% | - |
| XYZ | 25.64 | 22.87 | 50.64 | - |
| YUV | 133.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 188 | 0.30 | 0.34 | 0 | 0.26 | 246.56 | 0.32 | 0.61 |
| Hex | 83 | 7C | BC | 1E | 22 | 0 | 1A | F7 | 20 | 3D |
| Octal | 203 | 174 | 274 | 36 | 42 | 0 | 32 | 367 | 40 | 75 |
| Binary | 10000011 | 1111100 | 10111100 | 11110 | 100010 | 0 | 11010 | 11110111 | 100000 | 111101 |
Color Harmonies of #837CBC
Complementary color
Monochromatic Colors of #837CBC
Black with #837CBC
Text Example
Text Example
White with #837CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CBC; }
p { color: rgb(131,124,188); }
H1.HeaderClassName
{
color: #837CBC;
}
.AnyTagClassName
{
color: #837CBC;
}
</style>
background-color css
<style>
a { background-color: #837CBC; }
a { background-color: rgb(131,124,188); }
div.DivClassName
{
background-color: #837CBC;
}
.BgClassName
{
background-color: #837CBC;
}
</style>
border-color css
<style>
span { border-color: #837CBC; }
span { border-color: rgb(131,124,188); }
td.TdClassName
{
border-color: #837CBC;
}
.TagClassName
{
border-color: #837CBC;
}
</style>