Shades of Moody Blue #867BBE
Tints of Moody Blue #867BBE
RGB
CMYK
RGB Variations
Color information
#867BBE (or 0x867BBE) is known color: Moody Blue. HEX triplet: 86, 7B and BE. RGB value is (134,123,190). Sum of RGB (Red+Green+Blue) = 134+123+190=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #867BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBE is #798441. Grayscale: #858585. Windows color (decimal): -7963714 or 12483462. OLE color: 12483462.
HSL color Cylindrical-coordinate representation of color #867BBE: hue angle of 249.85º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867BBE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 123 | 190 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.25 |
| HSL | 249.85º | 0.34% | 0.61% | - |
| HSV(B) | 249.85º | 0.35% | 0.75% | - |
| XYZ | 26.21 | 22.95 | 51.76 | - |
| YUV | 133.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 190 | 0.29 | 0.35 | 0 | 0.25 | 249.85 | 0.34 | 0.61 |
| Hex | 86 | 7B | BE | 1D | 23 | 0 | 19 | FA | 22 | 3D |
| Octal | 206 | 173 | 276 | 35 | 43 | 0 | 31 | 372 | 42 | 75 |
| Binary | 10000110 | 1111011 | 10111110 | 11101 | 100011 | 0 | 11001 | 11111010 | 100010 | 111101 |
Color Harmonies of #867BBE
Complementary color
Monochromatic Colors of #867BBE
Black with #867BBE
Text Example
Text Example
White with #867BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BBE; }
p { color: rgb(134,123,190); }
H1.HeaderClassName
{
color: #867BBE;
}
.AnyTagClassName
{
color: #867BBE;
}
</style>
background-color css
<style>
a { background-color: #867BBE; }
a { background-color: rgb(134,123,190); }
div.DivClassName
{
background-color: #867BBE;
}
.BgClassName
{
background-color: #867BBE;
}
</style>
border-color css
<style>
span { border-color: #867BBE; }
span { border-color: rgb(134,123,190); }
td.TdClassName
{
border-color: #867BBE;
}
.TagClassName
{
border-color: #867BBE;
}
</style>