Shades of Moody Blue #867FB5
Tints of Moody Blue #867FB5
RGB
CMYK
RGB Variations
Color information
#867FB5 (or 0x867FB5) is known color: Moody Blue. HEX triplet: 86, 7F and B5. RGB value is (134,127,181). Sum of RGB (Red+Green+Blue) = 134+127+181=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #867FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FB5 is #79804A. Grayscale: #878787. Windows color (decimal): -7962699 or 11894662. OLE color: 11894662.
HSL color Cylindrical-coordinate representation of color #867FB5: hue angle of 247.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867FB5 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 127 | 181 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.29 |
| HSL | 247.78º | 0.27% | 0.6% | - |
| HSV(B) | 247.78º | 0.3% | 0.71% | - |
| XYZ | 25.76 | 23.58 | 46.91 | - |
| YUV | 135.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 181 | 0.26 | 0.30 | 0 | 0.29 | 247.78 | 0.27 | 0.6 |
| Hex | 86 | 7F | B5 | 1A | 1E | 0 | 1D | F8 | 1B | 3C |
| Octal | 206 | 177 | 265 | 32 | 36 | 0 | 35 | 370 | 33 | 74 |
| Binary | 10000110 | 1111111 | 10110101 | 11010 | 11110 | 0 | 11101 | 11111000 | 11011 | 111100 |
Color Harmonies of #867FB5
Complementary color
Monochromatic Colors of #867FB5
Black with #867FB5
Text Example
Text Example
White with #867FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FB5; }
p { color: rgb(134,127,181); }
H1.HeaderClassName
{
color: #867FB5;
}
.AnyTagClassName
{
color: #867FB5;
}
</style>
background-color css
<style>
a { background-color: #867FB5; }
a { background-color: rgb(134,127,181); }
div.DivClassName
{
background-color: #867FB5;
}
.BgClassName
{
background-color: #867FB5;
}
</style>
border-color css
<style>
span { border-color: #867FB5; }
span { border-color: rgb(134,127,181); }
td.TdClassName
{
border-color: #867FB5;
}
.TagClassName
{
border-color: #867FB5;
}
</style>