Shades of Moody Blue #8481DD
Tints of Moody Blue #8481DD
RGB
CMYK
RGB Variations
Color information
#8481DD (or 0x8481DD) is known color: Moody Blue. HEX triplet: 84, 81 and DD. RGB value is (132,129,221). Sum of RGB (Red+Green+Blue) = 132+129+221=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8481DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DD is #7B7E22. Grayscale: #8C8C8C. Windows color (decimal): -8093219 or 14516612. OLE color: 14516612.
HSL color Cylindrical-coordinate representation of color #8481DD: hue angle of 241.96º 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 #8481DD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 129 | 221 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.13 |
| HSL | 241.96º | 0.58% | 0.69% | - |
| HSV(B) | 241.96º | 0.42% | 0.87% | - |
| XYZ | 30.42 | 25.83 | 71.79 | - |
| YUV | 140.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 221 | 0.40 | 0.42 | 0 | 0.13 | 241.96 | 0.58 | 0.69 |
| Hex | 84 | 81 | DD | 28 | 2A | 0 | D | F2 | 3A | 45 |
| Octal | 204 | 201 | 335 | 50 | 52 | 0 | 15 | 362 | 72 | 105 |
| Binary | 10000100 | 10000001 | 11011101 | 101000 | 101010 | 0 | 1101 | 11110010 | 111010 | 1000101 |
Color Harmonies of #8481DD
Complementary color
Monochromatic Colors of #8481DD
Black with #8481DD
Text Example
Text Example
White with #8481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481DD; }
p { color: rgb(132,129,221); }
H1.HeaderClassName
{
color: #8481DD;
}
.AnyTagClassName
{
color: #8481DD;
}
</style>
background-color css
<style>
a { background-color: #8481DD; }
a { background-color: rgb(132,129,221); }
div.DivClassName
{
background-color: #8481DD;
}
.BgClassName
{
background-color: #8481DD;
}
</style>
border-color css
<style>
span { border-color: #8481DD; }
span { border-color: rgb(132,129,221); }
td.TdClassName
{
border-color: #8481DD;
}
.TagClassName
{
border-color: #8481DD;
}
</style>