Shades of Moody Blue #8683C6
Tints of Moody Blue #8683C6
RGB
CMYK
RGB Variations
Color information
#8683C6 (or 0x8683C6) is known color: Moody Blue. HEX triplet: 86, 83 and C6. RGB value is (134,131,198). Sum of RGB (Red+Green+Blue) = 134+131+198=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #8683C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683C6 is #797C39. Grayscale: #8B8B8B. Windows color (decimal): -7961658 or 13009798. OLE color: 13009798.
HSL color Cylindrical-coordinate representation of color #8683C6: hue angle of 242.69º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8683C6 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 131 | 198 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.22 |
| HSL | 242.69º | 0.37% | 0.65% | - |
| HSV(B) | 242.69º | 0.34% | 0.78% | - |
| XYZ | 28.14 | 25.38 | 56.84 | - |
| YUV | 139.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 198 | 0.32 | 0.34 | 0 | 0.22 | 242.69 | 0.37 | 0.65 |
| Hex | 86 | 83 | C6 | 20 | 22 | 0 | 16 | F3 | 25 | 41 |
| Octal | 206 | 203 | 306 | 40 | 42 | 0 | 26 | 363 | 45 | 101 |
| Binary | 10000110 | 10000011 | 11000110 | 100000 | 100010 | 0 | 10110 | 11110011 | 100101 | 1000001 |
Color Harmonies of #8683C6
Complementary color
Monochromatic Colors of #8683C6
Black with #8683C6
Text Example
Text Example
White with #8683C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683C6; }
p { color: rgb(134,131,198); }
H1.HeaderClassName
{
color: #8683C6;
}
.AnyTagClassName
{
color: #8683C6;
}
</style>
background-color css
<style>
a { background-color: #8683C6; }
a { background-color: rgb(134,131,198); }
div.DivClassName
{
background-color: #8683C6;
}
.BgClassName
{
background-color: #8683C6;
}
</style>
border-color css
<style>
span { border-color: #8683C6; }
span { border-color: rgb(134,131,198); }
td.TdClassName
{
border-color: #8683C6;
}
.TagClassName
{
border-color: #8683C6;
}
</style>