Shades of Moody Blue #8278DD
Tints of Moody Blue #8278DD
RGB
CMYK
RGB Variations
Color information
#8278DD (or 0x8278DD) is known color: Moody Blue. HEX triplet: 82, 78 and DD. RGB value is (130,120,221). Sum of RGB (Red+Green+Blue) = 130+120+221=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8278DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278DD is #7D8722. Grayscale: #868686. Windows color (decimal): -8226595 or 14514306. OLE color: 14514306.
HSL color Cylindrical-coordinate representation of color #8278DD: hue angle of 245.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8278DD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 120 | 221 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.13 |
| HSL | 245.94º | 0.6% | 0.67% | - |
| HSV(B) | 245.94º | 0.46% | 0.87% | - |
| XYZ | 28.97 | 23.4 | 71.4 | - |
| YUV | 134.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 221 | 0.41 | 0.46 | 0 | 0.13 | 245.94 | 0.6 | 0.67 |
| Hex | 82 | 78 | DD | 29 | 2E | 0 | D | F6 | 3C | 43 |
| Octal | 202 | 170 | 335 | 51 | 56 | 0 | 15 | 366 | 74 | 103 |
| Binary | 10000010 | 1111000 | 11011101 | 101001 | 101110 | 0 | 1101 | 11110110 | 111100 | 1000011 |
Color Harmonies of #8278DD
Complementary color
Monochromatic Colors of #8278DD
Black with #8278DD
Text Example
Text Example
White with #8278DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278DD; }
p { color: rgb(130,120,221); }
H1.HeaderClassName
{
color: #8278DD;
}
.AnyTagClassName
{
color: #8278DD;
}
</style>
background-color css
<style>
a { background-color: #8278DD; }
a { background-color: rgb(130,120,221); }
div.DivClassName
{
background-color: #8278DD;
}
.BgClassName
{
background-color: #8278DD;
}
</style>
border-color css
<style>
span { border-color: #8278DD; }
span { border-color: rgb(130,120,221); }
td.TdClassName
{
border-color: #8278DD;
}
.TagClassName
{
border-color: #8278DD;
}
</style>