Shades of Moody Blue #8378B4
Tints of Moody Blue #8378B4
RGB
CMYK
RGB Variations
Color information
#8378B4 (or 0x8378B4) is known color: Moody Blue. HEX triplet: 83, 78 and B4. RGB value is (131,120,180). Sum of RGB (Red+Green+Blue) = 131+120+180=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #8378B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378B4 is #7C874B. Grayscale: #818181. Windows color (decimal): -8161100 or 11827331. OLE color: 11827331.
HSL color Cylindrical-coordinate representation of color #8378B4: hue angle of 251º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8378B4 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 120 | 180 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.29 |
| HSL | 251º | 0.29% | 0.59% | - |
| HSV(B) | 251º | 0.33% | 0.71% | - |
| XYZ | 24.31 | 21.55 | 46.06 | - |
| YUV | 130.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 180 | 0.27 | 0.33 | 0 | 0.29 | 251 | 0.29 | 0.59 |
| Hex | 83 | 78 | B4 | 1B | 21 | 0 | 1D | FB | 1D | 3B |
| Octal | 203 | 170 | 264 | 33 | 41 | 0 | 35 | 373 | 35 | 73 |
| Binary | 10000011 | 1111000 | 10110100 | 11011 | 100001 | 0 | 11101 | 11111011 | 11101 | 111011 |
Color Harmonies of #8378B4
Complementary color
Monochromatic Colors of #8378B4
Black with #8378B4
Text Example
Text Example
White with #8378B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8378B4; }
p { color: rgb(131,120,180); }
H1.HeaderClassName
{
color: #8378B4;
}
.AnyTagClassName
{
color: #8378B4;
}
</style>
background-color css
<style>
a { background-color: #8378B4; }
a { background-color: rgb(131,120,180); }
div.DivClassName
{
background-color: #8378B4;
}
.BgClassName
{
background-color: #8378B4;
}
</style>
border-color css
<style>
span { border-color: #8378B4; }
span { border-color: rgb(131,120,180); }
td.TdClassName
{
border-color: #8378B4;
}
.TagClassName
{
border-color: #8378B4;
}
</style>