Shades of Moody Blue #8A84BB
Tints of Moody Blue #8A84BB
RGB
CMYK
RGB Variations
Color information
#8A84BB (or 0x8A84BB) is known color: Moody Blue. HEX triplet: 8A, 84 and BB. RGB value is (138,132,187). Sum of RGB (Red+Green+Blue) = 138+132+187=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84BB is #757B44. Grayscale: #8B8B8B. Windows color (decimal): -7699269 or 12289162. OLE color: 12289162.
HSL color Cylindrical-coordinate representation of color #8A84BB: hue angle of 246.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A84BB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 132 | 187 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.27 |
| HSL | 246.55º | 0.29% | 0.63% | - |
| HSV(B) | 246.55º | 0.29% | 0.73% | - |
| XYZ | 27.7 | 25.49 | 50.47 | - |
| YUV | 140.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 187 | 0.26 | 0.29 | 0 | 0.27 | 246.55 | 0.29 | 0.63 |
| Hex | 8A | 84 | BB | 1A | 1D | 0 | 1B | F7 | 1D | 3F |
| Octal | 212 | 204 | 273 | 32 | 35 | 0 | 33 | 367 | 35 | 77 |
| Binary | 10001010 | 10000100 | 10111011 | 11010 | 11101 | 0 | 11011 | 11110111 | 11101 | 111111 |
Color Harmonies of #8A84BB
Complementary color
Monochromatic Colors of #8A84BB
Black with #8A84BB
Text Example
Text Example
White with #8A84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84BB; }
p { color: rgb(138,132,187); }
H1.HeaderClassName
{
color: #8A84BB;
}
.AnyTagClassName
{
color: #8A84BB;
}
</style>
background-color css
<style>
a { background-color: #8A84BB; }
a { background-color: rgb(138,132,187); }
div.DivClassName
{
background-color: #8A84BB;
}
.BgClassName
{
background-color: #8A84BB;
}
</style>
border-color css
<style>
span { border-color: #8A84BB; }
span { border-color: rgb(138,132,187); }
td.TdClassName
{
border-color: #8A84BB;
}
.TagClassName
{
border-color: #8A84BB;
}
</style>