Shades of Moody Blue #8C81DD
Tints of Moody Blue #8C81DD
RGB
CMYK
RGB Variations
Color information
#8C81DD (or 0x8C81DD) is known color: Moody Blue. HEX triplet: 8C, 81 and DD. RGB value is (140,129,221). Sum of RGB (Red+Green+Blue) = 140+129+221=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DD is #737E22. Grayscale: #8E8E8E. Windows color (decimal): -7568931 or 14516620. OLE color: 14516620.
HSL color Cylindrical-coordinate representation of color #8C81DD: hue angle of 247.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C81DD is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 129 | 221 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.13 |
| HSL | 247.17º | 0.58% | 0.69% | - |
| HSV(B) | 247.17º | 0.42% | 0.87% | - |
| XYZ | 31.72 | 26.5 | 71.85 | - |
| YUV | 142.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 221 | 0.37 | 0.42 | 0 | 0.13 | 247.17 | 0.58 | 0.69 |
| Hex | 8C | 81 | DD | 25 | 2A | 0 | D | F7 | 3A | 45 |
| Octal | 214 | 201 | 335 | 45 | 52 | 0 | 15 | 367 | 72 | 105 |
| Binary | 10001100 | 10000001 | 11011101 | 100101 | 101010 | 0 | 1101 | 11110111 | 111010 | 1000101 |
Color Harmonies of #8C81DD
Complementary color
Monochromatic Colors of #8C81DD
Black with #8C81DD
Text Example
Text Example
White with #8C81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81DD; }
p { color: rgb(140,129,221); }
H1.HeaderClassName
{
color: #8C81DD;
}
.AnyTagClassName
{
color: #8C81DD;
}
</style>
background-color css
<style>
a { background-color: #8C81DD; }
a { background-color: rgb(140,129,221); }
div.DivClassName
{
background-color: #8C81DD;
}
.BgClassName
{
background-color: #8C81DD;
}
</style>
border-color css
<style>
span { border-color: #8C81DD; }
span { border-color: rgb(140,129,221); }
td.TdClassName
{
border-color: #8C81DD;
}
.TagClassName
{
border-color: #8C81DD;
}
</style>