Shades of Moody Blue #8481DE
Tints of Moody Blue #8481DE
RGB
CMYK
RGB Variations
Color information
#8481DE (or 0x8481DE) is known color: Moody Blue. HEX triplet: 84, 81 and DE. RGB value is (132,129,222). Sum of RGB (Red+Green+Blue) = 132+129+222=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #8481DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DE is #7B7E21. Grayscale: #8C8C8C. Windows color (decimal): -8093218 or 14582148. OLE color: 14582148.
HSL color Cylindrical-coordinate representation of color #8481DE: hue angle of 241.94º degrees, saturation: 0.58, 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 #8481DE is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 129 | 222 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.13 |
| HSL | 241.94º | 0.58% | 0.69% | - |
| HSV(B) | 241.94º | 0.42% | 0.87% | - |
| XYZ | 30.55 | 25.88 | 72.49 | - |
| YUV | 140.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 222 | 0.41 | 0.42 | 0 | 0.13 | 241.94 | 0.58 | 0.69 |
| Hex | 84 | 81 | DE | 29 | 2A | 0 | D | F2 | 3A | 45 |
| Octal | 204 | 201 | 336 | 51 | 52 | 0 | 15 | 362 | 72 | 105 |
| Binary | 10000100 | 10000001 | 11011110 | 101001 | 101010 | 0 | 1101 | 11110010 | 111010 | 1000101 |
Color Harmonies of #8481DE
Complementary color
Monochromatic Colors of #8481DE
Black with #8481DE
Text Example
Text Example
White with #8481DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481DE; }
p { color: rgb(132,129,222); }
H1.HeaderClassName
{
color: #8481DE;
}
.AnyTagClassName
{
color: #8481DE;
}
</style>
background-color css
<style>
a { background-color: #8481DE; }
a { background-color: rgb(132,129,222); }
div.DivClassName
{
background-color: #8481DE;
}
.BgClassName
{
background-color: #8481DE;
}
</style>
border-color css
<style>
span { border-color: #8481DE; }
span { border-color: rgb(132,129,222); }
td.TdClassName
{
border-color: #8481DE;
}
.TagClassName
{
border-color: #8481DE;
}
</style>