Shades of Moody Blue #826CCD
Tints of Moody Blue #826CCD
RGB
CMYK
RGB Variations
Color information
#826CCD (or 0x826CCD) is known color: Moody Blue. HEX triplet: 82, 6C and CD. RGB value is (130,108,205). Sum of RGB (Red+Green+Blue) = 130+108+205=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #826CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CCD is #7D9332. Grayscale: #7D7D7D. Windows color (decimal): -8229683 or 13462658. OLE color: 13462658.
HSL color Cylindrical-coordinate representation of color #826CCD: hue angle of 253.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826CCD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 108 | 205 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.20 |
| HSL | 253.61º | 0.49% | 0.61% | - |
| HSV(B) | 253.61º | 0.47% | 0.8% | - |
| XYZ | 25.59 | 19.88 | 60.25 | - |
| YUV | 125.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 205 | 0.37 | 0.47 | 0 | 0.20 | 253.61 | 0.49 | 0.61 |
| Hex | 82 | 6C | CD | 25 | 2F | 0 | 14 | FE | 31 | 3D |
| Octal | 202 | 154 | 315 | 45 | 57 | 0 | 24 | 376 | 61 | 75 |
| Binary | 10000010 | 1101100 | 11001101 | 100101 | 101111 | 0 | 10100 | 11111110 | 110001 | 111101 |
Color Harmonies of #826CCD
Complementary color
Monochromatic Colors of #826CCD
Black with #826CCD
Text Example
Text Example
White with #826CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CCD; }
p { color: rgb(130,108,205); }
H1.HeaderClassName
{
color: #826CCD;
}
.AnyTagClassName
{
color: #826CCD;
}
</style>
background-color css
<style>
a { background-color: #826CCD; }
a { background-color: rgb(130,108,205); }
div.DivClassName
{
background-color: #826CCD;
}
.BgClassName
{
background-color: #826CCD;
}
</style>
border-color css
<style>
span { border-color: #826CCD; }
span { border-color: rgb(130,108,205); }
td.TdClassName
{
border-color: #826CCD;
}
.TagClassName
{
border-color: #826CCD;
}
</style>