Shades of Moody Blue #8379DC
Tints of Moody Blue #8379DC
RGB
CMYK
RGB Variations
Color information
#8379DC (or 0x8379DC) is known color: Moody Blue. HEX triplet: 83, 79 and DC. RGB value is (131,121,220). Sum of RGB (Red+Green+Blue) = 131+121+220=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8379DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379DC is #7C8623. Grayscale: #868686. Windows color (decimal): -8160804 or 14449027. OLE color: 14449027.
HSL color Cylindrical-coordinate representation of color #8379DC: hue angle of 246.06º degrees, saturation: 0.59, 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 #8379DC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 121 | 220 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 246.06º | 0.59% | 0.67% | - |
| HSV(B) | 246.06º | 0.45% | 0.86% | - |
| XYZ | 29.12 | 23.67 | 70.74 | - |
| YUV | 135.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 220 | 0.40 | 0.45 | 0 | 0.14 | 246.06 | 0.59 | 0.67 |
| Hex | 83 | 79 | DC | 28 | 2D | 0 | E | F6 | 3B | 43 |
| Octal | 203 | 171 | 334 | 50 | 55 | 0 | 16 | 366 | 73 | 103 |
| Binary | 10000011 | 1111001 | 11011100 | 101000 | 101101 | 0 | 1110 | 11110110 | 111011 | 1000011 |
Color Harmonies of #8379DC
Complementary color
Monochromatic Colors of #8379DC
Black with #8379DC
Text Example
Text Example
White with #8379DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379DC; }
p { color: rgb(131,121,220); }
H1.HeaderClassName
{
color: #8379DC;
}
.AnyTagClassName
{
color: #8379DC;
}
</style>
background-color css
<style>
a { background-color: #8379DC; }
a { background-color: rgb(131,121,220); }
div.DivClassName
{
background-color: #8379DC;
}
.BgClassName
{
background-color: #8379DC;
}
</style>
border-color css
<style>
span { border-color: #8379DC; }
span { border-color: rgb(131,121,220); }
td.TdClassName
{
border-color: #8379DC;
}
.TagClassName
{
border-color: #8379DC;
}
</style>