Shades of Moody Blue #826DCA
Tints of Moody Blue #826DCA
RGB
CMYK
RGB Variations
Color information
#826DCA (or 0x826DCA) is known color: Moody Blue. HEX triplet: 82, 6D and CA. RGB value is (130,109,202). Sum of RGB (Red+Green+Blue) = 130+109+202=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #826DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCA is #7D9235. Grayscale: #7D7D7D. Windows color (decimal): -8229430 or 13266306. OLE color: 13266306.
HSL color Cylindrical-coordinate representation of color #826DCA: hue angle of 253.55º 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 #826DCA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 109 | 202 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.21 |
| HSL | 253.55º | 0.47% | 0.61% | - |
| HSV(B) | 253.55º | 0.46% | 0.79% | - |
| XYZ | 25.34 | 19.95 | 58.39 | - |
| YUV | 125.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 202 | 0.36 | 0.46 | 0 | 0.21 | 253.55 | 0.47 | 0.61 |
| Hex | 82 | 6D | CA | 24 | 2E | 0 | 15 | FE | 2F | 3D |
| Octal | 202 | 155 | 312 | 44 | 56 | 0 | 25 | 376 | 57 | 75 |
| Binary | 10000010 | 1101101 | 11001010 | 100100 | 101110 | 0 | 10101 | 11111110 | 101111 | 111101 |
Color Harmonies of #826DCA
Complementary color
Monochromatic Colors of #826DCA
Black with #826DCA
Text Example
Text Example
White with #826DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DCA; }
p { color: rgb(130,109,202); }
H1.HeaderClassName
{
color: #826DCA;
}
.AnyTagClassName
{
color: #826DCA;
}
</style>
background-color css
<style>
a { background-color: #826DCA; }
a { background-color: rgb(130,109,202); }
div.DivClassName
{
background-color: #826DCA;
}
.BgClassName
{
background-color: #826DCA;
}
</style>
border-color css
<style>
span { border-color: #826DCA; }
span { border-color: rgb(130,109,202); }
td.TdClassName
{
border-color: #826DCA;
}
.TagClassName
{
border-color: #826DCA;
}
</style>