Shades of Moody Blue #8279B6
Tints of Moody Blue #8279B6
RGB
CMYK
RGB Variations
Color information
#8279B6 (or 0x8279B6) is known color: Moody Blue. HEX triplet: 82, 79 and B6. RGB value is (130,121,182). Sum of RGB (Red+Green+Blue) = 130+121+182=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #8279B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279B6 is #7D8649. Grayscale: #828282. Windows color (decimal): -8226378 or 11958658. OLE color: 11958658.
HSL color Cylindrical-coordinate representation of color #8279B6: hue angle of 248.85º 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 #8279B6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 121 | 182 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.29 |
| HSL | 248.85º | 0.29% | 0.59% | - |
| HSV(B) | 248.85º | 0.34% | 0.71% | - |
| XYZ | 24.49 | 21.8 | 47.17 | - |
| YUV | 130.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 182 | 0.29 | 0.34 | 0 | 0.29 | 248.85 | 0.29 | 0.59 |
| Hex | 82 | 79 | B6 | 1D | 22 | 0 | 1D | F9 | 1D | 3B |
| Octal | 202 | 171 | 266 | 35 | 42 | 0 | 35 | 371 | 35 | 73 |
| Binary | 10000010 | 1111001 | 10110110 | 11101 | 100010 | 0 | 11101 | 11111001 | 11101 | 111011 |
Color Harmonies of #8279B6
Complementary color
Monochromatic Colors of #8279B6
Black with #8279B6
Text Example
Text Example
White with #8279B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279B6; }
p { color: rgb(130,121,182); }
H1.HeaderClassName
{
color: #8279B6;
}
.AnyTagClassName
{
color: #8279B6;
}
</style>
background-color css
<style>
a { background-color: #8279B6; }
a { background-color: rgb(130,121,182); }
div.DivClassName
{
background-color: #8279B6;
}
.BgClassName
{
background-color: #8279B6;
}
</style>
border-color css
<style>
span { border-color: #8279B6; }
span { border-color: rgb(130,121,182); }
td.TdClassName
{
border-color: #8279B6;
}
.TagClassName
{
border-color: #8279B6;
}
</style>