Shades of Moody Blue #8A84CF
Tints of Moody Blue #8A84CF
RGB
CMYK
RGB Variations
Color information
#8A84CF (or 0x8A84CF) is known color: Moody Blue. HEX triplet: 8A, 84 and CF. RGB value is (138,132,207). Sum of RGB (Red+Green+Blue) = 138+132+207=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A84CF is #757B30. Grayscale: #8E8E8E. Windows color (decimal): -7699249 or 13599882. OLE color: 13599882.
HSL color Cylindrical-coordinate representation of color #8A84CF: hue angle of 244.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A84CF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 132 | 207 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.19 |
| HSL | 244.8º | 0.44% | 0.66% | - |
| HSV(B) | 244.8º | 0.36% | 0.81% | - |
| XYZ | 29.99 | 26.41 | 62.55 | - |
| YUV | 142.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 207 | 0.33 | 0.36 | 0 | 0.19 | 244.8 | 0.44 | 0.66 |
| Hex | 8A | 84 | CF | 21 | 24 | 0 | 13 | F5 | 2C | 42 |
| Octal | 212 | 204 | 317 | 41 | 44 | 0 | 23 | 365 | 54 | 102 |
| Binary | 10001010 | 10000100 | 11001111 | 100001 | 100100 | 0 | 10011 | 11110101 | 101100 | 1000010 |
Color Harmonies of #8A84CF
Complementary color
Monochromatic Colors of #8A84CF
Black with #8A84CF
Text Example
Text Example
White with #8A84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84CF; }
p { color: rgb(138,132,207); }
H1.HeaderClassName
{
color: #8A84CF;
}
.AnyTagClassName
{
color: #8A84CF;
}
</style>
background-color css
<style>
a { background-color: #8A84CF; }
a { background-color: rgb(138,132,207); }
div.DivClassName
{
background-color: #8A84CF;
}
.BgClassName
{
background-color: #8A84CF;
}
</style>
border-color css
<style>
span { border-color: #8A84CF; }
span { border-color: rgb(138,132,207); }
td.TdClassName
{
border-color: #8A84CF;
}
.TagClassName
{
border-color: #8A84CF;
}
</style>