Shades of Moody Blue #8B85DC
Tints of Moody Blue #8B85DC
RGB
CMYK
RGB Variations
Color information
#8B85DC (or 0x8B85DC) is known color: Moody Blue. HEX triplet: 8B, 85 and DC. RGB value is (139,133,220). Sum of RGB (Red+Green+Blue) = 139+133+220=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85DC is #747A23. Grayscale: #909090. Windows color (decimal): -7633444 or 14452107. OLE color: 14452107.
HSL color Cylindrical-coordinate representation of color #8B85DC: hue angle of 244.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B85DC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 133 | 220 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.14 |
| HSL | 244.14º | 0.55% | 0.69% | - |
| HSV(B) | 244.14º | 0.4% | 0.86% | - |
| XYZ | 31.95 | 27.43 | 71.32 | - |
| YUV | 144.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 220 | 0.37 | 0.40 | 0 | 0.14 | 244.14 | 0.55 | 0.69 |
| Hex | 8B | 85 | DC | 25 | 28 | 0 | E | F4 | 37 | 45 |
| Octal | 213 | 205 | 334 | 45 | 50 | 0 | 16 | 364 | 67 | 105 |
| Binary | 10001011 | 10000101 | 11011100 | 100101 | 101000 | 0 | 1110 | 11110100 | 110111 | 1000101 |
Color Harmonies of #8B85DC
Complementary color
Monochromatic Colors of #8B85DC
Black with #8B85DC
Text Example
Text Example
White with #8B85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85DC; }
p { color: rgb(139,133,220); }
H1.HeaderClassName
{
color: #8B85DC;
}
.AnyTagClassName
{
color: #8B85DC;
}
</style>
background-color css
<style>
a { background-color: #8B85DC; }
a { background-color: rgb(139,133,220); }
div.DivClassName
{
background-color: #8B85DC;
}
.BgClassName
{
background-color: #8B85DC;
}
</style>
border-color css
<style>
span { border-color: #8B85DC; }
span { border-color: rgb(139,133,220); }
td.TdClassName
{
border-color: #8B85DC;
}
.TagClassName
{
border-color: #8B85DC;
}
</style>