Shades of Moody Blue #867FB2
Tints of Moody Blue #867FB2
RGB
CMYK
RGB Variations
Color information
#867FB2 (or 0x867FB2) is known color: Moody Blue. HEX triplet: 86, 7F and B2. RGB value is (134,127,178). Sum of RGB (Red+Green+Blue) = 134+127+178=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #867FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867FB2 is #79804D. Grayscale: #868686. Windows color (decimal): -7962702 or 11698054. OLE color: 11698054.
HSL color Cylindrical-coordinate representation of color #867FB2: hue angle of 248.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867FB2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 127 | 178 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.30 |
| HSL | 248.24º | 0.25% | 0.6% | - |
| HSV(B) | 248.24º | 0.29% | 0.7% | - |
| XYZ | 25.46 | 23.46 | 45.31 | - |
| YUV | 134.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 178 | 0.25 | 0.29 | 0 | 0.30 | 248.24 | 0.25 | 0.6 |
| Hex | 86 | 7F | B2 | 19 | 1D | 0 | 1E | F8 | 19 | 3C |
| Octal | 206 | 177 | 262 | 31 | 35 | 0 | 36 | 370 | 31 | 74 |
| Binary | 10000110 | 1111111 | 10110010 | 11001 | 11101 | 0 | 11110 | 11111000 | 11001 | 111100 |
Color Harmonies of #867FB2
Complementary color
Monochromatic Colors of #867FB2
Black with #867FB2
Text Example
Text Example
White with #867FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FB2; }
p { color: rgb(134,127,178); }
H1.HeaderClassName
{
color: #867FB2;
}
.AnyTagClassName
{
color: #867FB2;
}
</style>
background-color css
<style>
a { background-color: #867FB2; }
a { background-color: rgb(134,127,178); }
div.DivClassName
{
background-color: #867FB2;
}
.BgClassName
{
background-color: #867FB2;
}
</style>
border-color css
<style>
span { border-color: #867FB2; }
span { border-color: rgb(134,127,178); }
td.TdClassName
{
border-color: #867FB2;
}
.TagClassName
{
border-color: #867FB2;
}
</style>