Shades of Moody Blue #8279DB
Tints of Moody Blue #8279DB
RGB
CMYK
RGB Variations
Color information
#8279DB (or 0x8279DB) is known color: Moody Blue. HEX triplet: 82, 79 and DB. RGB value is (130,121,219). Sum of RGB (Red+Green+Blue) = 130+121+219=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8279DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279DB is #7D8624. Grayscale: #868686. Windows color (decimal): -8226341 or 14383490. OLE color: 14383490.
HSL color Cylindrical-coordinate representation of color #8279DB: hue angle of 245.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8279DB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 121 | 219 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.14 |
| HSL | 245.51º | 0.58% | 0.67% | - |
| HSV(B) | 245.51º | 0.45% | 0.86% | - |
| XYZ | 28.83 | 23.54 | 70.04 | - |
| YUV | 134.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 219 | 0.41 | 0.45 | 0 | 0.14 | 245.51 | 0.58 | 0.67 |
| Hex | 82 | 79 | DB | 29 | 2D | 0 | E | F6 | 3A | 43 |
| Octal | 202 | 171 | 333 | 51 | 55 | 0 | 16 | 366 | 72 | 103 |
| Binary | 10000010 | 1111001 | 11011011 | 101001 | 101101 | 0 | 1110 | 11110110 | 111010 | 1000011 |
Color Harmonies of #8279DB
Complementary color
Monochromatic Colors of #8279DB
Black with #8279DB
Text Example
Text Example
White with #8279DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279DB; }
p { color: rgb(130,121,219); }
H1.HeaderClassName
{
color: #8279DB;
}
.AnyTagClassName
{
color: #8279DB;
}
</style>
background-color css
<style>
a { background-color: #8279DB; }
a { background-color: rgb(130,121,219); }
div.DivClassName
{
background-color: #8279DB;
}
.BgClassName
{
background-color: #8279DB;
}
</style>
border-color css
<style>
span { border-color: #8279DB; }
span { border-color: rgb(130,121,219); }
td.TdClassName
{
border-color: #8279DB;
}
.TagClassName
{
border-color: #8279DB;
}
</style>