Shades of Moody Blue #826ED2
Tints of Moody Blue #826ED2
RGB
CMYK
RGB Variations
Color information
#826ED2 (or 0x826ED2) is known color: Moody Blue. HEX triplet: 82, 6E and D2. RGB value is (130,110,210). Sum of RGB (Red+Green+Blue) = 130+110+210=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #826ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ED2 is #7D912D. Grayscale: #7F7F7F. Windows color (decimal): -8229166 or 13790850. OLE color: 13790850.
HSL color Cylindrical-coordinate representation of color #826ED2: hue angle of 252º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826ED2 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 110 | 210 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.18 |
| HSL | 252º | 0.53% | 0.63% | - |
| HSV(B) | 252º | 0.48% | 0.82% | - |
| XYZ | 26.41 | 20.55 | 63.55 | - |
| YUV | 127.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 210 | 0.38 | 0.48 | 0 | 0.18 | 252 | 0.53 | 0.63 |
| Hex | 82 | 6E | D2 | 26 | 30 | 0 | 12 | FC | 35 | 3F |
| Octal | 202 | 156 | 322 | 46 | 60 | 0 | 22 | 374 | 65 | 77 |
| Binary | 10000010 | 1101110 | 11010010 | 100110 | 110000 | 0 | 10010 | 11111100 | 110101 | 111111 |
Color Harmonies of #826ED2
Complementary color
Monochromatic Colors of #826ED2
Black with #826ED2
Text Example
Text Example
White with #826ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ED2; }
p { color: rgb(130,110,210); }
H1.HeaderClassName
{
color: #826ED2;
}
.AnyTagClassName
{
color: #826ED2;
}
</style>
background-color css
<style>
a { background-color: #826ED2; }
a { background-color: rgb(130,110,210); }
div.DivClassName
{
background-color: #826ED2;
}
.BgClassName
{
background-color: #826ED2;
}
</style>
border-color css
<style>
span { border-color: #826ED2; }
span { border-color: rgb(130,110,210); }
td.TdClassName
{
border-color: #826ED2;
}
.TagClassName
{
border-color: #826ED2;
}
</style>