Shades of Moody Blue #837ACD
Tints of Moody Blue #837ACD
RGB
CMYK
RGB Variations
Color information
#837ACD (or 0x837ACD) is known color: Moody Blue. HEX triplet: 83, 7A and CD. RGB value is (131,122,205). Sum of RGB (Red+Green+Blue) = 131+122+205=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #837ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ACD is #7C8532. Grayscale: #858585. Windows color (decimal): -8160563 or 13466243. OLE color: 13466243.
HSL color Cylindrical-coordinate representation of color #837ACD: hue angle of 246.51º degrees, saturation: 0.45, 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 #837ACD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 122 | 205 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.20 |
| HSL | 246.51º | 0.45% | 0.64% | - |
| HSV(B) | 246.51º | 0.4% | 0.8% | - |
| XYZ | 27.34 | 23.15 | 60.79 | - |
| YUV | 134.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 205 | 0.36 | 0.40 | 0 | 0.20 | 246.51 | 0.45 | 0.64 |
| Hex | 83 | 7A | CD | 24 | 28 | 0 | 14 | F7 | 2D | 40 |
| Octal | 203 | 172 | 315 | 44 | 50 | 0 | 24 | 367 | 55 | 100 |
| Binary | 10000011 | 1111010 | 11001101 | 100100 | 101000 | 0 | 10100 | 11110111 | 101101 | 1000000 |
Color Harmonies of #837ACD
Complementary color
Monochromatic Colors of #837ACD
Black with #837ACD
Text Example
Text Example
White with #837ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837ACD; }
p { color: rgb(131,122,205); }
H1.HeaderClassName
{
color: #837ACD;
}
.AnyTagClassName
{
color: #837ACD;
}
</style>
background-color css
<style>
a { background-color: #837ACD; }
a { background-color: rgb(131,122,205); }
div.DivClassName
{
background-color: #837ACD;
}
.BgClassName
{
background-color: #837ACD;
}
</style>
border-color css
<style>
span { border-color: #837ACD; }
span { border-color: rgb(131,122,205); }
td.TdClassName
{
border-color: #837ACD;
}
.TagClassName
{
border-color: #837ACD;
}
</style>