Shades of Moody Blue #8376D5
Tints of Moody Blue #8376D5
RGB
CMYK
RGB Variations
Color information
#8376D5 (or 0x8376D5) is known color: Moody Blue. HEX triplet: 83, 76 and D5. RGB value is (131,118,213). Sum of RGB (Red+Green+Blue) = 131+118+213=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #8376D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376D5 is #7C892A. Grayscale: #848484. Windows color (decimal): -8161579 or 13989507. OLE color: 13989507.
HSL color Cylindrical-coordinate representation of color #8376D5: hue angle of 248.21º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8376D5 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 118 | 213 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.16 |
| HSL | 248.21º | 0.53% | 0.65% | - |
| HSV(B) | 248.21º | 0.45% | 0.84% | - |
| XYZ | 27.85 | 22.59 | 65.84 | - |
| YUV | 132.72 | 173.31 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 213 | 0.38 | 0.45 | 0 | 0.16 | 248.21 | 0.53 | 0.65 |
| Hex | 83 | 76 | D5 | 26 | 2D | 0 | 10 | F8 | 35 | 41 |
| Octal | 203 | 166 | 325 | 46 | 55 | 0 | 20 | 370 | 65 | 101 |
| Binary | 10000011 | 1110110 | 11010101 | 100110 | 101101 | 0 | 10000 | 11111000 | 110101 | 1000001 |
Color Harmonies of #8376D5
Complementary color
Monochromatic Colors of #8376D5
Black with #8376D5
Text Example
Text Example
White with #8376D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376D5; }
p { color: rgb(131,118,213); }
H1.HeaderClassName
{
color: #8376D5;
}
.AnyTagClassName
{
color: #8376D5;
}
</style>
background-color css
<style>
a { background-color: #8376D5; }
a { background-color: rgb(131,118,213); }
div.DivClassName
{
background-color: #8376D5;
}
.BgClassName
{
background-color: #8376D5;
}
</style>
border-color css
<style>
span { border-color: #8376D5; }
span { border-color: rgb(131,118,213); }
td.TdClassName
{
border-color: #8376D5;
}
.TagClassName
{
border-color: #8376D5;
}
</style>