Shades of Moody Blue #8B80DD
Tints of Moody Blue #8B80DD
RGB
CMYK
RGB Variations
Color information
#8B80DD (or 0x8B80DD) is known color: Moody Blue. HEX triplet: 8B, 80 and DD. RGB value is (139,128,221). Sum of RGB (Red+Green+Blue) = 139+128+221=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80DD is #747F22. Grayscale: #8D8D8D. Windows color (decimal): -7634723 or 14516363. OLE color: 14516363.
HSL color Cylindrical-coordinate representation of color #8B80DD: hue angle of 247.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B80DD is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 128 | 221 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.13 |
| HSL | 247.1º | 0.58% | 0.68% | - |
| HSV(B) | 247.1º | 0.42% | 0.87% | - |
| XYZ | 31.42 | 26.15 | 71.8 | - |
| YUV | 141.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 221 | 0.37 | 0.42 | 0 | 0.13 | 247.1 | 0.58 | 0.68 |
| Hex | 8B | 80 | DD | 25 | 2A | 0 | D | F7 | 3A | 44 |
| Octal | 213 | 200 | 335 | 45 | 52 | 0 | 15 | 367 | 72 | 104 |
| Binary | 10001011 | 10000000 | 11011101 | 100101 | 101010 | 0 | 1101 | 11110111 | 111010 | 1000100 |
Color Harmonies of #8B80DD
Complementary color
Monochromatic Colors of #8B80DD
Black with #8B80DD
Text Example
Text Example
White with #8B80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80DD; }
p { color: rgb(139,128,221); }
H1.HeaderClassName
{
color: #8B80DD;
}
.AnyTagClassName
{
color: #8B80DD;
}
</style>
background-color css
<style>
a { background-color: #8B80DD; }
a { background-color: rgb(139,128,221); }
div.DivClassName
{
background-color: #8B80DD;
}
.BgClassName
{
background-color: #8B80DD;
}
</style>
border-color css
<style>
span { border-color: #8B80DD; }
span { border-color: rgb(139,128,221); }
td.TdClassName
{
border-color: #8B80DD;
}
.TagClassName
{
border-color: #8B80DD;
}
</style>