Shades of Moody Blue #8A81D6
Tints of Moody Blue #8A81D6
RGB
CMYK
RGB Variations
Color information
#8A81D6 (or 0x8A81D6) is known color: Moody Blue. HEX triplet: 8A, 81 and D6. RGB value is (138,129,214). Sum of RGB (Red+Green+Blue) = 138+129+214=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A81D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81D6 is #757E29. Grayscale: #8D8D8D. Windows color (decimal): -7700010 or 14057866. OLE color: 14057866.
HSL color Cylindrical-coordinate representation of color #8A81D6: hue angle of 246.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A81D6 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 129 | 214 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.16 |
| HSL | 246.35º | 0.51% | 0.67% | - |
| HSV(B) | 246.35º | 0.4% | 0.84% | - |
| XYZ | 30.47 | 25.96 | 67.02 | - |
| YUV | 141.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 214 | 0.36 | 0.40 | 0 | 0.16 | 246.35 | 0.51 | 0.67 |
| Hex | 8A | 81 | D6 | 24 | 28 | 0 | 10 | F6 | 33 | 43 |
| Octal | 212 | 201 | 326 | 44 | 50 | 0 | 20 | 366 | 63 | 103 |
| Binary | 10001010 | 10000001 | 11010110 | 100100 | 101000 | 0 | 10000 | 11110110 | 110011 | 1000011 |
Color Harmonies of #8A81D6
Complementary color
Monochromatic Colors of #8A81D6
Black with #8A81D6
Text Example
Text Example
White with #8A81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81D6; }
p { color: rgb(138,129,214); }
H1.HeaderClassName
{
color: #8A81D6;
}
.AnyTagClassName
{
color: #8A81D6;
}
</style>
background-color css
<style>
a { background-color: #8A81D6; }
a { background-color: rgb(138,129,214); }
div.DivClassName
{
background-color: #8A81D6;
}
.BgClassName
{
background-color: #8A81D6;
}
</style>
border-color css
<style>
span { border-color: #8A81D6; }
span { border-color: rgb(138,129,214); }
td.TdClassName
{
border-color: #8A81D6;
}
.TagClassName
{
border-color: #8A81D6;
}
</style>