Shades of Moody Blue #8684D3
Tints of Moody Blue #8684D3
RGB
CMYK
RGB Variations
Color information
#8684D3 (or 0x8684D3) is known color: Moody Blue. HEX triplet: 86, 84 and D3. RGB value is (134,132,211). Sum of RGB (Red+Green+Blue) = 134+132+211=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #8684D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8684D3 is #797B2C. Grayscale: #8D8D8D. Windows color (decimal): -7961389 or 13862022. OLE color: 13862022.
HSL color Cylindrical-coordinate representation of color #8684D3: hue angle of 241.52º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8684D3 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 132 | 211 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.17 |
| HSL | 241.52º | 0.47% | 0.67% | - |
| HSV(B) | 241.52º | 0.37% | 0.83% | - |
| XYZ | 29.84 | 26.27 | 65.13 | - |
| YUV | 141.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 211 | 0.36 | 0.37 | 0 | 0.17 | 241.52 | 0.47 | 0.67 |
| Hex | 86 | 84 | D3 | 24 | 25 | 0 | 11 | F2 | 2F | 43 |
| Octal | 206 | 204 | 323 | 44 | 45 | 0 | 21 | 362 | 57 | 103 |
| Binary | 10000110 | 10000100 | 11010011 | 100100 | 100101 | 0 | 10001 | 11110010 | 101111 | 1000011 |
Color Harmonies of #8684D3
Complementary color
Monochromatic Colors of #8684D3
Black with #8684D3
Text Example
Text Example
White with #8684D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8684D3; }
p { color: rgb(134,132,211); }
H1.HeaderClassName
{
color: #8684D3;
}
.AnyTagClassName
{
color: #8684D3;
}
</style>
background-color css
<style>
a { background-color: #8684D3; }
a { background-color: rgb(134,132,211); }
div.DivClassName
{
background-color: #8684D3;
}
.BgClassName
{
background-color: #8684D3;
}
</style>
border-color css
<style>
span { border-color: #8684D3; }
span { border-color: rgb(134,132,211); }
td.TdClassName
{
border-color: #8684D3;
}
.TagClassName
{
border-color: #8684D3;
}
</style>