Shades of Moody Blue #8376D3
Tints of Moody Blue #8376D3
RGB
CMYK
RGB Variations
Color information
#8376D3 (or 0x8376D3) is known color: Moody Blue. HEX triplet: 83, 76 and D3. RGB value is (131,118,211). Sum of RGB (Red+Green+Blue) = 131+118+211=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #8376D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376D3 is #7C892C. Grayscale: #848484. Windows color (decimal): -8161581 or 13858435. OLE color: 13858435.
HSL color Cylindrical-coordinate representation of color #8376D3: hue angle of 248.39º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8376D3 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 118 | 211 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.17 |
| HSL | 248.39º | 0.51% | 0.65% | - |
| HSV(B) | 248.39º | 0.44% | 0.83% | - |
| XYZ | 27.6 | 22.49 | 64.51 | - |
| YUV | 132.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 211 | 0.38 | 0.44 | 0 | 0.17 | 248.39 | 0.51 | 0.65 |
| Hex | 83 | 76 | D3 | 26 | 2C | 0 | 11 | F8 | 33 | 41 |
| Octal | 203 | 166 | 323 | 46 | 54 | 0 | 21 | 370 | 63 | 101 |
| Binary | 10000011 | 1110110 | 11010011 | 100110 | 101100 | 0 | 10001 | 11111000 | 110011 | 1000001 |
Color Harmonies of #8376D3
Complementary color
Monochromatic Colors of #8376D3
Black with #8376D3
Text Example
Text Example
White with #8376D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376D3; }
p { color: rgb(131,118,211); }
H1.HeaderClassName
{
color: #8376D3;
}
.AnyTagClassName
{
color: #8376D3;
}
</style>
background-color css
<style>
a { background-color: #8376D3; }
a { background-color: rgb(131,118,211); }
div.DivClassName
{
background-color: #8376D3;
}
.BgClassName
{
background-color: #8376D3;
}
</style>
border-color css
<style>
span { border-color: #8376D3; }
span { border-color: rgb(131,118,211); }
td.TdClassName
{
border-color: #8376D3;
}
.TagClassName
{
border-color: #8376D3;
}
</style>