Shades of Moody Blue #8A89BF
Tints of Moody Blue #8A89BF
RGB
CMYK
RGB Variations
Color information
#8A89BF (or 0x8A89BF) is known color: Moody Blue. HEX triplet: 8A, 89 and BF. RGB value is (138,137,191). Sum of RGB (Red+Green+Blue) = 138+137+191=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89BF is #757640. Grayscale: #8F8F8F. Windows color (decimal): -7697985 or 12552586. OLE color: 12552586.
HSL color Cylindrical-coordinate representation of color #8A89BF: hue angle of 241.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A89BF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 137 | 191 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.25 |
| HSL | 241.11º | 0.3% | 0.64% | - |
| HSV(B) | 241.11º | 0.28% | 0.75% | - |
| XYZ | 28.83 | 27.06 | 52.99 | - |
| YUV | 143.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 191 | 0.28 | 0.28 | 0 | 0.25 | 241.11 | 0.3 | 0.64 |
| Hex | 8A | 89 | BF | 1C | 1C | 0 | 19 | F1 | 1E | 40 |
| Octal | 212 | 211 | 277 | 34 | 34 | 0 | 31 | 361 | 36 | 100 |
| Binary | 10001010 | 10001001 | 10111111 | 11100 | 11100 | 0 | 11001 | 11110001 | 11110 | 1000000 |
Color Harmonies of #8A89BF
Complementary color
Monochromatic Colors of #8A89BF
Black with #8A89BF
Text Example
Text Example
White with #8A89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89BF; }
p { color: rgb(138,137,191); }
H1.HeaderClassName
{
color: #8A89BF;
}
.AnyTagClassName
{
color: #8A89BF;
}
</style>
background-color css
<style>
a { background-color: #8A89BF; }
a { background-color: rgb(138,137,191); }
div.DivClassName
{
background-color: #8A89BF;
}
.BgClassName
{
background-color: #8A89BF;
}
</style>
border-color css
<style>
span { border-color: #8A89BF; }
span { border-color: rgb(138,137,191); }
td.TdClassName
{
border-color: #8A89BF;
}
.TagClassName
{
border-color: #8A89BF;
}
</style>