Shades of Moody Blue #8279DD
Tints of Moody Blue #8279DD
RGB
CMYK
RGB Variations
Color information
#8279DD (or 0x8279DD) is known color: Moody Blue. HEX triplet: 82, 79 and DD. RGB value is (130,121,221). Sum of RGB (Red+Green+Blue) = 130+121+221=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8279DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279DD is #7D8622. Grayscale: #868686. Windows color (decimal): -8226339 or 14514562. OLE color: 14514562.
HSL color Cylindrical-coordinate representation of color #8279DD: hue angle of 245.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8279DD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 121 | 221 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.13 |
| HSL | 245.4º | 0.6% | 0.67% | - |
| HSV(B) | 245.4º | 0.45% | 0.87% | - |
| XYZ | 29.09 | 23.64 | 71.44 | - |
| YUV | 135.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 221 | 0.41 | 0.45 | 0 | 0.13 | 245.4 | 0.6 | 0.67 |
| Hex | 82 | 79 | DD | 29 | 2D | 0 | D | F5 | 3C | 43 |
| Octal | 202 | 171 | 335 | 51 | 55 | 0 | 15 | 365 | 74 | 103 |
| Binary | 10000010 | 1111001 | 11011101 | 101001 | 101101 | 0 | 1101 | 11110101 | 111100 | 1000011 |
Color Harmonies of #8279DD
Complementary color
Monochromatic Colors of #8279DD
Black with #8279DD
Text Example
Text Example
White with #8279DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279DD; }
p { color: rgb(130,121,221); }
H1.HeaderClassName
{
color: #8279DD;
}
.AnyTagClassName
{
color: #8279DD;
}
</style>
background-color css
<style>
a { background-color: #8279DD; }
a { background-color: rgb(130,121,221); }
div.DivClassName
{
background-color: #8279DD;
}
.BgClassName
{
background-color: #8279DD;
}
</style>
border-color css
<style>
span { border-color: #8279DD; }
span { border-color: rgb(130,121,221); }
td.TdClassName
{
border-color: #8279DD;
}
.TagClassName
{
border-color: #8279DD;
}
</style>