Shades of Moody Blue #867DBE
Tints of Moody Blue #867DBE
RGB
CMYK
RGB Variations
Color information
#867DBE (or 0x867DBE) is known color: Moody Blue. HEX triplet: 86, 7D and BE. RGB value is (134,125,190). Sum of RGB (Red+Green+Blue) = 134+125+190=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #867DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DBE is #798241. Grayscale: #868686. Windows color (decimal): -7963202 or 12483974. OLE color: 12483974.
HSL color Cylindrical-coordinate representation of color #867DBE: hue angle of 248.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867DBE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 125 | 190 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.25 |
| HSL | 248.31º | 0.33% | 0.62% | - |
| HSV(B) | 248.31º | 0.34% | 0.75% | - |
| XYZ | 26.46 | 23.45 | 51.85 | - |
| YUV | 135.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 190 | 0.29 | 0.34 | 0 | 0.25 | 248.31 | 0.33 | 0.62 |
| Hex | 86 | 7D | BE | 1D | 22 | 0 | 19 | F8 | 21 | 3E |
| Octal | 206 | 175 | 276 | 35 | 42 | 0 | 31 | 370 | 41 | 76 |
| Binary | 10000110 | 1111101 | 10111110 | 11101 | 100010 | 0 | 11001 | 11111000 | 100001 | 111110 |
Color Harmonies of #867DBE
Complementary color
Monochromatic Colors of #867DBE
Black with #867DBE
Text Example
Text Example
White with #867DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DBE; }
p { color: rgb(134,125,190); }
H1.HeaderClassName
{
color: #867DBE;
}
.AnyTagClassName
{
color: #867DBE;
}
</style>
background-color css
<style>
a { background-color: #867DBE; }
a { background-color: rgb(134,125,190); }
div.DivClassName
{
background-color: #867DBE;
}
.BgClassName
{
background-color: #867DBE;
}
</style>
border-color css
<style>
span { border-color: #867DBE; }
span { border-color: rgb(134,125,190); }
td.TdClassName
{
border-color: #867DBE;
}
.TagClassName
{
border-color: #867DBE;
}
</style>