Shades of Moody Blue #8A81DB
Tints of Moody Blue #8A81DB
RGB
CMYK
RGB Variations
Color information
#8A81DB (or 0x8A81DB) is known color: Moody Blue. HEX triplet: 8A, 81 and DB. RGB value is (138,129,219). Sum of RGB (Red+Green+Blue) = 138+129+219=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81DB is #757E24. Grayscale: #8D8D8D. Windows color (decimal): -7700005 or 14385546. OLE color: 14385546.
HSL color Cylindrical-coordinate representation of color #8A81DB: hue angle of 246º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A81DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 129 | 219 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.14 |
| HSL | 246º | 0.56% | 0.68% | - |
| HSV(B) | 246º | 0.41% | 0.86% | - |
| XYZ | 31.12 | 26.22 | 70.44 | - |
| YUV | 141.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 219 | 0.37 | 0.41 | 0 | 0.14 | 246 | 0.56 | 0.68 |
| Hex | 8A | 81 | DB | 25 | 29 | 0 | E | F6 | 38 | 44 |
| Octal | 212 | 201 | 333 | 45 | 51 | 0 | 16 | 366 | 70 | 104 |
| Binary | 10001010 | 10000001 | 11011011 | 100101 | 101001 | 0 | 1110 | 11110110 | 111000 | 1000100 |
Color Harmonies of #8A81DB
Complementary color
Monochromatic Colors of #8A81DB
Black with #8A81DB
Text Example
Text Example
White with #8A81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81DB; }
p { color: rgb(138,129,219); }
H1.HeaderClassName
{
color: #8A81DB;
}
.AnyTagClassName
{
color: #8A81DB;
}
</style>
background-color css
<style>
a { background-color: #8A81DB; }
a { background-color: rgb(138,129,219); }
div.DivClassName
{
background-color: #8A81DB;
}
.BgClassName
{
background-color: #8A81DB;
}
</style>
border-color css
<style>
span { border-color: #8A81DB; }
span { border-color: rgb(138,129,219); }
td.TdClassName
{
border-color: #8A81DB;
}
.TagClassName
{
border-color: #8A81DB;
}
</style>