Shades of Moody Blue #8376BA
Tints of Moody Blue #8376BA
RGB
CMYK
RGB Variations
Color information
#8376BA (or 0x8376BA) is known color: Moody Blue. HEX triplet: 83, 76 and BA. RGB value is (131,118,186). Sum of RGB (Red+Green+Blue) = 131+118+186=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8376BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376BA is #7C8945. Grayscale: #818181. Windows color (decimal): -8161606 or 12220035. OLE color: 12220035.
HSL color Cylindrical-coordinate representation of color #8376BA: hue angle of 251.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8376BA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 118 | 186 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.27 |
| HSL | 251.47º | 0.33% | 0.6% | - |
| HSV(B) | 251.47º | 0.37% | 0.73% | - |
| XYZ | 24.7 | 21.33 | 49.27 | - |
| YUV | 129.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 186 | 0.30 | 0.37 | 0 | 0.27 | 251.47 | 0.33 | 0.6 |
| Hex | 83 | 76 | BA | 1E | 25 | 0 | 1B | FB | 21 | 3C |
| Octal | 203 | 166 | 272 | 36 | 45 | 0 | 33 | 373 | 41 | 74 |
| Binary | 10000011 | 1110110 | 10111010 | 11110 | 100101 | 0 | 11011 | 11111011 | 100001 | 111100 |
Color Harmonies of #8376BA
Complementary color
Monochromatic Colors of #8376BA
Black with #8376BA
Text Example
Text Example
White with #8376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376BA; }
p { color: rgb(131,118,186); }
H1.HeaderClassName
{
color: #8376BA;
}
.AnyTagClassName
{
color: #8376BA;
}
</style>
background-color css
<style>
a { background-color: #8376BA; }
a { background-color: rgb(131,118,186); }
div.DivClassName
{
background-color: #8376BA;
}
.BgClassName
{
background-color: #8376BA;
}
</style>
border-color css
<style>
span { border-color: #8376BA; }
span { border-color: rgb(131,118,186); }
td.TdClassName
{
border-color: #8376BA;
}
.TagClassName
{
border-color: #8376BA;
}
</style>