Shades of Moody Blue #867BBD
Tints of Moody Blue #867BBD
RGB
CMYK
RGB Variations
Color information
#867BBD (or 0x867BBD) is known color: Moody Blue. HEX triplet: 86, 7B and BD. RGB value is (134,123,189). Sum of RGB (Red+Green+Blue) = 134+123+189=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #867BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBD is #798442. Grayscale: #858585. Windows color (decimal): -7963715 or 12417926. OLE color: 12417926.
HSL color Cylindrical-coordinate representation of color #867BBD: hue angle of 250º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867BBD is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 123 | 189 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.26 |
| HSL | 250º | 0.33% | 0.61% | - |
| HSV(B) | 250º | 0.35% | 0.74% | - |
| XYZ | 26.1 | 22.91 | 51.19 | - |
| YUV | 133.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 189 | 0.29 | 0.35 | 0 | 0.26 | 250 | 0.33 | 0.61 |
| Hex | 86 | 7B | BD | 1D | 23 | 0 | 1A | FA | 21 | 3D |
| Octal | 206 | 173 | 275 | 35 | 43 | 0 | 32 | 372 | 41 | 75 |
| Binary | 10000110 | 1111011 | 10111101 | 11101 | 100011 | 0 | 11010 | 11111010 | 100001 | 111101 |
Color Harmonies of #867BBD
Complementary color
Monochromatic Colors of #867BBD
Black with #867BBD
Text Example
Text Example
White with #867BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BBD; }
p { color: rgb(134,123,189); }
H1.HeaderClassName
{
color: #867BBD;
}
.AnyTagClassName
{
color: #867BBD;
}
</style>
background-color css
<style>
a { background-color: #867BBD; }
a { background-color: rgb(134,123,189); }
div.DivClassName
{
background-color: #867BBD;
}
.BgClassName
{
background-color: #867BBD;
}
</style>
border-color css
<style>
span { border-color: #867BBD; }
span { border-color: rgb(134,123,189); }
td.TdClassName
{
border-color: #867BBD;
}
.TagClassName
{
border-color: #867BBD;
}
</style>