Shades of Moody Blue #8379DF
Tints of Moody Blue #8379DF
RGB
CMYK
RGB Variations
Color information
#8379DF (or 0x8379DF) is known color: Moody Blue. HEX triplet: 83, 79 and DF. RGB value is (131,121,223). Sum of RGB (Red+Green+Blue) = 131+121+223=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8379DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379DF is #7C8620. Grayscale: #878787. Windows color (decimal): -8160801 or 14645635. OLE color: 14645635.
HSL color Cylindrical-coordinate representation of color #8379DF: hue angle of 245.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8379DF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 121 | 223 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.13 |
| HSL | 245.88º | 0.61% | 0.67% | - |
| HSV(B) | 245.88º | 0.46% | 0.87% | - |
| XYZ | 29.52 | 23.83 | 72.86 | - |
| YUV | 135.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 223 | 0.41 | 0.46 | 0 | 0.13 | 245.88 | 0.61 | 0.67 |
| Hex | 83 | 79 | DF | 29 | 2E | 0 | D | F6 | 3D | 43 |
| Octal | 203 | 171 | 337 | 51 | 56 | 0 | 15 | 366 | 75 | 103 |
| Binary | 10000011 | 1111001 | 11011111 | 101001 | 101110 | 0 | 1101 | 11110110 | 111101 | 1000011 |
Color Harmonies of #8379DF
Complementary color
Monochromatic Colors of #8379DF
Black with #8379DF
Text Example
Text Example
White with #8379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379DF; }
p { color: rgb(131,121,223); }
H1.HeaderClassName
{
color: #8379DF;
}
.AnyTagClassName
{
color: #8379DF;
}
</style>
background-color css
<style>
a { background-color: #8379DF; }
a { background-color: rgb(131,121,223); }
div.DivClassName
{
background-color: #8379DF;
}
.BgClassName
{
background-color: #8379DF;
}
</style>
border-color css
<style>
span { border-color: #8379DF; }
span { border-color: rgb(131,121,223); }
td.TdClassName
{
border-color: #8379DF;
}
.TagClassName
{
border-color: #8379DF;
}
</style>