Shades of Moody Blue #8376B6
Tints of Moody Blue #8376B6
RGB
CMYK
RGB Variations
Color information
#8376B6 (or 0x8376B6) is known color: Moody Blue. HEX triplet: 83, 76 and B6. RGB value is (131,118,182). Sum of RGB (Red+Green+Blue) = 131+118+182=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #8376B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376B6 is #7C8949. Grayscale: #808080. Windows color (decimal): -8161610 or 11957891. OLE color: 11957891.
HSL color Cylindrical-coordinate representation of color #8376B6: hue angle of 252.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8376B6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 118 | 182 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.29 |
| HSL | 252.19º | 0.3% | 0.59% | - |
| HSV(B) | 252.19º | 0.35% | 0.71% | - |
| XYZ | 24.28 | 21.16 | 47.06 | - |
| YUV | 129.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 182 | 0.28 | 0.35 | 0 | 0.29 | 252.19 | 0.3 | 0.59 |
| Hex | 83 | 76 | B6 | 1C | 23 | 0 | 1D | FC | 1E | 3B |
| Octal | 203 | 166 | 266 | 34 | 43 | 0 | 35 | 374 | 36 | 73 |
| Binary | 10000011 | 1110110 | 10110110 | 11100 | 100011 | 0 | 11101 | 11111100 | 11110 | 111011 |
Color Harmonies of #8376B6
Complementary color
Monochromatic Colors of #8376B6
Black with #8376B6
Text Example
Text Example
White with #8376B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376B6; }
p { color: rgb(131,118,182); }
H1.HeaderClassName
{
color: #8376B6;
}
.AnyTagClassName
{
color: #8376B6;
}
</style>
background-color css
<style>
a { background-color: #8376B6; }
a { background-color: rgb(131,118,182); }
div.DivClassName
{
background-color: #8376B6;
}
.BgClassName
{
background-color: #8376B6;
}
</style>
border-color css
<style>
span { border-color: #8376B6; }
span { border-color: rgb(131,118,182); }
td.TdClassName
{
border-color: #8376B6;
}
.TagClassName
{
border-color: #8376B6;
}
</style>