Shades of Moody Blue #8278B5
Tints of Moody Blue #8278B5
RGB
CMYK
RGB Variations
Color information
#8278B5 (or 0x8278B5) is known color: Moody Blue. HEX triplet: 82, 78 and B5. RGB value is (130,120,181). Sum of RGB (Red+Green+Blue) = 130+120+181=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #8278B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278B5 is #7D874A. Grayscale: #818181. Windows color (decimal): -8226635 or 11892866. OLE color: 11892866.
HSL color Cylindrical-coordinate representation of color #8278B5: hue angle of 249.84º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8278B5 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 120 | 181 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.29 |
| HSL | 249.84º | 0.29% | 0.59% | - |
| HSV(B) | 249.84º | 0.34% | 0.71% | - |
| XYZ | 24.26 | 21.51 | 46.59 | - |
| YUV | 129.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 181 | 0.28 | 0.34 | 0 | 0.29 | 249.84 | 0.29 | 0.59 |
| Hex | 82 | 78 | B5 | 1C | 22 | 0 | 1D | FA | 1D | 3B |
| Octal | 202 | 170 | 265 | 34 | 42 | 0 | 35 | 372 | 35 | 73 |
| Binary | 10000010 | 1111000 | 10110101 | 11100 | 100010 | 0 | 11101 | 11111010 | 11101 | 111011 |
Color Harmonies of #8278B5
Complementary color
Monochromatic Colors of #8278B5
Black with #8278B5
Text Example
Text Example
White with #8278B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278B5; }
p { color: rgb(130,120,181); }
H1.HeaderClassName
{
color: #8278B5;
}
.AnyTagClassName
{
color: #8278B5;
}
</style>
background-color css
<style>
a { background-color: #8278B5; }
a { background-color: rgb(130,120,181); }
div.DivClassName
{
background-color: #8278B5;
}
.BgClassName
{
background-color: #8278B5;
}
</style>
border-color css
<style>
span { border-color: #8278B5; }
span { border-color: rgb(130,120,181); }
td.TdClassName
{
border-color: #8278B5;
}
.TagClassName
{
border-color: #8278B5;
}
</style>