Shades of Moody Blue #8279BA
Tints of Moody Blue #8279BA
RGB
CMYK
RGB Variations
Color information
#8279BA (or 0x8279BA) is known color: Moody Blue. HEX triplet: 82, 79 and BA. RGB value is (130,121,186). Sum of RGB (Red+Green+Blue) = 130+121+186=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8279BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279BA is #7D8645. Grayscale: #828282. Windows color (decimal): -8226374 or 12220802. OLE color: 12220802.
HSL color Cylindrical-coordinate representation of color #8279BA: hue angle of 248.31º 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 #8279BA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 121 | 186 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.27 |
| HSL | 248.31º | 0.32% | 0.6% | - |
| HSV(B) | 248.31º | 0.35% | 0.73% | - |
| XYZ | 24.91 | 21.97 | 49.38 | - |
| YUV | 131.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 186 | 0.30 | 0.35 | 0 | 0.27 | 248.31 | 0.32 | 0.6 |
| Hex | 82 | 79 | BA | 1E | 23 | 0 | 1B | F8 | 20 | 3C |
| Octal | 202 | 171 | 272 | 36 | 43 | 0 | 33 | 370 | 40 | 74 |
| Binary | 10000010 | 1111001 | 10111010 | 11110 | 100011 | 0 | 11011 | 11111000 | 100000 | 111100 |
Color Harmonies of #8279BA
Complementary color
Monochromatic Colors of #8279BA
Black with #8279BA
Text Example
Text Example
White with #8279BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279BA; }
p { color: rgb(130,121,186); }
H1.HeaderClassName
{
color: #8279BA;
}
.AnyTagClassName
{
color: #8279BA;
}
</style>
background-color css
<style>
a { background-color: #8279BA; }
a { background-color: rgb(130,121,186); }
div.DivClassName
{
background-color: #8279BA;
}
.BgClassName
{
background-color: #8279BA;
}
</style>
border-color css
<style>
span { border-color: #8279BA; }
span { border-color: rgb(130,121,186); }
td.TdClassName
{
border-color: #8279BA;
}
.TagClassName
{
border-color: #8279BA;
}
</style>