Shades of Moody Blue #8278BA
Tints of Moody Blue #8278BA
RGB
CMYK
RGB Variations
Color information
#8278BA (or 0x8278BA) is known color: Moody Blue. HEX triplet: 82, 78 and BA. RGB value is (130,120,186). Sum of RGB (Red+Green+Blue) = 130+120+186=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8278BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278BA is #7D8745. Grayscale: #828282. Windows color (decimal): -8226630 or 12220546. OLE color: 12220546.
HSL color Cylindrical-coordinate representation of color #8278BA: hue angle of 249.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8278BA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 120 | 186 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.27 |
| HSL | 249.09º | 0.32% | 0.6% | - |
| HSV(B) | 249.09º | 0.35% | 0.73% | - |
| XYZ | 24.79 | 21.72 | 49.34 | - |
| YUV | 130.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 186 | 0.30 | 0.35 | 0 | 0.27 | 249.09 | 0.32 | 0.6 |
| Hex | 82 | 78 | BA | 1E | 23 | 0 | 1B | F9 | 20 | 3C |
| Octal | 202 | 170 | 272 | 36 | 43 | 0 | 33 | 371 | 40 | 74 |
| Binary | 10000010 | 1111000 | 10111010 | 11110 | 100011 | 0 | 11011 | 11111001 | 100000 | 111100 |
Color Harmonies of #8278BA
Complementary color
Monochromatic Colors of #8278BA
Black with #8278BA
Text Example
Text Example
White with #8278BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278BA; }
p { color: rgb(130,120,186); }
H1.HeaderClassName
{
color: #8278BA;
}
.AnyTagClassName
{
color: #8278BA;
}
</style>
background-color css
<style>
a { background-color: #8278BA; }
a { background-color: rgb(130,120,186); }
div.DivClassName
{
background-color: #8278BA;
}
.BgClassName
{
background-color: #8278BA;
}
</style>
border-color css
<style>
span { border-color: #8278BA; }
span { border-color: rgb(130,120,186); }
td.TdClassName
{
border-color: #8278BA;
}
.TagClassName
{
border-color: #8278BA;
}
</style>