Shades of Moody Blue #8A85BF
Tints of Moody Blue #8A85BF
RGB
CMYK
RGB Variations
Color information
#8A85BF (or 0x8A85BF) is known color: Moody Blue. HEX triplet: 8A, 85 and BF. RGB value is (138,133,191). Sum of RGB (Red+Green+Blue) = 138+133+191=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BF is #757A40. Grayscale: #8C8C8C. Windows color (decimal): -7699009 or 12551562. OLE color: 12551562.
HSL color Cylindrical-coordinate representation of color #8A85BF: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A85BF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 133 | 191 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.25 |
| HSL | 245.17º | 0.31% | 0.64% | - |
| HSV(B) | 245.17º | 0.3% | 0.75% | - |
| XYZ | 28.27 | 25.94 | 52.81 | - |
| YUV | 141.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 191 | 0.28 | 0.30 | 0 | 0.25 | 245.17 | 0.31 | 0.64 |
| Hex | 8A | 85 | BF | 1C | 1E | 0 | 19 | F5 | 1F | 40 |
| Octal | 212 | 205 | 277 | 34 | 36 | 0 | 31 | 365 | 37 | 100 |
| Binary | 10001010 | 10000101 | 10111111 | 11100 | 11110 | 0 | 11001 | 11110101 | 11111 | 1000000 |
Color Harmonies of #8A85BF
Complementary color
Monochromatic Colors of #8A85BF
Black with #8A85BF
Text Example
Text Example
White with #8A85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85BF; }
p { color: rgb(138,133,191); }
H1.HeaderClassName
{
color: #8A85BF;
}
.AnyTagClassName
{
color: #8A85BF;
}
</style>
background-color css
<style>
a { background-color: #8A85BF; }
a { background-color: rgb(138,133,191); }
div.DivClassName
{
background-color: #8A85BF;
}
.BgClassName
{
background-color: #8A85BF;
}
</style>
border-color css
<style>
span { border-color: #8A85BF; }
span { border-color: rgb(138,133,191); }
td.TdClassName
{
border-color: #8A85BF;
}
.TagClassName
{
border-color: #8A85BF;
}
</style>