Shades of Moody Blue #8A89BE
Tints of Moody Blue #8A89BE
RGB
CMYK
RGB Variations
Color information
#8A89BE (or 0x8A89BE) is known color: Moody Blue. HEX triplet: 8A, 89 and BE. RGB value is (138,137,190). Sum of RGB (Red+Green+Blue) = 138+137+190=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89BE is #757641. Grayscale: #8F8F8F. Windows color (decimal): -7697986 or 12487050. OLE color: 12487050.
HSL color Cylindrical-coordinate representation of color #8A89BE: hue angle of 241.13º degrees, saturation: 0.29, 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 #8A89BE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 137 | 190 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.25 |
| HSL | 241.13º | 0.29% | 0.64% | - |
| HSV(B) | 241.13º | 0.28% | 0.75% | - |
| XYZ | 28.72 | 27.01 | 52.42 | - |
| YUV | 143.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 190 | 0.27 | 0.28 | 0 | 0.25 | 241.13 | 0.29 | 0.64 |
| Hex | 8A | 89 | BE | 1B | 1C | 0 | 19 | F1 | 1D | 40 |
| Octal | 212 | 211 | 276 | 33 | 34 | 0 | 31 | 361 | 35 | 100 |
| Binary | 10001010 | 10001001 | 10111110 | 11011 | 11100 | 0 | 11001 | 11110001 | 11101 | 1000000 |
Color Harmonies of #8A89BE
Complementary color
Monochromatic Colors of #8A89BE
Black with #8A89BE
Text Example
Text Example
White with #8A89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89BE; }
p { color: rgb(138,137,190); }
H1.HeaderClassName
{
color: #8A89BE;
}
.AnyTagClassName
{
color: #8A89BE;
}
</style>
background-color css
<style>
a { background-color: #8A89BE; }
a { background-color: rgb(138,137,190); }
div.DivClassName
{
background-color: #8A89BE;
}
.BgClassName
{
background-color: #8A89BE;
}
</style>
border-color css
<style>
span { border-color: #8A89BE; }
span { border-color: rgb(138,137,190); }
td.TdClassName
{
border-color: #8A89BE;
}
.TagClassName
{
border-color: #8A89BE;
}
</style>