Shades of Moody Blue #8679CF
Tints of Moody Blue #8679CF
RGB
CMYK
RGB Variations
Color information
#8679CF (or 0x8679CF) is known color: Moody Blue. HEX triplet: 86, 79 and CF. RGB value is (134,121,207). Sum of RGB (Red+Green+Blue) = 134+121+207=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8679CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679CF is #798630. Grayscale: #868686. Windows color (decimal): -7964209 or 13597062. OLE color: 13597062.
HSL color Cylindrical-coordinate representation of color #8679CF: hue angle of 249.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8679CF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 121 | 207 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.19 |
| HSL | 249.07º | 0.47% | 0.64% | - |
| HSV(B) | 249.07º | 0.42% | 0.81% | - |
| XYZ | 27.93 | 23.25 | 62.05 | - |
| YUV | 134.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 207 | 0.35 | 0.42 | 0 | 0.19 | 249.07 | 0.47 | 0.64 |
| Hex | 86 | 79 | CF | 23 | 2A | 0 | 13 | F9 | 2F | 40 |
| Octal | 206 | 171 | 317 | 43 | 52 | 0 | 23 | 371 | 57 | 100 |
| Binary | 10000110 | 1111001 | 11001111 | 100011 | 101010 | 0 | 10011 | 11111001 | 101111 | 1000000 |
Color Harmonies of #8679CF
Complementary color
Monochromatic Colors of #8679CF
Black with #8679CF
Text Example
Text Example
White with #8679CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679CF; }
p { color: rgb(134,121,207); }
H1.HeaderClassName
{
color: #8679CF;
}
.AnyTagClassName
{
color: #8679CF;
}
</style>
background-color css
<style>
a { background-color: #8679CF; }
a { background-color: rgb(134,121,207); }
div.DivClassName
{
background-color: #8679CF;
}
.BgClassName
{
background-color: #8679CF;
}
</style>
border-color css
<style>
span { border-color: #8679CF; }
span { border-color: rgb(134,121,207); }
td.TdClassName
{
border-color: #8679CF;
}
.TagClassName
{
border-color: #8679CF;
}
</style>