Shades of Moody Blue #8B85BB
Tints of Moody Blue #8B85BB
RGB
CMYK
RGB Variations
Color information
#8B85BB (or 0x8B85BB) is known color: Moody Blue. HEX triplet: 8B, 85 and BB. RGB value is (139,133,187). Sum of RGB (Red+Green+Blue) = 139+133+187=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BB is #747A44. Grayscale: #8C8C8C. Windows color (decimal): -7633477 or 12289419. OLE color: 12289419.
HSL color Cylindrical-coordinate representation of color #8B85BB: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B85BB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 133 | 187 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.27 |
| HSL | 246.67º | 0.28% | 0.63% | - |
| HSV(B) | 246.67º | 0.29% | 0.73% | - |
| XYZ | 28 | 25.85 | 50.53 | - |
| YUV | 140.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 187 | 0.26 | 0.29 | 0 | 0.27 | 246.67 | 0.28 | 0.63 |
| Hex | 8B | 85 | BB | 1A | 1D | 0 | 1B | F7 | 1C | 3F |
| Octal | 213 | 205 | 273 | 32 | 35 | 0 | 33 | 367 | 34 | 77 |
| Binary | 10001011 | 10000101 | 10111011 | 11010 | 11101 | 0 | 11011 | 11110111 | 11100 | 111111 |
Color Harmonies of #8B85BB
Complementary color
Monochromatic Colors of #8B85BB
Black with #8B85BB
Text Example
Text Example
White with #8B85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85BB; }
p { color: rgb(139,133,187); }
H1.HeaderClassName
{
color: #8B85BB;
}
.AnyTagClassName
{
color: #8B85BB;
}
</style>
background-color css
<style>
a { background-color: #8B85BB; }
a { background-color: rgb(139,133,187); }
div.DivClassName
{
background-color: #8B85BB;
}
.BgClassName
{
background-color: #8B85BB;
}
</style>
border-color css
<style>
span { border-color: #8B85BB; }
span { border-color: rgb(139,133,187); }
td.TdClassName
{
border-color: #8B85BB;
}
.TagClassName
{
border-color: #8B85BB;
}
</style>