Shades of Moody Blue #8B86CA
Tints of Moody Blue #8B86CA
RGB
CMYK
RGB Variations
Color information
#8B86CA (or 0x8B86CA) is known color: Moody Blue. HEX triplet: 8B, 86 and CA. RGB value is (139,134,202). Sum of RGB (Red+Green+Blue) = 139+134+202=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86CA is #747935. Grayscale: #8E8E8E. Windows color (decimal): -7633206 or 13272715. OLE color: 13272715.
HSL color Cylindrical-coordinate representation of color #8B86CA: hue angle of 244.41º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B86CA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 134 | 202 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.21 |
| HSL | 244.41º | 0.39% | 0.66% | - |
| HSV(B) | 244.41º | 0.34% | 0.79% | - |
| XYZ | 29.83 | 26.8 | 59.48 | - |
| YUV | 143.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 202 | 0.31 | 0.34 | 0 | 0.21 | 244.41 | 0.39 | 0.66 |
| Hex | 8B | 86 | CA | 1F | 22 | 0 | 15 | F4 | 27 | 42 |
| Octal | 213 | 206 | 312 | 37 | 42 | 0 | 25 | 364 | 47 | 102 |
| Binary | 10001011 | 10000110 | 11001010 | 11111 | 100010 | 0 | 10101 | 11110100 | 100111 | 1000010 |
Color Harmonies of #8B86CA
Complementary color
Monochromatic Colors of #8B86CA
Black with #8B86CA
Text Example
Text Example
White with #8B86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B86CA; }
p { color: rgb(139,134,202); }
H1.HeaderClassName
{
color: #8B86CA;
}
.AnyTagClassName
{
color: #8B86CA;
}
</style>
background-color css
<style>
a { background-color: #8B86CA; }
a { background-color: rgb(139,134,202); }
div.DivClassName
{
background-color: #8B86CA;
}
.BgClassName
{
background-color: #8B86CA;
}
</style>
border-color css
<style>
span { border-color: #8B86CA; }
span { border-color: rgb(139,134,202); }
td.TdClassName
{
border-color: #8B86CA;
}
.TagClassName
{
border-color: #8B86CA;
}
</style>