Shades of Moody Blue #8B85BE
Tints of Moody Blue #8B85BE
RGB
CMYK
RGB Variations
Color information
#8B85BE (or 0x8B85BE) is known color: Moody Blue. HEX triplet: 8B, 85 and BE. RGB value is (139,133,190). Sum of RGB (Red+Green+Blue) = 139+133+190=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BE is #747A41. Grayscale: #8D8D8D. Windows color (decimal): -7633474 or 12486027. OLE color: 12486027.
HSL color Cylindrical-coordinate representation of color #8B85BE: hue angle of 246.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B85BE is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 133 | 190 | - |
| CMYK | 0.27 | 0.3 | 0 | 0.25 |
| HSL | 246.32º | 0.3% | 0.63% | - |
| HSV(B) | 246.32º | 0.3% | 0.75% | - |
| XYZ | 28.33 | 25.98 | 52.24 | - |
| YUV | 141.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 190 | 0.27 | 0.3 | 0 | 0.25 | 246.32 | 0.3 | 0.63 |
| Hex | 8B | 85 | BE | 1B | 1E | 0 | 19 | F6 | 1E | 3F |
| Octal | 213 | 205 | 276 | 33 | 36 | 0 | 31 | 366 | 36 | 77 |
| Binary | 10001011 | 10000101 | 10111110 | 11011 | 11110 | 0 | 11001 | 11110110 | 11110 | 111111 |
Color Harmonies of #8B85BE
Complementary color
Monochromatic Colors of #8B85BE
Black with #8B85BE
Text Example
Text Example
White with #8B85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85BE; }
p { color: rgb(139,133,190); }
H1.HeaderClassName
{
color: #8B85BE;
}
.AnyTagClassName
{
color: #8B85BE;
}
</style>
background-color css
<style>
a { background-color: #8B85BE; }
a { background-color: rgb(139,133,190); }
div.DivClassName
{
background-color: #8B85BE;
}
.BgClassName
{
background-color: #8B85BE;
}
</style>
border-color css
<style>
span { border-color: #8B85BE; }
span { border-color: rgb(139,133,190); }
td.TdClassName
{
border-color: #8B85BE;
}
.TagClassName
{
border-color: #8B85BE;
}
</style>