Shades of Moody Blue #8A81DA
Tints of Moody Blue #8A81DA
RGB
CMYK
RGB Variations
Color information
#8A81DA (or 0x8A81DA) is known color: Moody Blue. HEX triplet: 8A, 81 and DA. RGB value is (138,129,218). Sum of RGB (Red+Green+Blue) = 138+129+218=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81DA is #757E25. Grayscale: #8D8D8D. Windows color (decimal): -7700006 or 14320010. OLE color: 14320010.
HSL color Cylindrical-coordinate representation of color #8A81DA: hue angle of 246.07º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A81DA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 129 | 218 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.15 |
| HSL | 246.07º | 0.55% | 0.68% | - |
| HSV(B) | 246.07º | 0.41% | 0.85% | - |
| XYZ | 30.99 | 26.17 | 69.75 | - |
| YUV | 141.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 218 | 0.37 | 0.41 | 0 | 0.15 | 246.07 | 0.55 | 0.68 |
| Hex | 8A | 81 | DA | 25 | 29 | 0 | F | F6 | 37 | 44 |
| Octal | 212 | 201 | 332 | 45 | 51 | 0 | 17 | 366 | 67 | 104 |
| Binary | 10001010 | 10000001 | 11011010 | 100101 | 101001 | 0 | 1111 | 11110110 | 110111 | 1000100 |
Color Harmonies of #8A81DA
Complementary color
Monochromatic Colors of #8A81DA
Black with #8A81DA
Text Example
Text Example
White with #8A81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81DA; }
p { color: rgb(138,129,218); }
H1.HeaderClassName
{
color: #8A81DA;
}
.AnyTagClassName
{
color: #8A81DA;
}
</style>
background-color css
<style>
a { background-color: #8A81DA; }
a { background-color: rgb(138,129,218); }
div.DivClassName
{
background-color: #8A81DA;
}
.BgClassName
{
background-color: #8A81DA;
}
</style>
border-color css
<style>
span { border-color: #8A81DA; }
span { border-color: rgb(138,129,218); }
td.TdClassName
{
border-color: #8A81DA;
}
.TagClassName
{
border-color: #8A81DA;
}
</style>