Shades of Moody Blue #8671CE
Tints of Moody Blue #8671CE
RGB
CMYK
RGB Variations
Color information
#8671CE (or 0x8671CE) is known color: Moody Blue. HEX triplet: 86, 71 and CE. RGB value is (134,113,206). Sum of RGB (Red+Green+Blue) = 134+113+206=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #8671CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671CE is #798E31. Grayscale: #818181. Windows color (decimal): -7966258 or 13529478. OLE color: 13529478.
HSL color Cylindrical-coordinate representation of color #8671CE: hue angle of 253.55º 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 #8671CE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 113 | 206 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.19 |
| HSL | 253.55º | 0.49% | 0.63% | - |
| HSV(B) | 253.55º | 0.45% | 0.81% | - |
| XYZ | 26.88 | 21.33 | 61.09 | - |
| YUV | 129.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 206 | 0.35 | 0.45 | 0 | 0.19 | 253.55 | 0.49 | 0.63 |
| Hex | 86 | 71 | CE | 23 | 2D | 0 | 13 | FE | 31 | 3F |
| Octal | 206 | 161 | 316 | 43 | 55 | 0 | 23 | 376 | 61 | 77 |
| Binary | 10000110 | 1110001 | 11001110 | 100011 | 101101 | 0 | 10011 | 11111110 | 110001 | 111111 |
Color Harmonies of #8671CE
Complementary color
Monochromatic Colors of #8671CE
Black with #8671CE
Text Example
Text Example
White with #8671CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671CE; }
p { color: rgb(134,113,206); }
H1.HeaderClassName
{
color: #8671CE;
}
.AnyTagClassName
{
color: #8671CE;
}
</style>
background-color css
<style>
a { background-color: #8671CE; }
a { background-color: rgb(134,113,206); }
div.DivClassName
{
background-color: #8671CE;
}
.BgClassName
{
background-color: #8671CE;
}
</style>
border-color css
<style>
span { border-color: #8671CE; }
span { border-color: rgb(134,113,206); }
td.TdClassName
{
border-color: #8671CE;
}
.TagClassName
{
border-color: #8671CE;
}
</style>