Shades of Moody Blue #8376BE
Tints of Moody Blue #8376BE
RGB
CMYK
RGB Variations
Color information
#8376BE (or 0x8376BE) is known color: Moody Blue. HEX triplet: 83, 76 and BE. RGB value is (131,118,190). Sum of RGB (Red+Green+Blue) = 131+118+190=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8376BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376BE is #7C8941. Grayscale: #818181. Windows color (decimal): -8161602 or 12482179. OLE color: 12482179.
HSL color Cylindrical-coordinate representation of color #8376BE: hue angle of 250.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8376BE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 118 | 190 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.25 |
| HSL | 250.83º | 0.36% | 0.6% | - |
| HSV(B) | 250.83º | 0.38% | 0.75% | - |
| XYZ | 25.13 | 21.5 | 51.54 | - |
| YUV | 130.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 190 | 0.31 | 0.38 | 0 | 0.25 | 250.83 | 0.36 | 0.6 |
| Hex | 83 | 76 | BE | 1F | 26 | 0 | 19 | FB | 24 | 3C |
| Octal | 203 | 166 | 276 | 37 | 46 | 0 | 31 | 373 | 44 | 74 |
| Binary | 10000011 | 1110110 | 10111110 | 11111 | 100110 | 0 | 11001 | 11111011 | 100100 | 111100 |
Color Harmonies of #8376BE
Complementary color
Monochromatic Colors of #8376BE
Black with #8376BE
Text Example
Text Example
White with #8376BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376BE; }
p { color: rgb(131,118,190); }
H1.HeaderClassName
{
color: #8376BE;
}
.AnyTagClassName
{
color: #8376BE;
}
</style>
background-color css
<style>
a { background-color: #8376BE; }
a { background-color: rgb(131,118,190); }
div.DivClassName
{
background-color: #8376BE;
}
.BgClassName
{
background-color: #8376BE;
}
</style>
border-color css
<style>
span { border-color: #8376BE; }
span { border-color: rgb(131,118,190); }
td.TdClassName
{
border-color: #8376BE;
}
.TagClassName
{
border-color: #8376BE;
}
</style>