Shades of Moody Blue #8278DE
Tints of Moody Blue #8278DE
RGB
CMYK
RGB Variations
Color information
#8278DE (or 0x8278DE) is known color: Moody Blue. HEX triplet: 82, 78 and DE. RGB value is (130,120,222). Sum of RGB (Red+Green+Blue) = 130+120+222=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #8278DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278DE is #7D8721. Grayscale: #868686. Windows color (decimal): -8226594 or 14579842. OLE color: 14579842.
HSL color Cylindrical-coordinate representation of color #8278DE: hue angle of 245.88º degrees, saturation: 0.61, 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 #8278DE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 120 | 222 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.13 |
| HSL | 245.88º | 0.61% | 0.67% | - |
| HSV(B) | 245.88º | 0.46% | 0.87% | - |
| XYZ | 29.11 | 23.45 | 72.1 | - |
| YUV | 134.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 222 | 0.41 | 0.46 | 0 | 0.13 | 245.88 | 0.61 | 0.67 |
| Hex | 82 | 78 | DE | 29 | 2E | 0 | D | F6 | 3D | 43 |
| Octal | 202 | 170 | 336 | 51 | 56 | 0 | 15 | 366 | 75 | 103 |
| Binary | 10000010 | 1111000 | 11011110 | 101001 | 101110 | 0 | 1101 | 11110110 | 111101 | 1000011 |
Color Harmonies of #8278DE
Complementary color
Monochromatic Colors of #8278DE
Black with #8278DE
Text Example
Text Example
White with #8278DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278DE; }
p { color: rgb(130,120,222); }
H1.HeaderClassName
{
color: #8278DE;
}
.AnyTagClassName
{
color: #8278DE;
}
</style>
background-color css
<style>
a { background-color: #8278DE; }
a { background-color: rgb(130,120,222); }
div.DivClassName
{
background-color: #8278DE;
}
.BgClassName
{
background-color: #8278DE;
}
</style>
border-color css
<style>
span { border-color: #8278DE; }
span { border-color: rgb(130,120,222); }
td.TdClassName
{
border-color: #8278DE;
}
.TagClassName
{
border-color: #8278DE;
}
</style>