Shades of Moody Blue #836ED5
Tints of Moody Blue #836ED5
RGB
CMYK
RGB Variations
Color information
#836ED5 (or 0x836ED5) is known color: Moody Blue. HEX triplet: 83, 6E and D5. RGB value is (131,110,213). Sum of RGB (Red+Green+Blue) = 131+110+213=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #836ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ED5 is #7C912A. Grayscale: #7F7F7F. Windows color (decimal): -8163627 or 13987459. OLE color: 13987459.
HSL color Cylindrical-coordinate representation of color #836ED5: hue angle of 252.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #836ED5 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 110 | 213 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.16 |
| HSL | 252.23º | 0.55% | 0.63% | - |
| HSV(B) | 252.23º | 0.48% | 0.84% | - |
| XYZ | 26.95 | 20.78 | 65.54 | - |
| YUV | 128.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 213 | 0.38 | 0.48 | 0 | 0.16 | 252.23 | 0.55 | 0.63 |
| Hex | 83 | 6E | D5 | 26 | 30 | 0 | 10 | FC | 37 | 3F |
| Octal | 203 | 156 | 325 | 46 | 60 | 0 | 20 | 374 | 67 | 77 |
| Binary | 10000011 | 1101110 | 11010101 | 100110 | 110000 | 0 | 10000 | 11111100 | 110111 | 111111 |
Color Harmonies of #836ED5
Complementary color
Monochromatic Colors of #836ED5
Black with #836ED5
Text Example
Text Example
White with #836ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836ED5; }
p { color: rgb(131,110,213); }
H1.HeaderClassName
{
color: #836ED5;
}
.AnyTagClassName
{
color: #836ED5;
}
</style>
background-color css
<style>
a { background-color: #836ED5; }
a { background-color: rgb(131,110,213); }
div.DivClassName
{
background-color: #836ED5;
}
.BgClassName
{
background-color: #836ED5;
}
</style>
border-color css
<style>
span { border-color: #836ED5; }
span { border-color: rgb(131,110,213); }
td.TdClassName
{
border-color: #836ED5;
}
.TagClassName
{
border-color: #836ED5;
}
</style>