Shades of Moody Blue #8B85D8
Tints of Moody Blue #8B85D8
RGB
CMYK
RGB Variations
Color information
#8B85D8 (or 0x8B85D8) is known color: Moody Blue. HEX triplet: 8B, 85 and D8. RGB value is (139,133,216). Sum of RGB (Red+Green+Blue) = 139+133+216=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B85D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85D8 is #747A27. Grayscale: #8F8F8F. Windows color (decimal): -7633448 or 14189963. OLE color: 14189963.
HSL color Cylindrical-coordinate representation of color #8B85D8: hue angle of 244.34º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B85D8 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 133 | 216 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.15 |
| HSL | 244.34º | 0.52% | 0.68% | - |
| HSV(B) | 244.34º | 0.38% | 0.85% | - |
| XYZ | 31.43 | 27.22 | 68.56 | - |
| YUV | 144.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 216 | 0.36 | 0.38 | 0 | 0.15 | 244.34 | 0.52 | 0.68 |
| Hex | 8B | 85 | D8 | 24 | 26 | 0 | F | F4 | 34 | 44 |
| Octal | 213 | 205 | 330 | 44 | 46 | 0 | 17 | 364 | 64 | 104 |
| Binary | 10001011 | 10000101 | 11011000 | 100100 | 100110 | 0 | 1111 | 11110100 | 110100 | 1000100 |
Color Harmonies of #8B85D8
Complementary color
Monochromatic Colors of #8B85D8
Black with #8B85D8
Text Example
Text Example
White with #8B85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85D8; }
p { color: rgb(139,133,216); }
H1.HeaderClassName
{
color: #8B85D8;
}
.AnyTagClassName
{
color: #8B85D8;
}
</style>
background-color css
<style>
a { background-color: #8B85D8; }
a { background-color: rgb(139,133,216); }
div.DivClassName
{
background-color: #8B85D8;
}
.BgClassName
{
background-color: #8B85D8;
}
</style>
border-color css
<style>
span { border-color: #8B85D8; }
span { border-color: rgb(139,133,216); }
td.TdClassName
{
border-color: #8B85D8;
}
.TagClassName
{
border-color: #8B85D8;
}
</style>