Shades of Moody Blue #8378D8
Tints of Moody Blue #8378D8
RGB
CMYK
RGB Variations
Color information
#8378D8 (or 0x8378D8) is known color: Moody Blue. HEX triplet: 83, 78 and D8. RGB value is (131,120,216). Sum of RGB (Red+Green+Blue) = 131+120+216=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #8378D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378D8 is #7C8727. Grayscale: #858585. Windows color (decimal): -8161064 or 14186627. OLE color: 14186627.
HSL color Cylindrical-coordinate representation of color #8378D8: hue angle of 246.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8378D8 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 120 | 216 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.15 |
| HSL | 246.88º | 0.55% | 0.66% | - |
| HSV(B) | 246.88º | 0.44% | 0.85% | - |
| XYZ | 28.47 | 23.22 | 67.95 | - |
| YUV | 134.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 216 | 0.39 | 0.44 | 0 | 0.15 | 246.88 | 0.55 | 0.66 |
| Hex | 83 | 78 | D8 | 27 | 2C | 0 | F | F7 | 37 | 42 |
| Octal | 203 | 170 | 330 | 47 | 54 | 0 | 17 | 367 | 67 | 102 |
| Binary | 10000011 | 1111000 | 11011000 | 100111 | 101100 | 0 | 1111 | 11110111 | 110111 | 1000010 |
Color Harmonies of #8378D8
Complementary color
Monochromatic Colors of #8378D8
Black with #8378D8
Text Example
Text Example
White with #8378D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378D8; }
p { color: rgb(131,120,216); }
H1.HeaderClassName
{
color: #8378D8;
}
.AnyTagClassName
{
color: #8378D8;
}
</style>
background-color css
<style>
a { background-color: #8378D8; }
a { background-color: rgb(131,120,216); }
div.DivClassName
{
background-color: #8378D8;
}
.BgClassName
{
background-color: #8378D8;
}
</style>
border-color css
<style>
span { border-color: #8378D8; }
span { border-color: rgb(131,120,216); }
td.TdClassName
{
border-color: #8378D8;
}
.TagClassName
{
border-color: #8378D8;
}
</style>