Shades of Moody Blue #826ED8
Tints of Moody Blue #826ED8
RGB
CMYK
RGB Variations
Color information
#826ED8 (or 0x826ED8) is known color: Moody Blue. HEX triplet: 82, 6E and D8. RGB value is (130,110,216). Sum of RGB (Red+Green+Blue) = 130+110+216=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #826ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ED8 is #7D9127. Grayscale: #7F7F7F. Windows color (decimal): -8229160 or 14184066. OLE color: 14184066.
HSL color Cylindrical-coordinate representation of color #826ED8: hue angle of 251.32º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #826ED8 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 110 | 216 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.15 |
| HSL | 251.32º | 0.58% | 0.64% | - |
| HSV(B) | 251.32º | 0.49% | 0.85% | - |
| XYZ | 27.18 | 20.86 | 67.56 | - |
| YUV | 128.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 216 | 0.40 | 0.49 | 0 | 0.15 | 251.32 | 0.58 | 0.64 |
| Hex | 82 | 6E | D8 | 28 | 31 | 0 | F | FB | 3A | 40 |
| Octal | 202 | 156 | 330 | 50 | 61 | 0 | 17 | 373 | 72 | 100 |
| Binary | 10000010 | 1101110 | 11011000 | 101000 | 110001 | 0 | 1111 | 11111011 | 111010 | 1000000 |
Color Harmonies of #826ED8
Complementary color
Monochromatic Colors of #826ED8
Black with #826ED8
Text Example
Text Example
White with #826ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ED8; }
p { color: rgb(130,110,216); }
H1.HeaderClassName
{
color: #826ED8;
}
.AnyTagClassName
{
color: #826ED8;
}
</style>
background-color css
<style>
a { background-color: #826ED8; }
a { background-color: rgb(130,110,216); }
div.DivClassName
{
background-color: #826ED8;
}
.BgClassName
{
background-color: #826ED8;
}
</style>
border-color css
<style>
span { border-color: #826ED8; }
span { border-color: rgb(130,110,216); }
td.TdClassName
{
border-color: #826ED8;
}
.TagClassName
{
border-color: #826ED8;
}
</style>