Shades of Moody Blue #8481BA
Tints of Moody Blue #8481BA
RGB
CMYK
RGB Variations
Color information
#8481BA (or 0x8481BA) is known color: Moody Blue. HEX triplet: 84, 81 and BA. RGB value is (132,129,186). Sum of RGB (Red+Green+Blue) = 132+129+186=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8481BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481BA is #7B7E45. Grayscale: #888888. Windows color (decimal): -8093254 or 12222852. OLE color: 12222852.
HSL color Cylindrical-coordinate representation of color #8481BA: hue angle of 243.16º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8481BA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 129 | 186 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.27 |
| HSL | 243.16º | 0.29% | 0.62% | - |
| HSV(B) | 243.16º | 0.31% | 0.73% | - |
| XYZ | 26.23 | 24.15 | 49.73 | - |
| YUV | 136.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 186 | 0.29 | 0.31 | 0 | 0.27 | 243.16 | 0.29 | 0.62 |
| Hex | 84 | 81 | BA | 1D | 1F | 0 | 1B | F3 | 1D | 3E |
| Octal | 204 | 201 | 272 | 35 | 37 | 0 | 33 | 363 | 35 | 76 |
| Binary | 10000100 | 10000001 | 10111010 | 11101 | 11111 | 0 | 11011 | 11110011 | 11101 | 111110 |
Color Harmonies of #8481BA
Complementary color
Monochromatic Colors of #8481BA
Black with #8481BA
Text Example
Text Example
White with #8481BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481BA; }
p { color: rgb(132,129,186); }
H1.HeaderClassName
{
color: #8481BA;
}
.AnyTagClassName
{
color: #8481BA;
}
</style>
background-color css
<style>
a { background-color: #8481BA; }
a { background-color: rgb(132,129,186); }
div.DivClassName
{
background-color: #8481BA;
}
.BgClassName
{
background-color: #8481BA;
}
</style>
border-color css
<style>
span { border-color: #8481BA; }
span { border-color: rgb(132,129,186); }
td.TdClassName
{
border-color: #8481BA;
}
.TagClassName
{
border-color: #8481BA;
}
</style>