Shades of Moody Blue #836DCA
Tints of Moody Blue #836DCA
RGB
CMYK
RGB Variations
Color information
#836DCA (or 0x836DCA) is known color: Moody Blue. HEX triplet: 83, 6D and CA. RGB value is (131,109,202). Sum of RGB (Red+Green+Blue) = 131+109+202=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #836DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCA is #7C9235. Grayscale: #7D7D7D. Windows color (decimal): -8163894 or 13266307. OLE color: 13266307.
HSL color Cylindrical-coordinate representation of color #836DCA: hue angle of 254.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836DCA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 109 | 202 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.21 |
| HSL | 254.19º | 0.47% | 0.61% | - |
| HSV(B) | 254.19º | 0.46% | 0.79% | - |
| XYZ | 25.49 | 20.03 | 58.4 | - |
| YUV | 126.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 202 | 0.35 | 0.46 | 0 | 0.21 | 254.19 | 0.47 | 0.61 |
| Hex | 83 | 6D | CA | 23 | 2E | 0 | 15 | FE | 2F | 3D |
| Octal | 203 | 155 | 312 | 43 | 56 | 0 | 25 | 376 | 57 | 75 |
| Binary | 10000011 | 1101101 | 11001010 | 100011 | 101110 | 0 | 10101 | 11111110 | 101111 | 111101 |
Color Harmonies of #836DCA
Complementary color
Monochromatic Colors of #836DCA
Black with #836DCA
Text Example
Text Example
White with #836DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DCA; }
p { color: rgb(131,109,202); }
H1.HeaderClassName
{
color: #836DCA;
}
.AnyTagClassName
{
color: #836DCA;
}
</style>
background-color css
<style>
a { background-color: #836DCA; }
a { background-color: rgb(131,109,202); }
div.DivClassName
{
background-color: #836DCA;
}
.BgClassName
{
background-color: #836DCA;
}
</style>
border-color css
<style>
span { border-color: #836DCA; }
span { border-color: rgb(131,109,202); }
td.TdClassName
{
border-color: #836DCA;
}
.TagClassName
{
border-color: #836DCA;
}
</style>