Shades of Moody Blue #826DC7
Tints of Moody Blue #826DC7
RGB
CMYK
RGB Variations
Color information
#826DC7 (or 0x826DC7) is known color: Moody Blue. HEX triplet: 82, 6D and C7. RGB value is (130,109,199). Sum of RGB (Red+Green+Blue) = 130+109+199=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #826DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DC7 is #7D9238. Grayscale: #7D7D7D. Windows color (decimal): -8229433 or 13069698. OLE color: 13069698.
HSL color Cylindrical-coordinate representation of color #826DC7: hue angle of 254º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826DC7 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 109 | 199 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.22 |
| HSL | 254º | 0.45% | 0.6% | - |
| HSV(B) | 254º | 0.45% | 0.78% | - |
| XYZ | 24.98 | 19.81 | 56.54 | - |
| YUV | 125.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 199 | 0.35 | 0.45 | 0 | 0.22 | 254 | 0.45 | 0.6 |
| Hex | 82 | 6D | C7 | 23 | 2D | 0 | 16 | FE | 2D | 3C |
| Octal | 202 | 155 | 307 | 43 | 55 | 0 | 26 | 376 | 55 | 74 |
| Binary | 10000010 | 1101101 | 11000111 | 100011 | 101101 | 0 | 10110 | 11111110 | 101101 | 111100 |
Color Harmonies of #826DC7
Complementary color
Monochromatic Colors of #826DC7
Black with #826DC7
Text Example
Text Example
White with #826DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DC7; }
p { color: rgb(130,109,199); }
H1.HeaderClassName
{
color: #826DC7;
}
.AnyTagClassName
{
color: #826DC7;
}
</style>
background-color css
<style>
a { background-color: #826DC7; }
a { background-color: rgb(130,109,199); }
div.DivClassName
{
background-color: #826DC7;
}
.BgClassName
{
background-color: #826DC7;
}
</style>
border-color css
<style>
span { border-color: #826DC7; }
span { border-color: rgb(130,109,199); }
td.TdClassName
{
border-color: #826DC7;
}
.TagClassName
{
border-color: #826DC7;
}
</style>