Shades of Moody Blue #826ECD
Tints of Moody Blue #826ECD
RGB
CMYK
RGB Variations
Color information
#826ECD (or 0x826ECD) is known color: Moody Blue. HEX triplet: 82, 6E and CD. RGB value is (130,110,205). Sum of RGB (Red+Green+Blue) = 130+110+205=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #826ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ECD is #7D9132. Grayscale: #7E7E7E. Windows color (decimal): -8229171 or 13463170. OLE color: 13463170.
HSL color Cylindrical-coordinate representation of color #826ECD: hue angle of 252.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826ECD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 110 | 205 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.20 |
| HSL | 252.63º | 0.49% | 0.62% | - |
| HSV(B) | 252.63º | 0.46% | 0.8% | - |
| XYZ | 25.8 | 20.31 | 60.32 | - |
| YUV | 126.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 205 | 0.37 | 0.46 | 0 | 0.20 | 252.63 | 0.49 | 0.62 |
| Hex | 82 | 6E | CD | 25 | 2E | 0 | 14 | FD | 31 | 3E |
| Octal | 202 | 156 | 315 | 45 | 56 | 0 | 24 | 375 | 61 | 76 |
| Binary | 10000010 | 1101110 | 11001101 | 100101 | 101110 | 0 | 10100 | 11111101 | 110001 | 111110 |
Color Harmonies of #826ECD
Complementary color
Monochromatic Colors of #826ECD
Black with #826ECD
Text Example
Text Example
White with #826ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ECD; }
p { color: rgb(130,110,205); }
H1.HeaderClassName
{
color: #826ECD;
}
.AnyTagClassName
{
color: #826ECD;
}
</style>
background-color css
<style>
a { background-color: #826ECD; }
a { background-color: rgb(130,110,205); }
div.DivClassName
{
background-color: #826ECD;
}
.BgClassName
{
background-color: #826ECD;
}
</style>
border-color css
<style>
span { border-color: #826ECD; }
span { border-color: rgb(130,110,205); }
td.TdClassName
{
border-color: #826ECD;
}
.TagClassName
{
border-color: #826ECD;
}
</style>