Shades of Moody Blue #8671CF
Tints of Moody Blue #8671CF
RGB
CMYK
RGB Variations
Color information
#8671CF (or 0x8671CF) is known color: Moody Blue. HEX triplet: 86, 71 and CF. RGB value is (134,113,207). Sum of RGB (Red+Green+Blue) = 134+113+207=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #8671CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671CF is #798E30. Grayscale: #818181. Windows color (decimal): -7966257 or 13595014. OLE color: 13595014.
HSL color Cylindrical-coordinate representation of color #8671CF: hue angle of 253.4º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8671CF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 113 | 207 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.19 |
| HSL | 253.4º | 0.49% | 0.63% | - |
| HSV(B) | 253.4º | 0.45% | 0.81% | - |
| XYZ | 27 | 21.38 | 61.74 | - |
| YUV | 130 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 207 | 0.35 | 0.45 | 0 | 0.19 | 253.4 | 0.49 | 0.63 |
| Hex | 86 | 71 | CF | 23 | 2D | 0 | 13 | FD | 31 | 3F |
| Octal | 206 | 161 | 317 | 43 | 55 | 0 | 23 | 375 | 61 | 77 |
| Binary | 10000110 | 1110001 | 11001111 | 100011 | 101101 | 0 | 10011 | 11111101 | 110001 | 111111 |
Color Harmonies of #8671CF
Complementary color
Monochromatic Colors of #8671CF
Black with #8671CF
Text Example
Text Example
White with #8671CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671CF; }
p { color: rgb(134,113,207); }
H1.HeaderClassName
{
color: #8671CF;
}
.AnyTagClassName
{
color: #8671CF;
}
</style>
background-color css
<style>
a { background-color: #8671CF; }
a { background-color: rgb(134,113,207); }
div.DivClassName
{
background-color: #8671CF;
}
.BgClassName
{
background-color: #8671CF;
}
</style>
border-color css
<style>
span { border-color: #8671CF; }
span { border-color: rgb(134,113,207); }
td.TdClassName
{
border-color: #8671CF;
}
.TagClassName
{
border-color: #8671CF;
}
</style>