Shades of Moody Blue #8674BF
Tints of Moody Blue #8674BF
RGB
CMYK
RGB Variations
Color information
#8674BF (or 0x8674BF) is known color: Moody Blue. HEX triplet: 86, 74 and BF. RGB value is (134,116,191). Sum of RGB (Red+Green+Blue) = 134+116+191=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8674BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674BF is #798B40. Grayscale: #818181. Windows color (decimal): -7965505 or 12547206. OLE color: 12547206.
HSL color Cylindrical-coordinate representation of color #8674BF: hue angle of 254.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8674BF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 116 | 191 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.25 |
| HSL | 254.4º | 0.37% | 0.6% | - |
| HSV(B) | 254.4º | 0.39% | 0.75% | - |
| XYZ | 25.48 | 21.32 | 52.06 | - |
| YUV | 129.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 191 | 0.30 | 0.39 | 0 | 0.25 | 254.4 | 0.37 | 0.6 |
| Hex | 86 | 74 | BF | 1E | 27 | 0 | 19 | FE | 25 | 3C |
| Octal | 206 | 164 | 277 | 36 | 47 | 0 | 31 | 376 | 45 | 74 |
| Binary | 10000110 | 1110100 | 10111111 | 11110 | 100111 | 0 | 11001 | 11111110 | 100101 | 111100 |
Color Harmonies of #8674BF
Complementary color
Monochromatic Colors of #8674BF
Black with #8674BF
Text Example
Text Example
White with #8674BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8674BF; }
p { color: rgb(134,116,191); }
H1.HeaderClassName
{
color: #8674BF;
}
.AnyTagClassName
{
color: #8674BF;
}
</style>
background-color css
<style>
a { background-color: #8674BF; }
a { background-color: rgb(134,116,191); }
div.DivClassName
{
background-color: #8674BF;
}
.BgClassName
{
background-color: #8674BF;
}
</style>
border-color css
<style>
span { border-color: #8674BF; }
span { border-color: rgb(134,116,191); }
td.TdClassName
{
border-color: #8674BF;
}
.TagClassName
{
border-color: #8674BF;
}
</style>