Shades of Moody Blue #8A84C3
Tints of Moody Blue #8A84C3
RGB
CMYK
RGB Variations
Color information
#8A84C3 (or 0x8A84C3) is known color: Moody Blue. HEX triplet: 8A, 84 and C3. RGB value is (138,132,195). Sum of RGB (Red+Green+Blue) = 138+132+195=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A84C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84C3 is #757B3C. Grayscale: #8C8C8C. Windows color (decimal): -7699261 or 12813450. OLE color: 12813450.
HSL color Cylindrical-coordinate representation of color #8A84C3: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A84C3 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 132 | 195 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.24 |
| HSL | 245.71º | 0.34% | 0.64% | - |
| HSV(B) | 245.71º | 0.32% | 0.76% | - |
| XYZ | 28.58 | 25.85 | 55.11 | - |
| YUV | 140.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 195 | 0.29 | 0.32 | 0 | 0.24 | 245.71 | 0.34 | 0.64 |
| Hex | 8A | 84 | C3 | 1D | 20 | 0 | 18 | F6 | 22 | 40 |
| Octal | 212 | 204 | 303 | 35 | 40 | 0 | 30 | 366 | 42 | 100 |
| Binary | 10001010 | 10000100 | 11000011 | 11101 | 100000 | 0 | 11000 | 11110110 | 100010 | 1000000 |
Color Harmonies of #8A84C3
Complementary color
Monochromatic Colors of #8A84C3
Black with #8A84C3
Text Example
Text Example
White with #8A84C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84C3; }
p { color: rgb(138,132,195); }
H1.HeaderClassName
{
color: #8A84C3;
}
.AnyTagClassName
{
color: #8A84C3;
}
</style>
background-color css
<style>
a { background-color: #8A84C3; }
a { background-color: rgb(138,132,195); }
div.DivClassName
{
background-color: #8A84C3;
}
.BgClassName
{
background-color: #8A84C3;
}
</style>
border-color css
<style>
span { border-color: #8A84C3; }
span { border-color: rgb(138,132,195); }
td.TdClassName
{
border-color: #8A84C3;
}
.TagClassName
{
border-color: #8A84C3;
}
</style>