Shades of Moody Blue #867BBA
Tints of Moody Blue #867BBA
RGB
CMYK
RGB Variations
Color information
#867BBA (or 0x867BBA) is known color: Moody Blue. HEX triplet: 86, 7B and BA. RGB value is (134,123,186). Sum of RGB (Red+Green+Blue) = 134+123+186=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #867BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBA is #798445. Grayscale: #858585. Windows color (decimal): -7963718 or 12221318. OLE color: 12221318.
HSL color Cylindrical-coordinate representation of color #867BBA: hue angle of 250.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867BBA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 123 | 186 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.27 |
| HSL | 250.48º | 0.31% | 0.61% | - |
| HSV(B) | 250.48º | 0.34% | 0.73% | - |
| XYZ | 25.78 | 22.78 | 49.49 | - |
| YUV | 133.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 186 | 0.28 | 0.34 | 0 | 0.27 | 250.48 | 0.31 | 0.61 |
| Hex | 86 | 7B | BA | 1C | 22 | 0 | 1B | FA | 1F | 3D |
| Octal | 206 | 173 | 272 | 34 | 42 | 0 | 33 | 372 | 37 | 75 |
| Binary | 10000110 | 1111011 | 10111010 | 11100 | 100010 | 0 | 11011 | 11111010 | 11111 | 111101 |
Color Harmonies of #867BBA
Complementary color
Monochromatic Colors of #867BBA
Black with #867BBA
Text Example
Text Example
White with #867BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BBA; }
p { color: rgb(134,123,186); }
H1.HeaderClassName
{
color: #867BBA;
}
.AnyTagClassName
{
color: #867BBA;
}
</style>
background-color css
<style>
a { background-color: #867BBA; }
a { background-color: rgb(134,123,186); }
div.DivClassName
{
background-color: #867BBA;
}
.BgClassName
{
background-color: #867BBA;
}
</style>
border-color css
<style>
span { border-color: #867BBA; }
span { border-color: rgb(134,123,186); }
td.TdClassName
{
border-color: #867BBA;
}
.TagClassName
{
border-color: #867BBA;
}
</style>