Shades of Moody Blue #8A83D8
Tints of Moody Blue #8A83D8
RGB
CMYK
RGB Variations
Color information
#8A83D8 (or 0x8A83D8) is known color: Moody Blue. HEX triplet: 8A, 83 and D8. RGB value is (138,131,216). Sum of RGB (Red+Green+Blue) = 138+131+216=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A83D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83D8 is #757C27. Grayscale: #8E8E8E. Windows color (decimal): -7699496 or 14189450. OLE color: 14189450.
HSL color Cylindrical-coordinate representation of color #8A83D8: hue angle of 244.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A83D8 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 131 | 216 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.15 |
| HSL | 244.94º | 0.52% | 0.68% | - |
| HSV(B) | 244.94º | 0.39% | 0.85% | - |
| XYZ | 30.99 | 26.59 | 68.47 | - |
| YUV | 142.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 216 | 0.36 | 0.39 | 0 | 0.15 | 244.94 | 0.52 | 0.68 |
| Hex | 8A | 83 | D8 | 24 | 27 | 0 | F | F5 | 34 | 44 |
| Octal | 212 | 203 | 330 | 44 | 47 | 0 | 17 | 365 | 64 | 104 |
| Binary | 10001010 | 10000011 | 11011000 | 100100 | 100111 | 0 | 1111 | 11110101 | 110100 | 1000100 |
Color Harmonies of #8A83D8
Complementary color
Monochromatic Colors of #8A83D8
Black with #8A83D8
Text Example
Text Example
White with #8A83D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A83D8; }
p { color: rgb(138,131,216); }
H1.HeaderClassName
{
color: #8A83D8;
}
.AnyTagClassName
{
color: #8A83D8;
}
</style>
background-color css
<style>
a { background-color: #8A83D8; }
a { background-color: rgb(138,131,216); }
div.DivClassName
{
background-color: #8A83D8;
}
.BgClassName
{
background-color: #8A83D8;
}
</style>
border-color css
<style>
span { border-color: #8A83D8; }
span { border-color: rgb(138,131,216); }
td.TdClassName
{
border-color: #8A83D8;
}
.TagClassName
{
border-color: #8A83D8;
}
</style>