Shades of Moody Blue #836DC8
Tints of Moody Blue #836DC8
RGB
CMYK
RGB Variations
Color information
#836DC8 (or 0x836DC8) is known color: Moody Blue. HEX triplet: 83, 6D and C8. RGB value is (131,109,200). Sum of RGB (Red+Green+Blue) = 131+109+200=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #836DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DC8 is #7C9237. Grayscale: #7D7D7D. Windows color (decimal): -8163896 or 13135235. OLE color: 13135235.
HSL color Cylindrical-coordinate representation of color #836DC8: hue angle of 254.51º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #836DC8 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 109 | 200 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.22 |
| HSL | 254.51º | 0.45% | 0.61% | - |
| HSV(B) | 254.51º | 0.46% | 0.78% | - |
| XYZ | 25.25 | 19.93 | 57.16 | - |
| YUV | 125.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 200 | 0.34 | 0.46 | 0 | 0.22 | 254.51 | 0.45 | 0.61 |
| Hex | 83 | 6D | C8 | 22 | 2E | 0 | 16 | FF | 2D | 3D |
| Octal | 203 | 155 | 310 | 42 | 56 | 0 | 26 | 377 | 55 | 75 |
| Binary | 10000011 | 1101101 | 11001000 | 100010 | 101110 | 0 | 10110 | 11111111 | 101101 | 111101 |
Color Harmonies of #836DC8
Complementary color
Monochromatic Colors of #836DC8
Black with #836DC8
Text Example
Text Example
White with #836DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DC8; }
p { color: rgb(131,109,200); }
H1.HeaderClassName
{
color: #836DC8;
}
.AnyTagClassName
{
color: #836DC8;
}
</style>
background-color css
<style>
a { background-color: #836DC8; }
a { background-color: rgb(131,109,200); }
div.DivClassName
{
background-color: #836DC8;
}
.BgClassName
{
background-color: #836DC8;
}
</style>
border-color css
<style>
span { border-color: #836DC8; }
span { border-color: rgb(131,109,200); }
td.TdClassName
{
border-color: #836DC8;
}
.TagClassName
{
border-color: #836DC8;
}
</style>