Shades of Moody Blue #8B86CB
Tints of Moody Blue #8B86CB
RGB
CMYK
RGB Variations
Color information
#8B86CB (or 0x8B86CB) is known color: Moody Blue. HEX triplet: 8B, 86 and CB. RGB value is (139,134,203). Sum of RGB (Red+Green+Blue) = 139+134+203=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86CB is #747934. Grayscale: #8F8F8F. Windows color (decimal): -7633205 or 13338251. OLE color: 13338251.
HSL color Cylindrical-coordinate representation of color #8B86CB: hue angle of 244.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B86CB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 134 | 203 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.20 |
| HSL | 244.35º | 0.4% | 0.66% | - |
| HSV(B) | 244.35º | 0.34% | 0.8% | - |
| XYZ | 29.95 | 26.85 | 60.1 | - |
| YUV | 143.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 203 | 0.32 | 0.34 | 0 | 0.20 | 244.35 | 0.4 | 0.66 |
| Hex | 8B | 86 | CB | 20 | 22 | 0 | 14 | F4 | 28 | 42 |
| Octal | 213 | 206 | 313 | 40 | 42 | 0 | 24 | 364 | 50 | 102 |
| Binary | 10001011 | 10000110 | 11001011 | 100000 | 100010 | 0 | 10100 | 11110100 | 101000 | 1000010 |
Color Harmonies of #8B86CB
Complementary color
Monochromatic Colors of #8B86CB
Black with #8B86CB
Text Example
Text Example
White with #8B86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B86CB; }
p { color: rgb(139,134,203); }
H1.HeaderClassName
{
color: #8B86CB;
}
.AnyTagClassName
{
color: #8B86CB;
}
</style>
background-color css
<style>
a { background-color: #8B86CB; }
a { background-color: rgb(139,134,203); }
div.DivClassName
{
background-color: #8B86CB;
}
.BgClassName
{
background-color: #8B86CB;
}
</style>
border-color css
<style>
span { border-color: #8B86CB; }
span { border-color: rgb(139,134,203); }
td.TdClassName
{
border-color: #8B86CB;
}
.TagClassName
{
border-color: #8B86CB;
}
</style>