Shades of Moody Blue #826ED7
Tints of Moody Blue #826ED7
RGB
CMYK
RGB Variations
Color information
#826ED7 (or 0x826ED7) is known color: Moody Blue. HEX triplet: 82, 6E and D7. RGB value is (130,110,215). Sum of RGB (Red+Green+Blue) = 130+110+215=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #826ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ED7 is #7D9128. Grayscale: #7F7F7F. Windows color (decimal): -8229161 or 14118530. OLE color: 14118530.
HSL color Cylindrical-coordinate representation of color #826ED7: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826ED7 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 110 | 215 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.16 |
| HSL | 251.43º | 0.57% | 0.64% | - |
| HSV(B) | 251.43º | 0.49% | 0.84% | - |
| XYZ | 27.05 | 20.8 | 66.88 | - |
| YUV | 127.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 215 | 0.40 | 0.49 | 0 | 0.16 | 251.43 | 0.57 | 0.64 |
| Hex | 82 | 6E | D7 | 28 | 31 | 0 | 10 | FB | 39 | 40 |
| Octal | 202 | 156 | 327 | 50 | 61 | 0 | 20 | 373 | 71 | 100 |
| Binary | 10000010 | 1101110 | 11010111 | 101000 | 110001 | 0 | 10000 | 11111011 | 111001 | 1000000 |
Color Harmonies of #826ED7
Complementary color
Monochromatic Colors of #826ED7
Black with #826ED7
Text Example
Text Example
White with #826ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ED7; }
p { color: rgb(130,110,215); }
H1.HeaderClassName
{
color: #826ED7;
}
.AnyTagClassName
{
color: #826ED7;
}
</style>
background-color css
<style>
a { background-color: #826ED7; }
a { background-color: rgb(130,110,215); }
div.DivClassName
{
background-color: #826ED7;
}
.BgClassName
{
background-color: #826ED7;
}
</style>
border-color css
<style>
span { border-color: #826ED7; }
span { border-color: rgb(130,110,215); }
td.TdClassName
{
border-color: #826ED7;
}
.TagClassName
{
border-color: #826ED7;
}
</style>