Shades of Moody Blue #837BCC
Tints of Moody Blue #837BCC
RGB
CMYK
RGB Variations
Color information
#837BCC (or 0x837BCC) is known color: Moody Blue. HEX triplet: 83, 7B and CC. RGB value is (131,123,204). Sum of RGB (Red+Green+Blue) = 131+123+204=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #837BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCC is #7C8433. Grayscale: #868686. Windows color (decimal): -8160308 or 13400963. OLE color: 13400963.
HSL color Cylindrical-coordinate representation of color #837BCC: hue angle of 245.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #837BCC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 123 | 204 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.2 |
| HSL | 245.93º | 0.44% | 0.64% | - |
| HSV(B) | 245.93º | 0.4% | 0.8% | - |
| XYZ | 27.34 | 23.35 | 60.19 | - |
| YUV | 134.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 204 | 0.36 | 0.40 | 0 | 0.2 | 245.93 | 0.44 | 0.64 |
| Hex | 83 | 7B | CC | 24 | 28 | 0 | 14 | F6 | 2C | 40 |
| Octal | 203 | 173 | 314 | 44 | 50 | 0 | 24 | 366 | 54 | 100 |
| Binary | 10000011 | 1111011 | 11001100 | 100100 | 101000 | 0 | 10100 | 11110110 | 101100 | 1000000 |
Color Harmonies of #837BCC
Complementary color
Monochromatic Colors of #837BCC
Black with #837BCC
Text Example
Text Example
White with #837BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BCC; }
p { color: rgb(131,123,204); }
H1.HeaderClassName
{
color: #837BCC;
}
.AnyTagClassName
{
color: #837BCC;
}
</style>
background-color css
<style>
a { background-color: #837BCC; }
a { background-color: rgb(131,123,204); }
div.DivClassName
{
background-color: #837BCC;
}
.BgClassName
{
background-color: #837BCC;
}
</style>
border-color css
<style>
span { border-color: #837BCC; }
span { border-color: rgb(131,123,204); }
td.TdClassName
{
border-color: #837BCC;
}
.TagClassName
{
border-color: #837BCC;
}
</style>