Shades of Moody Blue #8A84DF
Tints of Moody Blue #8A84DF
RGB
CMYK
RGB Variations
Color information
#8A84DF (or 0x8A84DF) is known color: Moody Blue. HEX triplet: 8A, 84 and DF. RGB value is (138,132,223). Sum of RGB (Red+Green+Blue) = 138+132+223=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A84DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84DF is #757B20. Grayscale: #8F8F8F. Windows color (decimal): -7699233 or 14648458. OLE color: 14648458.
HSL color Cylindrical-coordinate representation of color #8A84DF: hue angle of 243.96º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A84DF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 132 | 223 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.13 |
| HSL | 243.96º | 0.59% | 0.7% | - |
| HSV(B) | 243.96º | 0.41% | 0.87% | - |
| XYZ | 32.05 | 27.23 | 73.38 | - |
| YUV | 144.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 223 | 0.38 | 0.41 | 0 | 0.13 | 243.96 | 0.59 | 0.7 |
| Hex | 8A | 84 | DF | 26 | 29 | 0 | D | F4 | 3B | 46 |
| Octal | 212 | 204 | 337 | 46 | 51 | 0 | 15 | 364 | 73 | 106 |
| Binary | 10001010 | 10000100 | 11011111 | 100110 | 101001 | 0 | 1101 | 11110100 | 111011 | 1000110 |
Color Harmonies of #8A84DF
Complementary color
Monochromatic Colors of #8A84DF
Black with #8A84DF
Text Example
Text Example
White with #8A84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84DF; }
p { color: rgb(138,132,223); }
H1.HeaderClassName
{
color: #8A84DF;
}
.AnyTagClassName
{
color: #8A84DF;
}
</style>
background-color css
<style>
a { background-color: #8A84DF; }
a { background-color: rgb(138,132,223); }
div.DivClassName
{
background-color: #8A84DF;
}
.BgClassName
{
background-color: #8A84DF;
}
</style>
border-color css
<style>
span { border-color: #8A84DF; }
span { border-color: rgb(138,132,223); }
td.TdClassName
{
border-color: #8A84DF;
}
.TagClassName
{
border-color: #8A84DF;
}
</style>