Shades of Moody Blue #8378DC
Tints of Moody Blue #8378DC
RGB
CMYK
RGB Variations
Color information
#8378DC (or 0x8378DC) is known color: Moody Blue. HEX triplet: 83, 78 and DC. RGB value is (131,120,220). Sum of RGB (Red+Green+Blue) = 131+120+220=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8378DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378DC is #7C8723. Grayscale: #868686. Windows color (decimal): -8161060 or 14448771. OLE color: 14448771.
HSL color Cylindrical-coordinate representation of color #8378DC: hue angle of 246.6º 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 #8378DC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 120 | 220 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 246.6º | 0.59% | 0.67% | - |
| HSV(B) | 246.6º | 0.45% | 0.86% | - |
| XYZ | 28.99 | 23.43 | 70.7 | - |
| YUV | 134.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 220 | 0.40 | 0.45 | 0 | 0.14 | 246.6 | 0.59 | 0.67 |
| Hex | 83 | 78 | DC | 28 | 2D | 0 | E | F7 | 3B | 43 |
| Octal | 203 | 170 | 334 | 50 | 55 | 0 | 16 | 367 | 73 | 103 |
| Binary | 10000011 | 1111000 | 11011100 | 101000 | 101101 | 0 | 1110 | 11110111 | 111011 | 1000011 |
Color Harmonies of #8378DC
Complementary color
Monochromatic Colors of #8378DC
Black with #8378DC
Text Example
Text Example
White with #8378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378DC; }
p { color: rgb(131,120,220); }
H1.HeaderClassName
{
color: #8378DC;
}
.AnyTagClassName
{
color: #8378DC;
}
</style>
background-color css
<style>
a { background-color: #8378DC; }
a { background-color: rgb(131,120,220); }
div.DivClassName
{
background-color: #8378DC;
}
.BgClassName
{
background-color: #8378DC;
}
</style>
border-color css
<style>
span { border-color: #8378DC; }
span { border-color: rgb(131,120,220); }
td.TdClassName
{
border-color: #8378DC;
}
.TagClassName
{
border-color: #8378DC;
}
</style>