Shades of Moody Blue #8376CF
Tints of Moody Blue #8376CF
RGB
CMYK
RGB Variations
Color information
#8376CF (or 0x8376CF) is known color: Moody Blue. HEX triplet: 83, 76 and CF. RGB value is (131,118,207). Sum of RGB (Red+Green+Blue) = 131+118+207=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #8376CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376CF is #7C8930. Grayscale: #838383. Windows color (decimal): -8161585 or 13596291. OLE color: 13596291.
HSL color Cylindrical-coordinate representation of color #8376CF: hue angle of 248.76º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8376CF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 118 | 207 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.19 |
| HSL | 248.76º | 0.48% | 0.64% | - |
| HSV(B) | 248.76º | 0.43% | 0.81% | - |
| XYZ | 27.1 | 22.29 | 61.9 | - |
| YUV | 132.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 207 | 0.37 | 0.43 | 0 | 0.19 | 248.76 | 0.48 | 0.64 |
| Hex | 83 | 76 | CF | 25 | 2B | 0 | 13 | F9 | 30 | 40 |
| Octal | 203 | 166 | 317 | 45 | 53 | 0 | 23 | 371 | 60 | 100 |
| Binary | 10000011 | 1110110 | 11001111 | 100101 | 101011 | 0 | 10011 | 11111001 | 110000 | 1000000 |
Color Harmonies of #8376CF
Complementary color
Monochromatic Colors of #8376CF
Black with #8376CF
Text Example
Text Example
White with #8376CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376CF; }
p { color: rgb(131,118,207); }
H1.HeaderClassName
{
color: #8376CF;
}
.AnyTagClassName
{
color: #8376CF;
}
</style>
background-color css
<style>
a { background-color: #8376CF; }
a { background-color: rgb(131,118,207); }
div.DivClassName
{
background-color: #8376CF;
}
.BgClassName
{
background-color: #8376CF;
}
</style>
border-color css
<style>
span { border-color: #8376CF; }
span { border-color: rgb(131,118,207); }
td.TdClassName
{
border-color: #8376CF;
}
.TagClassName
{
border-color: #8376CF;
}
</style>