Shades of Moody Blue #837CDA
Tints of Moody Blue #837CDA
RGB
CMYK
RGB Variations
Color information
#837CDA (or 0x837CDA) is known color: Moody Blue. HEX triplet: 83, 7C and DA. RGB value is (131,124,218). Sum of RGB (Red+Green+Blue) = 131+124+218=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #837CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CDA is #7C8325. Grayscale: #888888. Windows color (decimal): -8160038 or 14318723. OLE color: 14318723.
HSL color Cylindrical-coordinate representation of color #837CDA: hue angle of 244.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #837CDA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 124 | 218 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.15 |
| HSL | 244.47º | 0.56% | 0.67% | - |
| HSV(B) | 244.47º | 0.43% | 0.85% | - |
| XYZ | 29.22 | 24.3 | 69.48 | - |
| YUV | 136.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 218 | 0.40 | 0.43 | 0 | 0.15 | 244.47 | 0.56 | 0.67 |
| Hex | 83 | 7C | DA | 28 | 2B | 0 | F | F4 | 38 | 43 |
| Octal | 203 | 174 | 332 | 50 | 53 | 0 | 17 | 364 | 70 | 103 |
| Binary | 10000011 | 1111100 | 11011010 | 101000 | 101011 | 0 | 1111 | 11110100 | 111000 | 1000011 |
Color Harmonies of #837CDA
Complementary color
Monochromatic Colors of #837CDA
Black with #837CDA
Text Example
Text Example
White with #837CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CDA; }
p { color: rgb(131,124,218); }
H1.HeaderClassName
{
color: #837CDA;
}
.AnyTagClassName
{
color: #837CDA;
}
</style>
background-color css
<style>
a { background-color: #837CDA; }
a { background-color: rgb(131,124,218); }
div.DivClassName
{
background-color: #837CDA;
}
.BgClassName
{
background-color: #837CDA;
}
</style>
border-color css
<style>
span { border-color: #837CDA; }
span { border-color: rgb(131,124,218); }
td.TdClassName
{
border-color: #837CDA;
}
.TagClassName
{
border-color: #837CDA;
}
</style>