Shades of Moody Blue #8A89BD
Tints of Moody Blue #8A89BD
RGB
CMYK
RGB Variations
Color information
#8A89BD (or 0x8A89BD) is known color: Moody Blue. HEX triplet: 8A, 89 and BD. RGB value is (138,137,189). Sum of RGB (Red+Green+Blue) = 138+137+189=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89BD is #757642. Grayscale: #8F8F8F. Windows color (decimal): -7697987 or 12421514. OLE color: 12421514.
HSL color Cylindrical-coordinate representation of color #8A89BD: hue angle of 241.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A89BD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 137 | 189 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.26 |
| HSL | 241.15º | 0.28% | 0.64% | - |
| HSV(B) | 241.15º | 0.28% | 0.74% | - |
| XYZ | 28.61 | 26.97 | 51.84 | - |
| YUV | 143.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 189 | 0.27 | 0.28 | 0 | 0.26 | 241.15 | 0.28 | 0.64 |
| Hex | 8A | 89 | BD | 1B | 1C | 0 | 1A | F1 | 1C | 40 |
| Octal | 212 | 211 | 275 | 33 | 34 | 0 | 32 | 361 | 34 | 100 |
| Binary | 10001010 | 10001001 | 10111101 | 11011 | 11100 | 0 | 11010 | 11110001 | 11100 | 1000000 |
Color Harmonies of #8A89BD
Complementary color
Monochromatic Colors of #8A89BD
Black with #8A89BD
Text Example
Text Example
White with #8A89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89BD; }
p { color: rgb(138,137,189); }
H1.HeaderClassName
{
color: #8A89BD;
}
.AnyTagClassName
{
color: #8A89BD;
}
</style>
background-color css
<style>
a { background-color: #8A89BD; }
a { background-color: rgb(138,137,189); }
div.DivClassName
{
background-color: #8A89BD;
}
.BgClassName
{
background-color: #8A89BD;
}
</style>
border-color css
<style>
span { border-color: #8A89BD; }
span { border-color: rgb(138,137,189); }
td.TdClassName
{
border-color: #8A89BD;
}
.TagClassName
{
border-color: #8A89BD;
}
</style>