Shades of Moody Blue #8B85BD
Tints of Moody Blue #8B85BD
RGB
CMYK
RGB Variations
Color information
#8B85BD (or 0x8B85BD) is known color: Moody Blue. HEX triplet: 8B, 85 and BD. RGB value is (139,133,189). Sum of RGB (Red+Green+Blue) = 139+133+189=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BD is #747A42. Grayscale: #8C8C8C. Windows color (decimal): -7633475 or 12420491. OLE color: 12420491.
HSL color Cylindrical-coordinate representation of color #8B85BD: hue angle of 246.43º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B85BD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 133 | 189 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.26 |
| HSL | 246.43º | 0.3% | 0.63% | - |
| HSV(B) | 246.43º | 0.3% | 0.74% | - |
| XYZ | 28.22 | 25.94 | 51.66 | - |
| YUV | 141.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 189 | 0.26 | 0.30 | 0 | 0.26 | 246.43 | 0.3 | 0.63 |
| Hex | 8B | 85 | BD | 1A | 1E | 0 | 1A | F6 | 1E | 3F |
| Octal | 213 | 205 | 275 | 32 | 36 | 0 | 32 | 366 | 36 | 77 |
| Binary | 10001011 | 10000101 | 10111101 | 11010 | 11110 | 0 | 11010 | 11110110 | 11110 | 111111 |
Color Harmonies of #8B85BD
Complementary color
Monochromatic Colors of #8B85BD
Black with #8B85BD
Text Example
Text Example
White with #8B85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85BD; }
p { color: rgb(139,133,189); }
H1.HeaderClassName
{
color: #8B85BD;
}
.AnyTagClassName
{
color: #8B85BD;
}
</style>
background-color css
<style>
a { background-color: #8B85BD; }
a { background-color: rgb(139,133,189); }
div.DivClassName
{
background-color: #8B85BD;
}
.BgClassName
{
background-color: #8B85BD;
}
</style>
border-color css
<style>
span { border-color: #8B85BD; }
span { border-color: rgb(139,133,189); }
td.TdClassName
{
border-color: #8B85BD;
}
.TagClassName
{
border-color: #8B85BD;
}
</style>